@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

select,
button,
*:not(input) {
  text-transform: capitalize;
}

[href^="mailto:"],
[href^="mailto:"] * {
  text-transform: none;
}

body {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  background-color: #f6f8fc;
  color: #333;
  letter-spacing: 0.2px;
  min-height: calc(100vh + 20px);
}

body.el-loading-parent--hidden {
  overflow: auto !important;
}

body > * {
  font-size: 14px;
}

body .app-main {
  min-height: calc(100vh - 301px - 100px);
}

@media (max-width: 991.98px) {
  body .app-main {
    min-height: 0;
  }
}
.hover > .show {
  display: none;
}

.hover:hover > .show {
  display: flex;
  flex-wrap: wrap;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
}

body .el-row--flex {
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  body .el-col {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
}
@font-face {
  font-family: "jiqun";
  src: url("../fonts/Koulen-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: inter-tight;
  src: url("../fonts/InterTight-VariableFont_wght.ttf");
}
:root {
  --primary-color: #4066b8;
  --primary-text-color:#fff;
  --primary-color-hover: #4066b8cc;
  --warning-color: #ff6221;
  --warning-text-color: #fff;
  --warning-color-hover:#ff6221cc;
  --success-color: #13ce66;
  --success-color-hover: #13ce66cc;
  --danger-color: #c80000;
  --danger-color-hover: #c80000cc;
  --info-color:#f0f0f0;
  --info-color-hover:#f0f0f0cc;
  --border-color-light:#dfe4ed;
  --border-color-lighter:#e6ebf5;
  --table-border:1px solid #dfe6ec;
  --border-radius:4px;
}

body .el-form--label-top .el-form-item__label {
  width: 100%;
  color: #333;
  font-size: 14px;
  padding: 5px 0;
  pointer-events: none;
  transition: all 0.3s;
  line-height: 1;
  margin-bottom: 2px;
}

body .el-form-item {
  margin-bottom: 6px;
}

body .el-form-item__error {
  background: #fff;
  font-size: 14px;
  z-index: 9;
  bottom: 100%;
  top: unset;
  height: 24px;
  line-height: 24px;
  transform: translateY(-5px);
  width: 100%;
  text-align: left;
  animation: moveRight 0.2s ease-out forwards;
  white-space: nowrap;
}

body .el-select .el-select__wrapper {
  height: 36px;
  min-height: 0;
}

body .el-input:not(.el-input--small) input {
  height: 34px;
}

body .el-button:not(.el-button--small) {
  height: 36px;
}

@keyframes moveRight {
  from {
    left: -40px; /* 开始时在左侧外部 */
  }
  33% {
    left: 0;
  }
  66% {
    left: 40px;
  }
  to {
    left: 0;
  }
}
body .el-checkbox {
  width: 100%;
  margin-left: 0;
}

body .swiper-button-prev {
  border-radius: 0 6px 6px 0;
  left: 0;
}
body .swiper-button-prev, body .swiper-button-next {
  border-radius: 6px 0 0 6px;
  right: 0;
  background-color: rgba(51, 51, 51, 0.1019607843);
  pointer-events: auto;
  transition: all 0.3s;
}
body .swiper-button-prev::after, body .swiper-button-next::after {
  color: #333333;
  font-size: 16px;
}

.scroll-box::-webkit-scrollbar {
  width: 8px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 8px;
}

.scroll-box-primary::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

[type=button][disabled]:not(.el-button, .pagination) {
  position: relative;
  overflow: hidden;
  font-size: 0 !important; /* 将字体大小设置为0 */
  height: 36px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

[type=button][disabled]:not(.el-button, .pagination)::after {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  animation: 2s linear 0s infinite normal none running rotating;
  content: "\e6cf";
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: element-icons !important;
  font-variant: normal;
  transition: color 0.15s linear;
}

.custom-writing-mode {
  writing-mode: vertical-rl;
}

.attrs-item i {
  transform: rotate(0deg);
}

.attrs-item.active i {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}

.attrs-item.active .select-attrs {
  display: flex;
}

.el-input-number:not(.el-input--small, .el-input-number--small) input {
  height: 36px !important;
}

.el-input [type=number] {
  padding-right: 0 !important;
}

.el-input-number--small {
  height: 24px;
  line-height: 24px;
}
.el-input-number--small .el-input__inner {
  height: 26px !important;
  line-height: 24px !important;
}

@font-face {
  font-family: "iconfont"; /* Project id 1480564 */
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconweiquanxuan-duoxuan:before {
  content: "\e643";
}

.iconzhinengjiaju:before {
  content: "\e63f";
}

.iconzhinengshebei:before {
  content: "\e71b";
}

.iconyingxiang:before {
  content: "\e62c";
}

.iconinterfaceManage:before {
  content: "\e62e";
}

.icon014-app:before {
  content: "\ea7c";
}

.iconronghetongxunxitong:before {
  content: "\e688";
}

.icondianbiao2:before {
  content: "\e738";
}

.iconwangliancheliang:before {
  content: "\e670";
}

.icona-3Dxunifangzhenyiliaoshebeipeixunxuanchuanxilie:before {
  content: "\e640";
}

.iconfuwuqi:before {
  content: "\e641";
}

.iconzhinengdianwang:before {
  content: "\e766";
}

.iconzhinengshebei1:before {
  content: "\e642";
}

.iconsocial-linkedin:before {
  content: "\e62a";
}

.iconYoutube-fill:before {
  content: "\e883";
}

.iconFacebook:before {
  content: "\e619";
}

.iconguge:before {
  content: "\e61c";
}

.iconzhiwen:before {
  content: "\e63e";
}

.icontwitte:before {
  content: "\e607";
}

.iconset:before {
  content: "\e615";
}

.iconliebiao1:before {
  content: "\e628";
}

.iconzhangdan-xianxing:before {
  content: "\e89e";
}

.iconyingyongchengxu:before {
  content: "\e8a1";
}

.icon-kefu:before {
  content: "\e8ab";
}

.iconsousuo:before {
  content: "\e8ba";
}

.iconshoucang-xianxing:before {
  content: "\e8c3";
}

.iconxiayiyeqianjinchakangengduo:before {
  content: "\e8f1";
}

.iconweixin1:before {
  content: "\e610";
}

.iconhot-:before {
  content: "\e6c0";
}

.iconrenminbi:before {
  content: "\eb1e";
}

.icondingdan:before {
  content: "\e612";
}

.icon24gf-phoneBubble:before {
  content: "\e966";
}

.iconxingxing-shi:before {
  content: "\e68e";
}

.iconshandian:before {
  content: "\e8c5";
}

.icontuijian:before {
  content: "\e629";
}

.iconxiayibu:before {
  content: "\e623";
}

.iconhuo:before {
  content: "\e699";
}

.iconyuanquzixun:before {
  content: "\e74b";
}

.iconjiahao1:before {
  content: "\e616";
}

.iconjianhao1:before {
  content: "\e618";
}

.iconweixinzhifu2:before {
  content: "\e62b";
}

.iconyinlian1193427easyiconnet:before {
  content: "\e674";
}

.icongouwuche2:before {
  content: "\e61e";
}

.iconzhifubao:before {
  content: "\e67e";
}

.iconqq:before {
  content: "\e60f";
}

.iconbacktop:before {
  content: "\e63d";
}

.iconpeizaizhuangche:before {
  content: "\e88a";
}

.iconanquanbaozhang:before {
  content: "\e88c";
}

.iconchuangjiandanju-xianxing:before {
  content: "\e89c";
}

.iconloudou:before {
  content: "\e710";
}

.iconweixin:before {
  content: "\e606";
}

.iconQQ:before {
  content: "\e882";
}

.iconzhengquewancheng-xianxingyuankuang:before {
  content: "\e8e3";
}

.iconjiantou_xiangyouliangci:before {
  content: "\eb09";
}

.iconweixinzhifu:before {
  content: "\e63c";
}

.iconzhifupingtai-yinlian:before {
  content: "\e614";
}

.iconalipay:before {
  content: "\e8de";
}

.iconmenu-f:before {
  content: "\ea3e";
}

.icontable:before {
  content: "\e66d";
}

.iconsale:before {
  content: "\e684";
}

.iconrenzheng1:before {
  content: "\e6a3";
}

.iconwenjian1:before {
  content: "\e601";
}

.iconfuzhiwenjian:before {
  content: "\e605";
}

.iconxinxi-yuankuang:before {
  content: "\e8ea";
}

.iconxunjia1:before {
  content: "\e60c";
}

.iconzuojiantou-:before {
  content: "\e638";
}

.iconyoujiantou-:before {
  content: "\e639";
}

.iconbijiao:before {
  content: "\e626";
}

.iconhanbaocaidan:before {
  content: "\e67b";
}

.iconmenu-s:before {
  content: "\e66a";
}

.icongongsi:before {
  content: "\e769";
}

.iconxiangyou:before {
  content: "\e613";
}

.iconhuida:before {
  content: "\e66c";
}

.iconwenda:before {
  content: "\e8c7";
}

.iconxiaolian:before {
  content: "\e627";
}

.icondianhuatianchong:before {
  content: "\e67a";
}

.iconaddaddress:before {
  content: "\e760";
}

.iconhezi401:before {
  content: "\e694";
}

.iconData:before {
  content: "\e668";
}

.iconAdjustable:before {
  content: "\e667";
}

.iconThermal:before {
  content: "\e666";
}

.iconSteinhart:before {
  content: "\e665";
}

.iconSolenoid:before {
  content: "\e662";
}

.iconStraight:before {
  content: "\e65e";
}

.iconJC_054:before {
  content: "\e661";
}

.iconliebiao:before {
  content: "\e600";
}

.icona-Series-Parallel:before {
  content: "\e65d";
}

.icona-RMSCalculator:before {
  content: "\e65c";
}

.icona-ParallelPlate:before {
  content: "\e65b";
}

.icona-ParallelResistance:before {
  content: "\e657";
}

.icona-Op-AmpVoltage:before {
  content: "\e656";
}

.iconxunjia:before {
  content: "\e663";
}

.iconshouye:before {
  content: "\e8c6";
}

.icona-InvertingOp-Amp:before {
  content: "\e655";
}

.icona-BJTTransistor1:before {
  content: "\e653";
}

.icona-LM25085Switching:before {
  content: "\e64f";
}

.iconbilling:before {
  content: "\e636";
}

.icondiscrete-semiconductor-products:before {
  content: "\e61d";
}

.icon-optoelectronics:before {
  content: "\e624";
}

.iconfenxiang:before {
  content: "\e60a";
}

.icona-CoilPhysical:before {
  content: "\e64e";
}

.iconguanbi1:before {
  content: "\e654";
}

.icona-HeatSink:before {
  content: "\e64c";
}

.iconFlyback:before {
  content: "\e64d";
}

.iconComparator:before {
  content: "\e650";
}

.icondizhi1:before {
  content: "\ee96";
}

.icongouwuche1:before {
  content: "\e6bb";
}

.icona-Wide-bandDifferential:before {
  content: "\e6ba";
}

.icona-CapacitorEnergy:before {
  content: "\e6b7";
}

.icona-BJTCascode:before {
  content: "\e6b8";
}

.icona-BJTTransistor:before {
  content: "\e6b9";
}

.icondiqiu:before {
  content: "\e6b5";
}

.iconsousuo1:before {
  content: "\e61a";
}

.iconbiaoqian:before {
  content: "\e61b";
}

.iconchanpin:before {
  content: "\e673";
}

.iconmulu:before {
  content: "\e6dd";
}

.icona-ziyuan1:before {
  content: "\e6b3";
}

.icona-ziyuan2:before {
  content: "\e6b4";
}

.iconxihuan:before {
  content: "\eea1";
}

.iconjiahao:before {
  content: "\e631";
}

.iconjianhao:before {
  content: "\e6ef";
}

.iconxingxing:before {
  content: "\e6f1";
}

.iconwode1:before {
  content: "\eeca";
}

.iconSMDResistorCode:before {
  content: "\e6b2";
}

.iconbofang:before {
  content: "\e6af";
}

.iconPiAttenuator:before {
  content: "\e6ae";
}

.iconReflectionAttenuator:before {
  content: "\e6ad";
}

.iconBridged-TeeAttenuatorCalculator:before {
  content: "\e6ac";
}

.iconTeeAttenuatorCalculator:before {
  content: "\e6ab";
}

.icon555TimerCalculator:before {
  content: "\e6aa";
}

.iconFrequencytoWavelengthConversion:before {
  content: "\e6a9";
}

.iconhuiyuan:before {
  content: "\eeb8";
}

.iconTemperatureConversion:before {
  content: "\e6a7";
}

.iconshuaxin:before {
  content: "\e6a6";
}

.iconProcessing:before {
  content: "\e6a2";
}

.iconShipped:before {
  content: "\e6a1";
}

.iconReceived:before {
  content: "\e6a4";
}

.iconUnpaid:before {
  content: "\e6a5";
}

.iconVolumeConversion:before {
  content: "\e69f";
}

.iconWireSizeConversionCalculator:before {
  content: "\e69d";
}

.iconWeightConversion:before {
  content: "\e69b";
}

.iconVoltageDividerCalculator:before {
  content: "\e69a";
}

.iconTimeConstantCalculator:before {
  content: "\e697";
}

.iconSeriesandParallelCapacitorCalculator:before {
  content: "\e687";
}

.icon6BandResistorColorCodeCalculator:before {
  content: "\e685";
}

.iconReactanceCalculator:before {
  content: "\e683";
}

.iconPressureConversion:before {
  content: "\e682";
}

.iconPCBTraceWidthCalculator:before {
  content: "\e678";
}

.iconParallelandSeriesResistorCalculator:before {
  content: "\e677";
}

.iconOhmsLawCalculator:before {
  content: "\e672";
}

.iconLEDSeriesResistorCalculator:before {
  content: "\e671";
}

.iconInductanceConversion:before {
  content: "\e66f";
}

.iconForceConversion:before {
  content: "\e664";
}

.iconEnergyConversion:before {
  content: "\e660";
}

.iconDecimalFractionConversion:before {
  content: "\e65f";
}

.icondBmtoWattsConversion:before {
  content: "\e65a";
}

.iconCurrentDividerCalculator:before {
  content: "\e659";
}

.iconCapacitorSafetyDischargeCalculator:before {
  content: "\e635";
}

.iconCapacitanceConversion:before {
  content: "\e632";
}

.iconBatteryLifeCalculator:before {
  content: "\e61f";
}

.iconchizi1:before {
  content: "\e681";
}

.iconwenhao1:before {
  content: "\e652";
}

.icontianchongxing-:before {
  content: "\e651";
}

.iconright:before {
  content: "\e603";
}

.iconwangguan1:before {
  content: "\e602";
}

.iconjiazai:before {
  content: "\e617";
}

.iconyinhanghuikuan:before {
  content: "\e604";
}

.iconsuccess:before {
  content: "\e726";
}

.iconerror:before {
  content: "\e6ea";
}

.iconWarning:before {
  content: "\e703";
}

.iconinfo-:before {
  content: "\e85c";
}

.iconkefu1:before {
  content: "\e611";
}

.iconjiantou1:before {
  content: "\e633";
}

.iconxinxiang:before {
  content: "\e60d";
}

.iconinstagram:before {
  content: "\e6fc";
}

.icondengchu:before {
  content: "\e698";
}

.iconmima:before {
  content: "\e68f";
}

.iconcaidanicon:before {
  content: "\e690";
}

.iconleibie1:before {
  content: "\e693";
}

.iconicon08:before {
  content: "\e68a";
}

.iconwenjian:before {
  content: "\e6da";
}

.icontongbu:before {
  content: "\e68b";
}

.iconwancheng:before {
  content: "\e68c";
}

.iconshang:before {
  content: "\e67f";
}

.icondown:before {
  content: "\e680";
}

.iconshanchu-m:before {
  content: "\e67d";
}

.icontubiao209:before {
  content: "\e675";
}

.iconlinkedin:before {
  content: "\e6bf";
}

.iconfacebook1:before {
  content: "\e676";
}

.icontuite1:before {
  content: "\e679";
}

.iconicon_arrow_right:before {
  content: "\e66b";
}

.iconjiantouzuo:before {
  content: "\e66e";
}

.iconbianji:before {
  content: "\e669";
}

.iconshijian:before {
  content: "\e840";
}

.iconren:before {
  content: "\e658";
}

.iconduibi:before {
  content: "\e674";
}

.iconxianlu:before {
  content: "\e63b";
}

.icondianluban1:before {
  content: "\e63a";
}

.iconjiance:before {
  content: "\e749";
}

.icongerenzhongxinxuanzhong:before {
  content: "\e634";
}

.iconup-fill1:before {
  content: "\e62d";
}

.iconRoHS-:before {
  content: "\e62f";
}

.iconcrystalsresonators:before {
  content: "\e625";
}

.iconpower-cables:before {
  content: "\e751";
}

.iconcircuitprotection:before {
  content: "\e622";
}

.iconconnectors:before {
  content: "\e621";
}

.iconpdf1:before {
  content: "\e647";
}

.iconliulan:before {
  content: "\e637";
}

.iconhezuozuozhe-:before {
  content: "\e630";
}

.iconrili:before {
  content: "\e620";
}

.iconcapacitors:before {
  content: "\e60e";
}

.icontransformers:before {
  content: "\e608";
}

.iconresistors:before {
  content: "\e609";
}

.iconswitches:before {
  content: "\e60b";
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
a:hover{
  color: var(--primary-color,#4066b8);
}
.app-container{
  margin-left: auto;
  margin-right: auto;
  width: 1320px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.el-button--primary,
  .bg-primary{
  color: var(--primary-text-color,#fff);
}
.el-button--primary:hover a, .el-button--primary:hover .iconfont,
  .bg-primary:hover a,
  .bg-primary:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.bg-primary a:hover{
  color: var(--primary-text-color,#fff);
}
.btn:not(.el-button){
  display: flex;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[v-cloak]{
  display: none;
}
.cart-box{
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 15px -7px #ccc;
  --tw-shadow-colored: 0 0 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.baseModule{
  padding: 20px;
}
@media (max-width: 991.98px){
  .baseModule{
    padding: 10px;
  }
}
.baseModule {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
  }
.baseModule > .title {
    margin-bottom: 10px;
    line-height: 20px;
  }
.baseModule > .title i{
  margin-right: 10px;
  font-size: 20px;
  color: var(--primary-color,#4066b8);
}
.baseModule > .title > div {
    font-size: 16px;
    font-weight: 700;
  }
.\!empty {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
  }
.empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
.\!empty .iconfont {
    font-size: 50px !important;
  }
.empty .iconfont {
    font-size: 50px;
  }
.\!empty a {
    color: #333 !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 15px 0 0 !important;
  }
.empty a {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0;
  }
.\!empty a:hover{
  color: var(--primary-color,#4066b8);
}
.empty a:hover{
  color: var(--primary-color,#4066b8);
}
.\!empty a:hover {
    text-decoration: underline !important;
  }
.empty a:hover {
    text-decoration: underline;
  }
#Header{
  position: relative;
  font-size: 14px;
}
#Header #topBar > li{
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1rem;
}
#Header #topBar > li:first-child, #Header #topBar > li:last-child{
  border-right-width: 0px;
}
#Header #topBar > li li a{
  display: inline-block;
  white-space: nowrap;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
#Header #topBar > li li a:hover{
  color: var(--primary-color,#4066b8);
  text-decoration-line: underline;
}
#Header #logo{
  margin-right: 10px;
  height: 60px;
  width: 280px;
}
@media (max-width: 991.98px){
  #Header #logo{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 35px;
    width: 100px;
  }
}
#Header #logo a{
  margin: auto;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#Header #logo img{
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
    #Header #logo img {
      filter: brightness(4);
    }
  }
#Header .user_infoList{
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 50;
  width: 250px;
  flex-direction: column;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 15px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#Header .user_infoList .content a{
  display: flex;
  align-items: center;
  padding: 0.375rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
#Header .user_infoList .content a:hover{
  background-color: #9999991a;
}
#Header .user_infoList .content a i{
  margin-right: 1rem;
  display: flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
#Header .user_infoList .btnList{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#Header .user_infoList .btnList a{
  display: flex;
  height: 36px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity, 1));
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
}
#Header .user_infoList .btnList a:hover{
  color: var(--primary-text-color,#fff);
}
#Header .user_infoList .btnList a:hover:hover a,#Header .user_infoList .btnList a:hover:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
#Header .user_infoList .btnList a:hover a:hover{
  color: var(--primary-text-color,#fff);
}
#Header .user_infoList .btnList a:hover{
  background-color: var(--primary-color,#4066b8);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 991.98px){
  #Header #phone_color{
    color: var(--primary-text-color,#fff);
  }
  #Header #phone_color:hover a,#Header #phone_color:hover .iconfont{
    color: var(--primary-text-color,#fff);
  }
  #Header #phone_color a:hover{
    color: var(--primary-text-color,#fff);
  }
  #Header #phone_color{
    position: absolute;
    top: 74px;
    bottom: 50%;
    right: 0px;
    left: 0px;
    margin-left: -10px;
    margin-right: -10px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--primary-color,#4066b8);
  }
}
#Header .app-search{
  max-width: 100%;
  flex-shrink: 1;
}
@media (max-width: 991.98px){
  #Header .app-search{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 74px;
    z-index: 200;
    margin-left: auto;
    margin-right: auto;
    border-radius: 19px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 20px;
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  }
  #Header .app-search input{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
#Header .navbar-nav{
  position: relative;
}
#Header .navbar-nav a{
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
#Header .navbar-nav a:hover{
  background-color: #d4d4d44d;
}
#Header .cart-btn {
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 14px;
  }
#Footer{
  position: relative;
}
#Footer .footer-nav_item{
  width: 30%;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px){
  #Footer .footer-nav_item{
    width: 100%;
  }
}
#Footer .footer-nav_item .title{
  margin-bottom: 10px;
  display: block;
  border-bottom-width: 1px;
  border-color: var(--primary-text-color,#fff);
  font-family: jiqun, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 1px;
}
#Footer .footer-nav_item a{
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-decoration-line: none;
}
#Footer .footer-utils_item{
  width: 30%;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px){
  #Footer .footer-utils_item{
    width: 100%;
  }
}
#Footer .footer-utils_item .title{
  margin-bottom: 10px;
  display: block;
  font-family: jiqun, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 1px;
}
.\!sidebar{
  position: fixed;
  right: -250px;
  top: 50%;
  z-index: 50;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  transition-property: all .2s ease-in;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar{
  position: fixed;
  right: -250px;
  top: 50%;
  z-index: 50;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  transition-property: all .2s ease-in;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!sidebar.active{
  right: 0px;
}
.sidebar.active{
  right: 0px;
}
.\!sidebar:not(.sidebar-radius) .side{
  position: relative;
}
.sidebar:not(.sidebar-radius) .side{
  position: relative;
}
.\!sidebar:not(.sidebar-radius) .side ul{
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sidebar:not(.sidebar-radius) .side ul{
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!sidebar:not(.sidebar-radius) .side li{
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.\!sidebar:not(.sidebar-radius) .side li:hover{
  color: var(--primary-text-color,#fff);
}
.\!sidebar:not(.sidebar-radius) .side li:hover:hover a,.\!sidebar:not(.sidebar-radius) .side li:hover:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.\!sidebar:not(.sidebar-radius) .side li:hover a:hover{
  color: var(--primary-text-color,#fff);
}
.\!sidebar:not(.sidebar-radius) .side li:hover{
  background-color: var(--primary-color,#4066b8);
}
.sidebar:not(.sidebar-radius) .side li{
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.sidebar:not(.sidebar-radius) .side li:hover{
  color: var(--primary-text-color,#fff);
}
.sidebar:not(.sidebar-radius) .side li:hover:hover a,.sidebar:not(.sidebar-radius) .side li:hover:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.sidebar:not(.sidebar-radius) .side li:hover a:hover{
  color: var(--primary-text-color,#fff);
}
.sidebar:not(.sidebar-radius) .side li:hover{
  background-color: var(--primary-color,#4066b8);
}
.\!sidebar:not(.sidebar-radius) .side li:last-child{
  border-bottom-width: 0px;
}
.sidebar:not(.sidebar-radius) .side li:last-child{
  border-bottom-width: 0px;
}
.\!sidebar:not(.sidebar-radius) .side li.active{
  color: var(--primary-text-color,#fff);
}
.\!sidebar:not(.sidebar-radius) .side li.active:hover a,.\!sidebar:not(.sidebar-radius) .side li.active:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.\!sidebar:not(.sidebar-radius) .side li.active a:hover{
  color: var(--primary-text-color,#fff);
}
.\!sidebar:not(.sidebar-radius) .side li.active{
  background-color: var(--primary-color,#4066b8);
}
.sidebar:not(.sidebar-radius) .side li.active{
  color: var(--primary-text-color,#fff);
}
.sidebar:not(.sidebar-radius) .side li.active:hover a,.sidebar:not(.sidebar-radius) .side li.active:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.sidebar:not(.sidebar-radius) .side li.active a:hover{
  color: var(--primary-text-color,#fff);
}
.sidebar:not(.sidebar-radius) .side li.active{
  background-color: var(--primary-color,#4066b8);
}
.\!sidebar:not(.sidebar-radius) .side li i{
  font-size: 18px;
}
.sidebar:not(.sidebar-radius) .side li i{
  font-size: 18px;
}
.\!sidebar:not(.sidebar-radius) .side li .icona-ziyuan2{
  font-size: 24px;
}
.sidebar:not(.sidebar-radius) .side li .icona-ziyuan2{
  font-size: 24px;
}
.\!sidebar.sidebar-radius .side{
  position: relative;
}
.sidebar.sidebar-radius .side{
  position: relative;
}
.\!sidebar.sidebar-radius .side li{
  height: 30px;
  width: 30px;
  border-radius: 15px;
}
.sidebar.sidebar-radius .side li{
  height: 30px;
  width: 30px;
  border-radius: 15px;
}
.\!sidebar.sidebar-radius .side li:not(:last-child){
  margin-bottom: 10px;
}
.sidebar.sidebar-radius .side li:not(:last-child){
  margin-bottom: 10px;
}
.\!sidebar.sidebar-radius .side li .info {
    display: none !important;
    position: absolute !important;
    white-space: nowrap !important;
    background: #Fff !important;
    padding: 10px !important;
    right: calc(100% + 6px) !important;
    top: 50% !important;
    max-width: none !important;
    border-radius: 6px !important;
    color: #999 !important;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.1019607843) !important;
    transform: translateY(-50%) !important;
  }
.sidebar.sidebar-radius .side li .info {
    display: none;
    position: absolute;
    white-space: nowrap;
    background: #Fff;
    padding: 10px;
    right: calc(100% + 6px);
    top: 50%;
    max-width: none;
    border-radius: 6px;
    color: #999 !important;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.1019607843);
    transform: translateY(-50%);
  }
.\!sidebar.sidebar-radius .side li .info ::after {
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    content: "" !important;
    display: block !important;
    left: calc(100% - 6px) !important;
    background: #fff !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
  }
.sidebar.sidebar-radius .side li .info ::after {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    left: calc(100% - 6px);
    background: #fff;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
.\!sidebar.sidebar-radius .side li:hover .info {
    display: block !important;
  }
.sidebar.sidebar-radius .side li:hover .info {
    display: block;
  }
.\!sidebar .top{
  position: absolute;
  bottom: -112px;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  --tw-shadow: 0 3px 6px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
}
.sidebar .top{
  position: absolute;
  bottom: -112px;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  --tw-shadow: 0 3px 6px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
}
.\!sidebar .top i{
  font-size: 18px;
}
.sidebar .top i{
  font-size: 18px;
}
.\!sidebar.sidebar-radius .top{
  height: 30px;
  width: 30px;
}
.sidebar.sidebar-radius .top{
  height: 30px;
  width: 30px;
}
.\!sidebar .image-icon {
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
    height: 100% !important;
  }
.sidebar .image-icon {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 100%;
  }
.\!sidebar .boxs{
  position: relative;
  height: 100vh;
}
.sidebar .boxs{
  position: relative;
  height: 100vh;
}
.\!sidebar .boxs {
    background-color: #f6f8fc !important;
    box-shadow: 0 0 15px -7px #ccc !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    width: 250px !important;
  }
.sidebar .boxs {
    background-color: #f6f8fc;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 250px;
  }
.\!sidebar .boxs .title {
    background-color: #fff !important;
    height: 50px !important;
    justify-content: space-between !important;
    margin-bottom: 6px !important;
    padding: 0 10px !important;
    width: 100% !important;
  }
.sidebar .boxs .title {
    background-color: #fff;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 0 10px;
    width: 100%;
  }
.\!sidebar .boxs .title, .\!sidebar .boxs .title p {
    align-items: center !important;
    display: flex !important;
  }
.sidebar .boxs .title, .sidebar .boxs .title p {
    align-items: center;
    display: flex;
  }
.\!sidebar .boxs .title, .\!sidebar .boxs .title p {
    align-items: center !important;
    display: flex !important;
  }
.\!sidebar .boxs .title p .icon{
  color: var(--primary-color,#4066b8);
}
.sidebar .boxs .title p .icon{
  color: var(--primary-color,#4066b8);
}
.\!sidebar .boxs .title p .icon {
    font-size: 20px !important;
    margin-right: 10px !important;
  }
.sidebar .boxs .title p .icon {
    font-size: 20px;
    margin-right: 10px;
  }
.\!sidebar .boxs .title p .icon.icona-ziyuan2 {
    font-size: 28px !important;
  }
.sidebar .boxs .title p .icon.icona-ziyuan2 {
    font-size: 28px;
  }
.\!sidebar .boxs .title .iconguanbi1 {
    align-items: center !important;
    display: flex !important;
    height: 30px !important;
    justify-content: center !important;
    width: 30px !important;
  }
.sidebar .boxs .title .iconguanbi1 {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
  }
.\!sidebar .boxs .items {
    align-items: center !important;
    display: flex !important;
    flex: 1 !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    width: 100% !important;
  }
.sidebar .boxs .items {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
  }
.\!sidebar .boxs .items::-webkit-scrollbar {
    width: 8px !important;
  }
.sidebar .boxs .items::-webkit-scrollbar {
    width: 8px;
  }
.\!sidebar .boxs .items::-webkit-scrollbar-thumb {
    background-color: #999 !important;
    border-radius: 8px !important;
  }
.sidebar .boxs .items::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 8px;
  }
.\!sidebar .boxs .items > div {
    background-color: #fff !important;
    display: flex !important;
    margin-bottom: 6px !important;
    padding: 10px !important;
    width: 100% !important;
  }
.sidebar .boxs .items > div {
    background-color: #fff;
    display: flex;
    margin-bottom: 6px;
    padding: 10px;
    width: 100%;
  }
.\!sidebar .boxs .items > div:hover .imgbox .iconfont {
    opacity: 1 !important;
  }
.sidebar .boxs .items > div:hover .imgbox .iconfont {
    opacity: 1;
  }
.\!sidebar .boxs .items > div .imgbox {
    height: 50px !important;
    margin-right: 10px !important;
    position: relative !important;
    width: 50px !important;
  }
.sidebar .boxs .items > div .imgbox {
    height: 50px;
    margin-right: 10px;
    position: relative;
    width: 50px;
  }
.\!sidebar .boxs .items > div .imgbox .img {
    height: 50px !important;
    width: 50px !important;
  }
.sidebar .boxs .items > div .imgbox .img {
    height: 50px;
    width: 50px;
  }
.sidebar .boxs .items > div .imgbox .\!img {
    height: 50px !important;
    width: 50px !important;
  }
.\!sidebar .boxs .items > div .imgbox .iconfont {
    align-items: center !important;
    background-color: rgba(153, 153, 153, 0.8) !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 24px !important;
    height: 50px !important;
    justify-content: center !important;
    left: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    transition: all 0.2s !important;
    width: 50px !important;
  }
.sidebar .boxs .items > div .imgbox .iconfont {
    align-items: center;
    background-color: rgba(153, 153, 153, 0.8);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s;
    width: 50px;
  }
.\!sidebar .boxs .items > div .cot {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
.sidebar .boxs .items > div .cot {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
.\!sidebar .boxs .items > div .cot a{
  color: var(--primary-color,#4066b8);
}
.sidebar .boxs .items > div .cot a{
  color: var(--primary-color,#4066b8);
}
.\!sidebar .boxs .items > div .cot a {
    font-size: 12px !important;
  }
.sidebar .boxs .items > div .cot a {
    font-size: 12px;
  }
.\!sidebar .boxs .items > div .cot a:hover {
    text-decoration: underline !important;
  }
.sidebar .boxs .items > div .cot a:hover {
    text-decoration: underline;
  }
.\!sidebar .boxs .items > div .cot p {
    font-size: 12px !important;
  }
.sidebar .boxs .items > div .cot p {
    font-size: 12px;
  }
.\!sidebar .boxs .items > div .cot p.desc {
    color: #999 !important;
  }
.sidebar .boxs .items > div .cot p.desc {
    color: #999;
  }
.\!sidebar .boxs .items .btn {
    width: calc(100% - 20px) !important;
  }
.sidebar .boxs .items .btn {
    width: calc(100% - 20px);
  }
.\!sidebar .boxs .empty {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
  }
.sidebar .boxs .empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
.sidebar .boxs .\!empty {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
  }
.\!sidebar .boxs .empty .iconfont {
    font-size: 50px !important;
  }
.sidebar .boxs .empty .iconfont {
    font-size: 50px;
  }
.sidebar .boxs .\!empty .iconfont {
    font-size: 50px !important;
  }
.\!sidebar .boxs .empty p {
    color: #333 !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 15px 0 0 !important;
  }
.sidebar .boxs .empty p {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0;
  }
.sidebar .boxs .\!empty p {
    color: #333 !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 15px 0 0 !important;
  }
.product-card-box{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 6px;
  border-width: 1px;
  border-color: hsla(0,0%,83%,.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product-card-box:hover{
  --tw-shadow: -2px 2px 9px #0000001a;
  --tw-shadow-colored: -2px 2px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.w-mobile-card{
  width: 50%;
}
@media (min-width: 768px){
  .w-mobile-card{
    width: 33.3333%;
  }
}
@media (min-width: 1024px){
  .w-mobile-card{
    width: 25%;
  }
}
@media (min-width: 1280px){
  .w-mobile-card{
    width: 16.6666%;
  }
}
.login-container{
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  align-items: center;
  font-family: inter-tight, sans-serif;
}
.login-container .left{
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px){
  .login-container .left{
    display: none;
  }
}
.login-container .left img{
  height: 706px;
  width: 728px;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-container .right{
  width: 622px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px){
  .login-container .right{
    width: 100%;
  }
}
.login-container .login-card{
  padding-left: 66px;
  padding-right: 66px;
  padding-top: 77px;
  padding-bottom: 77px;
}
@media (max-width: 991.98px){
  .login-container .login-card{
    padding: 10px;
  }
}
.login-container .activate-card, .login-container .forgot-card, .login-container .register-card{
  padding-left: 66px;
  padding-right: 66px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px){
  .login-container .activate-card, .login-container .forgot-card, .login-container .register-card{
    padding: 10px;
  }
}
.login-container .el-card__body{
  padding: 0px;
}
#index-container{
  position: relative;
}
#index-container .top-box > div:not(:nth-child(2)){
  padding-left: 10px;
  padding-right: 10px;
}
#index-container .category-box{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
#index-container .category-box .category-item{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;
  overflow-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
}
#index-container .category-box .category-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  color: var(--primary-color,#4066b8);
}
#index-container .children-box{
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 100;
  height: 420px;
  width: 990px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px 0 20px 20px;
  --tw-shadow: 1px 0 6px #00000029;
  --tw-shadow-colored: 1px 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#index-container #banner-swiper{
  position: relative;
}
#index-container .tool-box .tool-item{
  display: flex;
  height: 130px;
  justify-content: space-between;
  padding: 16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
#index-container .tool-box .tool-item .info-box{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}
#index-container .tool-box .tool-item .info-box ._more{
  color: var(--primary-color,#4066b8);
}
#index-container .tool-box .tool-item .info-box ._more a {
    font-style: oblique;
  }
#index-container .tool-box .tool-item .image-box{
  display: flex;
  height: 100%;
  align-items: center;
}
#index-container .tool-box .tool-item .image-box img{
  height: 55px;
  width: 53px;
}
#index-container .info-card-item{
  position: relative;
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
#index-container .info-card-item:not(:last-child){
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
#index-container .info-card-item img{
  margin-right: 16px;
  display: block;
  height: 32px;
  width: 48px;
}
#index-container .info-card-item .text{
  display: flex;
  width: 190px;
  align-items: center;
}
#index-container .index-title{
  font-family: jiqun, sans-serif;
  font-size: 30px;
  line-height: 55px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
#app-category-item{
  position: relative; /* 添加相对定位 */
}
#app-category-item .content-container{
  position: relative; /* 添加相对定位 */
}
#app-category-item .content-container > *{
  margin-bottom: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px; /* 添加白色背景、20px的内边距和20px的下外边距 */
}
#app-category-item .content-container > * > .title{
  margin-bottom: 16px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)); /* 设置标题的字体大小为16px，颜色为#333，和16px的下外边距 */
}
#app-category-item .content-container .shade {
    background-color: rgba(204, 204, 204, 0.1019607843); /* 半透明灰色背景 */
    height: 100%; /* 高度为父元素的100% */
    left: 0; /* 左偏移0 */
    position: absolute; /* 绝对定位 */
    top: 0; /* 上偏移0 */
    width: 100%; /* 宽度为父元素的100% */
  }
.blog-container .columns-images {
    position: relative;
  }
.blog-container .columns-images .box {
    height: 245px;
    overflow: hidden;
    width: 100%;
    background-color: rgb(85, 75, 223);
    opacity: 0.8;
    position: relative;
    z-index: 6;
    color: #fff;
    padding: 0 10px;
    text-align: center;
  }
.blog-container .columns-images .box h2 {
    font-size: 40px;
    margin: 56px 0 28px;
    color: #fff;
    padding: 0 40px;
  }
.blog-container .columns-images .box div {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 40px;
  }
.blog-container .columns-images .bg_color {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
.blog-container .share-box {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }
.blog-container .share-box > span {
    color: #999;
    margin-right: 16px;
  }
.blog-container .share-box > .item {
    align-items: center;
    display: flex;
  }
.blog-container .share-box > .\!item {
    align-items: center !important;
    display: flex !important;
  }
.blog-container .share-box > .item > a {
    border: 5px solid #fff;
    border-radius: 50%;
    box-sizing: unset;
    color: #fff;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.2s;
    width: 30px;
    display: flex;
    align-items: center;
  }
.blog-container .share-box > .\!item > a {
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    box-sizing: unset !important;
    color: #fff !important;
    font-size: 16px !important;
    height: 30px !important;
    justify-content: center !important;
    margin-right: 10px !important;
    transition: all 0.2s !important;
    width: 30px !important;
    display: flex !important;
    align-items: center !important;
  }
.blog-container .share-box > .item > a{
  color: var(--primary-text-color,#fff);
}
.blog-container .share-box > .item > a:hover a,.blog-container .share-box > .item > a:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.blog-container .share-box > .item > a a:hover{
  color: var(--primary-text-color,#fff);
}
.blog-container .share-box > .item > a{
  background-color: var(--primary-color,#4066b8);
}
.blog-container .share-box > .\!item > a{
  color: var(--primary-text-color,#fff);
}
.blog-container .share-box > .\!item > a:hover a,.blog-container .share-box > .\!item > a:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.blog-container .share-box > .\!item > a a:hover{
  color: var(--primary-text-color,#fff);
}
.blog-container .share-box > .\!item > a{
  background-color: var(--primary-color,#4066b8);
}
.app-blog-item .info-list{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.app-blog-item .info-list span{
  margin-right: 10px;
}
.app-blog-item .info-list i{
  margin-right: 4px;
  color: var(--primary-color,#4066b8);
}
.app-blog-item .content img{
  margin: auto;
  max-width: 100%;
}
.app-blog-item .share-box {
    align-items: center;
    border-top: 1px dashed #d4d4d4;
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    flex: 1;
  }
.app-blog-item .share-box > span {
    color: #999;
    margin-right: 16px;
  }
.app-blog-item .share-box > .item {
    align-items: center;
    display: flex;
  }
.app-blog-item .share-box > .\!item {
    align-items: center !important;
    display: flex !important;
  }
.app-blog-item .share-box > .item > a {
    border: 5px solid #fff;
    border-radius: 50%;
    box-sizing: unset;
    color: #fff;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.2s;
    width: 30px;
    display: flex;
    align-items: center;
  }
.app-blog-item .share-box > .\!item > a {
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    box-sizing: unset !important;
    color: #fff !important;
    font-size: 16px !important;
    height: 30px !important;
    justify-content: center !important;
    margin-right: 10px !important;
    transition: all 0.2s !important;
    width: 30px !important;
    display: flex !important;
    align-items: center !important;
  }
.app-blog-item .share-box > .item > a{
  color: var(--primary-text-color,#fff);
}
.app-blog-item .share-box > .item > a:hover a,.app-blog-item .share-box > .item > a:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.app-blog-item .share-box > .item > a a:hover{
  color: var(--primary-text-color,#fff);
}
.app-blog-item .share-box > .item > a{
  background-color: var(--primary-color,#4066b8);
}
.app-blog-item .share-box > .\!item > a{
  color: var(--primary-text-color,#fff);
}
.app-blog-item .share-box > .\!item > a:hover a,.app-blog-item .share-box > .\!item > a:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.app-blog-item .share-box > .\!item > a a:hover{
  color: var(--primary-text-color,#fff);
}
.app-blog-item .share-box > .\!item > a{
  background-color: var(--primary-color,#4066b8);
}
.app-blog-item .form .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
  }
.app-blog-item .popular > .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
.app-blog-item .popular > .title > i{
  color: var(--primary-color,#4066b8);
    font-size: 16px;
}
.app-blog-item .popular > .content-list > li {
    align-items: center;
    display: flex;
    margin: 10px 0;
    overflow: hidden;
  }
.app-blog-item .popular > .content-list > li > i {
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    width: 6px;
  }
.app-blog-item .popular > .content-list > li > a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
    color: #333;
    flex: 1;
}
.app-blog-item .product-box > .title {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 16px;
  }
.app-blog-item .product-box {
    position: sticky;
    top: 0;
  }
.app-blog-item .product-box > .title > a{
  color: var(--primary-color,#4066b8);
    font-size: 14px;
    font-weight: 400;
}
.app-blog-item .product-box > .title > a > i{
  color: var(--primary-color,#4066b8);
    font-size: 12px;
}
.app-blog-item .product-box > .content > .content-item {
    border-bottom: 1px solid #d4d4d4;
    padding: 16px 0;
  }
.app-blog-item .product-box > .content > .content-item:last-child {
    border: none;
  }
.app-blog-item .product-box > .content > .content-item > a {
    display: flex;
  }
.app-blog-item .product-box > .content > .content-item > a img {
    height: 60px;
    width: 60px;
    margin-right: 12px;
  }
.app-blog-item .product-box > .content > .content-item > a > .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
.app-blog-item .RelatedArticles > .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
.app-blog-item .RelatedArticles > .title > i{
  color: var(--primary-color,#4066b8);
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
.app-blog-item .RelatedArticles > .list > li {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
.app-blog-item .RelatedArticles > .list > li:last-child {
    border: none;
  }
.app-blog-item .RelatedArticles > .list > li > .image{
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 992px){
  .app-blog-item .RelatedArticles > .list > li > .image{
    height: 152px;
    width: 252px;
  }
}
@media (max-width: 991.98px){
  .app-blog-item .RelatedArticles > .list > li > .image{
    height: -moz-fit-content;
    height: fit-content;
    width: 80px;
  }
}
@media (min-width: 992px){
  .app-blog-item .RelatedArticles > .list > li > .right{
    height: 152px;
  }
}
.app-blog-item .RelatedArticles > .list > li > .right {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .model {
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 16px;
    line-height: 18px;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .infoList {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .infoList > span {
    margin: 0 20px 0 0;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .infoList > span,
  .app-blog-item .RelatedArticles > .list > li > .right > .infoList > span > i {
    color: #999;
    display: flex;
    align-items: center;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .infoList > span > i {
    margin-right: 6px;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .content {
    color: #999;
    font-size: 13px;
    line-height: 20px;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .more {
    color: #666;
  }
.app-blog-item .RelatedArticles > .list > li > .right > .more > i {
    font-size: 11px;
  }
.app-blog-item .RelatedArticles > .list > li > .right a:hover{
  color: var(--primary-color,#4066b8);
}
.app-page-container .page-container {
    display: flex;
    margin-bottom: 30px;
  }
.app-page-container .page-container > .left > ul {
    background-color: #f6f8fc;
    position: sticky;
    top: 30px;
    width: 210px;
  }
.app-page-container .page-container > .right {
    background-color: #fff;
    flex: 1;
    height: auto;
    padding: 20px;
  }
.app-page-container .left > ul > li > a {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    margin-bottom: 16px;
    position: relative;
  }
.app-page-container .page-container > .left > ul > li > a > .image {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    height: 54px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 54px;
    z-index: 1;
  }
.app-page-container .page-container > .left > ul > li > a > div:last-child {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px -7px #ccc;
    flex: 1;
    height: 50px;
    line-height: 50px;
    margin-left: 27px;
    padding-left: 37px;
  }
.app-page-container .page-container > .left > ul > li > a.active > div {
    color: #007bff;
    font-weight: 700;
  }
.app-page-container .pcContact h2 {
    border-bottom: 1px solid #d4d4d4;
    font-size: 17px !important;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    text-align: left;
  }
.app-page-container textarea.i-input {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-family: unset;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
.app-page-container .form-box {
    margin-top: 50px;
    width: 40%;
  }
.app-page-container .pcContact > div.msg {
    line-height: 22px;
    margin-bottom: 16px;
  }
.app-page-container .v-radio-boxs > .title {
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: bold;
  }
.app-page-container .v-radio-list > .v-radio-item {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
  }
.app-page-container .v-radio-list > .v-radio-item > .right {
    color: #333;
    cursor: pointer;
    flex: 1;
    font-size: 14px;
    margin-left: 10px;
  }
.app-page-container a.open {
    color: #333;
    display: block;
    margin: 10px 0;
  }
.app-page-container a.open:hover {
    color: #007bff;
  }
@media (max-width: 991px) {
    .app-page-container .page-container > .left {
      display: none;
    }
    .app-page-container .page-container > .right {
      margin-left: 0;
      padding: 10px;
    }
    .app-page-container .form-box {
      margin-top: 50px;
      width: 100%;
    }
  }
.app-page-container .bi-chat-left-text {
    font-size: 18px;
  }
.app-filter-container .content-container > *{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.app-filter-container .product-title .actions{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.app-filter-container .product-title .actions i{
  margin-left: 10px;
  cursor: pointer;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.app-filter-container .product-title .actions i.active{
  color: var(--primary-color,#4066b8);
}
.app-filter-container .content-container > *{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.app-filter-container .product-title .actions{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.app-filter-container .product-title .actions i{
  margin-left: 10px;
  cursor: pointer;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.app-filter-container .product-title .actions i.active{
  color: var(--primary-color,#4066b8);
}
.app-product-list th,
  .app-product-list td{
  min-width: 120px;
}
.app-product-list th {
    background-color: #e8e8e8;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 10px 12px;
    position: sticky;
    top: -1px;
    white-space: nowrap;
  }
.app-product-list th:not(:first-child) {
    text-align: left;
  }
.app-product-list th:last-child {
    left: 0;
    z-index: 7;
  }
.app-product-list td {
    font-size: 12px;
    padding: 8px 10px;
    min-width: 100px;
    box-shadow: inset 0 0 #e9e9e9, inset -1px 0 #e9e9e9, inset 0 -1px #e9e9e9;
  }
.app-product-list td:first-child {
    left: 0;
    z-index: 7;
  }
.app-product-list th:first-child {
    left: 0;
    z-index: 7;
  }
.app-product-list td a {
    display: flex;
    align-items: center;
    height: 100%;
  }
.app-product-list .table-tr:nth-child(odd) {
    background-color: #f3f5f8;
  }
.app-product-list .view-card-list .card {
    height: 262px;
    width: 25%;
    border: none;
    border-radius: 0;
  }
.app-product-list .view-card-list .card-box {
    width: 100%;
    align-items: center;
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 83%, 0.3);
    display: flex;
    flex-direction: column;
    padding: 20px 12px;
    position: relative;
    border-radius: 0px;
    z-index: 1;
    font-size: 14px;
    min-height: 100%;
  }
.app-product-list .event {
    background-color: #fff;
    border-top: 1px solid #d4d4d4;
    margin-top: 16px;
    width: 100%;
    padding-top: 16px;
  }
.app-product-list .card-box:hover .event {
    display: block !important;
  }
.app-product-list .card:hover > .card-box {
    border-radius: 4px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1490196078);
    min-height: unset;
  }
.app-product-list .card:hover {
    z-index: 2;
    border: none;
    box-shadow: none;
  }
.app-product-list .event > ul > li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    line-height: 16px;
  }
.app-product-list .event .event-box {
    display: flex;
    justify-content: space-between;
  }
@media (max-width: 991px) {
    .app-product-list .event .event-box .el-button {
      position: absolute;
      right: 10px;
      bottom: 10px;
      height: 24px;
      padding: 0;
      margin: 0;
      background-color: initial !important;
      border: 0;
      width: auto;
    }
    .app-product-list .event .event-box .el-button i{
    color: var(--primary-color,#4066b8);
  }
    .app-product-list .event .event-box .el-button .RFQ-text{
    color: var(--warning-color,#ff6221);
  }
    .app-product-list .view-card .view-card-list > .card .card-box {
      border: none;
      border-bottom: 1px solid #d4d4d4;
      padding: 10px;
    }
    .app-product-list .event {
      width: 0;
      height: 0;
      padding: 0;
      margin: 0;
      overflow: hidden;
      display: block !important;
    }
  }
.product-detail-container .box-mb{
  margin-bottom: 16px;
}
.product-detail-container .rounded-box{
  border-radius: 4px;
}
.product-detail-container .title.part_number {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 700;
  }
.product-detail-container .title.\!part_number {
    border-bottom: 1px solid #d4d4d4 !important;
    display: flex !important;
    margin-bottom: 30px !important;
    padding-bottom: 18px !important;
    position: relative !important;
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 700 !important;
  }
.product-detail-container .props-item {
    margin-bottom: 20px;
  }
.product-detail-container .props-item .props-title {
    color: #999;
    flex-shrink: 0;
    text-align: right;
    width: 120px;
  }
.product-detail-container .props-item:not(:last-child) {
    margin-right: 20px;
  }
.product-detail-container .tabs-title{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
.product-detail-container .tabs-title .el-button:not(.el-button--primary){
  border-width: 0px;
}
.product-detail-container .tabs-content{
  padding-top: 20px;
}
.product-detail-container .attr-item:nth-child(2n){
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.product-detail-container .title.part_number {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 700;
  }
.product-detail-container .title.\!part_number {
    border-bottom: 1px solid #d4d4d4 !important;
    display: flex !important;
    margin-bottom: 30px !important;
    padding-bottom: 18px !important;
    position: relative !important;
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 700 !important;
  }
.product-detail-container .props-item {
    margin-bottom: 20px;
  }
.product-detail-container .props-item .props-title {
    color: #999;
    flex-shrink: 0;
    text-align: right;
    width: 120px;
  }
.product-detail-container .props-item:not(:last-child) {
    margin-right: 20px;
  }
.RFQ-container .base-module .el-upload-dragger {
    display: flex;
    flex-direction: column;
    height: 188px;
    justify-content: space-between;
    padding: 20px;
  }
.RFQ-container .upload-info .step {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding-bottom: 40px;
  }
.RFQ-container .upload-info .step .iconfont{
  color: var(--primary-color,#4066b8);
    font-size: 30px;
    margin: 0 40px;
}
.RFQ-container .upload-info .step .iconBoxs {
    position: relative;
    width: 60px;
  }
.RFQ-container .upload-info .step .iconBoxs p{
  border-width: 1px;
  border-color: var(--primary-color,#4066b8);
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}
.RFQ-container .upload-info .step .iconBoxs p i{
  color: var(--primary-color,#4066b8);
    font-size: 20px;
}
.RFQ-container .upload-info .step .iconBoxs span {
    bottom: -40px;
    color: #333;
    font-size: 12px;
    height: 30px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    width: 150px;
  }
.RFQ-container .rfqTable{
  font-size: 12px;
}
.RFQ-container .rfqTable .th{
  line-height: 14px;
    background-color: #f6f8fc;
    border-radius: 4px;
    display: flex;
    padding: 10px 0;
}
.RFQ-container .rfqTable .th li {
    box-sizing: border-box;
    flex: 3;
    padding: 5px;
  }
.RFQ-container .rfqTable .th li p {
    padding-left: 10px;
  }
.RFQ-container .rfqTable .th li p.star:before {
    color: var(--el-color-danger);
    content: "*";
    margin-right: 4px;
  }
.RFQ-container .rfqTable .th li:last-child {
    flex: 1;
  }
.RFQ-container .rfqTable .th li:first-child,
  .RFQ-container .rfqTable .th li:nth-child(2),
  .RFQ-container .rfqTable .th li:nth-child(3) {
    flex: 5;
  }
.RFQ-container .rfqTable .td li {
    display: flex;
  }
.RFQ-container .rfqTable .td li > div {
    align-items: center;
    display: flex;
    flex: 3;
    font-size: 13px;
    justify-content: center;
    padding: 5px;
    position: relative;
    text-align: center;
  }
.RFQ-container .rfqTable .td li > div:last-child {
    flex: 1;
  }
.RFQ-container .rfqTable .td li > div:first-child,
  .RFQ-container .rfqTable .td li > div:nth-child(2),
  .RFQ-container .rfqTable .td li > div:nth-child(3) {
    flex: 5;
  }
.RFQ-container .rfqTable .td li > div .iconfont{
  color: var(--primary-color,#4066b8);
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s;
}
.RFQ-container .rfqTable .td li > div .iconfont:hover{
  color: var(--danger-color,#c80000);
}
.RFQ-container .rfqTable .td li > div input {
    font-family: unset;
    font-size: 13px;
    line-height: 36px;
    padding-left: 10px;
    width: 100%;
  }
.RFQ-container .rfqTable .td li > div input::-moz-placeholder {
    color: #d4d4d4;
  }
.RFQ-container .rfqTable .td li > div input::placeholder {
    color: #d4d4d4;
  }
.RFQ-container .rfqTable .btnBox {
    display: flex;
    margin-top: 16px;
  }
.RFQ-container .rfqTable .btnBox .btn {
    margin-right: 10px;
  }
.RFQ-container .btnBox .el-button{
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px){
  .RFQ-container .information .el-col{
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
.cart-container .center {
    display: flex;
    justify-content: space-between;
  }
@media screen and (max-width: 1024px) {
    .cart-container .center {
      flex-direction: column;
    }
  }
.cart-container .center .cot {
    width: 964px;
  }
@media screen and (max-width: 1024px) {
    .cart-container .center .cot {
      width: 100%;
    }
  }
.partList {
    min-height: 194px;
    position: relative;
  }
.partList .table {
    width: 100%;
  }
.partList .table .thead {
    background-color: #f6f8fc;
    display: flex;
    padding: 6px 10px;
    width: 100%;
  }
.partList .table .thead li {
    align-items: center;
    display: flex;
    flex: 3;
    padding-right: 16px;
  }
.partList .table .thead li .iconfont{
  color: var(--primary-color,#4066b8);
    align-items: center;
    border-radius: 13px;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 26px;
    justify-content: center;
    width: 26px;
}
.partList .table .thead li .iconfont:hover{
  color: var(--danger-color,#c80000);
}
.partList .table .thead li:nth-child(2) {
    flex: 5;
  }
.partList .table .thead li:first-child,
  .partList .table .thead li:last-child {
    flex: unset;
    justify-content: center;
    width: 40px;
  }
.partList .table .tbody li {
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    width: 100%;
  }
.partList .table .tbody li .tr {
    display: flex;
  }
.partList .table .tbody li .tr > div {
    align-items: center;
    display: flex;
    flex: 3;
    font-size: 12px;
    padding-right: 16px;
  }
.partList .table .tbody li .tr > div .iconfont{
  color: var(--primary-color,#4066b8);
    align-items: center;
    border-radius: 13px;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 26px;
    justify-content: center;
    width: 26px;
}
.partList .table .tbody li .tr > div .iconfont:hover{
  color: var(--danger-color,#c80000);
}
.partList .table .tbody li .tr > div .img {
    border-radius: 6px;
    height: 50px;
    overflow: hidden;
    width: 50px;
  }
.partList .table .tbody li .tr > div .\!img {
    border-radius: 6px !important;
    height: 50px !important;
    overflow: hidden !important;
    width: 50px !important;
  }
.partList .table .tbody li .tr > div .part {
    flex: 1;
    margin-left: 10px;
  }
.partList .table .tbody li .tr > div .part a{
  color: var(--primary-color,#4066b8);
}
.partList .table .tbody li .tr > div .part a:hover {
    text-decoration: underline;
  }
.partList .table .tbody li .tr > div .part p {
    margin: 5px 0;
  }
.partList .table .tbody li .tr > div .part p.desc {
    color: #999;
    margin-bottom: 0;
  }
.partList .table .tbody li .tr > div:nth-child(2) {
    flex: 5;
  }
.partList .table .tbody li .tr > div:first-child,
  .partList .table .tbody li .tr > div:last-child {
    flex: unset;
    justify-content: center;
    width: 40px;
  }
.partList .table .tbody li .tr .price {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
.partList .table .tbody li .tr .price .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    padding: 3px 0;
  }
.partList .table .tbody li .tr .price .\!item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-around !important;
    padding: 3px 0 !important;
  }
.partList .table .tbody li .tr .price .item p {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin: 6px;
  }
.partList .table .tbody li .tr .price .\!item p {
    align-items: center !important;
    display: flex !important;
    font-size: 14px !important;
    margin: 6px !important;
  }
.partList .table .tbody li .tr .price .item p .tag{
  background-color: var(--warning-color,#ff6221);
}
.partList .table .tbody li .tr .price .\!item p .tag{
  background-color: var(--warning-color,#ff6221);
}
.partList .table .tbody li .tr .price .item p .tag {
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    padding: 2px 4px;
  }
.partList .table .tbody li .tr .price .\!item p .tag {
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 11px !important;
    margin-left: 5px !important;
    padding: 2px 4px !important;
  }
.partList .table .tbody li .tr .price .item p .tag.discount {
    background-color: #333;
  }
.partList .table .tbody li .tr .price .\!item p .tag.discount {
    background-color: #333 !important;
  }
.partList .table .tbody li .tr .price .item p span {
    position: relative;
  }
.partList .table .tbody li .tr .price .\!item p span {
    position: relative !important;
  }
.partList .table .tbody li .tr .price .item p span del {
    bottom: -14px;
    color: #ccc;
    font-size: 12px;
    left: 0;
    position: absolute;
  }
.partList .table .tbody li .tr .price .\!item p span del {
    bottom: -14px !important;
    color: #ccc !important;
    font-size: 12px !important;
    left: 0 !important;
    position: absolute !important;
  }
.partList .table .tbody li .tr .price .item p span em {
    bottom: -12px;
    color: #999;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-decoration: line-through;
  }
.partList .table .tbody li .tr .price .\!item p span em {
    bottom: -12px !important;
    color: #999 !important;
    font-size: 12px !important;
    left: 0 !important;
    position: absolute !important;
    text-decoration: line-through !important;
  }
.partList .table .tbody li .tr .price .btn {
    margin: 0;
    padding: 8px 20px;
    width: 100px;
  }
.partList .table .tbody li .types {
    align-items: center;
    display: flex;
  }
.partList .table .tbody li .types .tag{
  background-color: var(--warning-color,#ff6221);
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    padding: 3px 4px;
}
.partList .table .tbody li .types .expired{
  color: var(--danger-color,#c80000);
    font-size: 12px;
}
.partList .table .tbody li .types .expired:before{
  background-color: var(--danger-color,#c80000);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 6px;
    width: 4px;
}
@media screen and (max-width: 1024px) {
    .partList .table .thead {
      display: none;
    }
    .partList .table .tbody li .tr {
      position: relative;
    }
    .partList .table .tbody li .tr > div {
      flex: unset;
    }
    .partList .table .tbody li .tr > div .part .desc {
      display: none;
    }
    .partList .table .tbody li .tr > div:nth-child(2) {
      align-items: flex-start;
      padding-bottom: 20px;
    }
    .partList .table .tbody li .tr > div:nth-child(3) {
      left: 100px;
      position: absolute;
      top: 35px;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) {
      bottom: -12px;
      left: 0;
      padding: 0;
      position: absolute;
      width: 100%;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .item {
      flex-direction: unset;
      justify-content: space-between;
      width: 100%;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .item p {
      font-size: 12px;
      margin: 0;
      white-space: nowrap;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .item p span em {
      display: none;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .item p .tag {
      font-size: 10px;
      padding: 1px 4px;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .btn {
      display: none;
    }
    .partList .table .tbody li .tr > div:nth-child(6) {
      padding: 0;
    }
    .partList .table .tbody li .types .tag {
      margin-top: 10px;
    }
     {
      position: relative !important;
      flex: unset !important;
      display: none !important;
      align-items: flex-start !important;
      padding-bottom: 20px !important;
      left: 100px !important;
      top: 35px !important;
      bottom: -12px !important;
      left: 0 !important;
      padding: 0 !important;
      position: absolute !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item {
      flex-direction: unset !important;
      justify-content: space-between !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p {
      font-size: 12px !important;
      margin: 0 !important;
      white-space: nowrap !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p span em {
      display: none !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p .tag {
      font-size: 10px !important;
      padding: 1px 4px !important;
    }
     {
      margin-top: 10px !important;
      position: relative !important;
      flex: unset !important;
      display: none !important;
      align-items: flex-start !important;
      padding-bottom: 20px !important;
      left: 100px !important;
      top: 35px !important;
      bottom: -12px !important;
      left: 0 !important;
      padding: 0 !important;
      position: absolute !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item {
      flex-direction: unset !important;
      justify-content: space-between !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p {
      font-size: 12px !important;
      margin: 0 !important;
      white-space: nowrap !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p span em {
      display: none !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p .tag {
      font-size: 10px !important;
      padding: 1px 4px !important;
    }
     {
      margin-top: 10px !important;
      position: relative !important;
      flex: unset !important;
      display: none !important;
      align-items: flex-start !important;
      padding-bottom: 20px !important;
      left: 100px !important;
      top: 35px !important;
      bottom: -12px !important;
      left: 0 !important;
      padding: 0 !important;
      position: absolute !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item {
      flex-direction: unset !important;
      justify-content: space-between !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p {
      font-size: 12px !important;
      margin: 0 !important;
      white-space: nowrap !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p span em {
      display: none !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p .tag {
      font-size: 10px !important;
      padding: 1px 4px !important;
    }
     {
      margin-top: 10px !important;
      position: relative !important;
      flex: unset !important;
      display: none !important;
      align-items: flex-start !important;
      padding-bottom: 20px !important;
      left: 100px !important;
      top: 35px !important;
      bottom: -12px !important;
      left: 0 !important;
      padding: 0 !important;
      position: absolute !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item {
      flex-direction: unset !important;
      justify-content: space-between !important;
      width: 100% !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p {
      font-size: 12px !important;
      margin: 0 !important;
      white-space: nowrap !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p span em {
      display: none !important;
    }
    .partList .table .tbody li .tr > .price:nth-child(4) .\!item p .tag {
      font-size: 10px !important;
      padding: 1px 4px !important;
    }
     {
      display: none !important;
      padding: 0 !important;
      margin-top: 10px !important;
    }
  }
.partList .empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
.partList .\!empty {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
  }
@media screen and (max-width: 1024px) {
    .partList .empty {
      padding: 20px 0;
    }
    .partList .\!empty {
      padding: 20px 0 !important;
    }
  }
.partList .empty .iconfont {
    font-size: 50px;
  }
.partList .\!empty .iconfont {
    font-size: 50px !important;
  }
.partList .empty a {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0;
  }
.partList .\!empty a {
    color: #333 !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 15px 0 0 !important;
  }
@media screen and (max-width: 1024px) {
    .partList .empty a {
      font-size: 12px;
    }
    .partList .\!empty a {
      font-size: 12px !important;
    }
  }
.partList .empty a:hover{
  color: var(--primary-color,#4066b8);
}
.partList .\!empty a:hover{
  color: var(--primary-color,#4066b8);
}
.partList .empty a:hover {
    text-decoration: underline;
  }
.partList .\!empty a:hover {
    text-decoration: underline !important;
  }
.partList .information {
    font-size: 12px;
    margin-top: 10px;
  }
.partList .information a{
  color: var(--primary-color,#4066b8);
}
.partList .information a:hover {
    text-decoration: underline;
  }
#summary-app {
    width: 320px;
  }
@media screen and (max-width: 1024px) {
    #summary-app {
      width: 100%;
    }
  }
#summary-app .summary {
    position: sticky;
    top: 20px;
  }
#summary-app .summary .info {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
#summary-app .summary .info .number,
  #summary-app .summary .info .price {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
#summary-app .summary .info > .top .price:last-child {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 6px;
  }
#summary-app .summary .info .price p:last-child{
  color: var(--danger-color,#c80000);
}
#summary-app .summary .info .number {
    border: none;
    padding-bottom: 0;
  }
#summary-app .summary .info .btn {
    width: 100%;
  }
#summary-app .summary .info .btn .iconfont {
    font-size: 18px;
    margin-right: 10px;
  }
#summary-app .summary .info > span {
    font-size: 12px;
    margin: 10px 0;
  }
#summary-app .summary .info > span:before{
  background-color: var(--danger-color,#c80000);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 5px;
    width: 4px;
}
#summary-app .summary .info .desc {
    font-size: 14px;
    text-align: center;
  }
#summary-app .summary .info .desc a{
  color: var(--primary-color,#4066b8);
}
#summary-app .summary .info .desc a:hover {
    text-decoration: underline;
  }
.cart-form-container .el-radio__label {
    flex: 1;
  }
.cart-form-container .shipMethod .radio {
    margin-bottom: 0 !important;
  }
.payment-container .el-radio{
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.payment-container .el-radio__label{
  display: flex;
  align-items: center;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.\!bottom-\[-20px\]{
  bottom: -20px !important;
}
.\!left-\[unset\]{
  left: unset !important;
}
.left-0{
  left: 0px;
}
.left-\[-1px\]{
  left: -1px;
}
.right-0{
  right: 0px;
}
.right-\[-30px\]{
  right: -30px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[36px\]{
  top: 36px;
}
.top-\[50\%\]{
  top: 50%;
}
.z-30{
  z-index: 30;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[21\]{
  z-index: 21;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[600\]{
  z-index: 600;
}
.\!m-\[27px_auto_10px\]{
  margin: 27px auto 10px !important;
}
.m-0{
  margin: 0px;
}
.m-\[0_30px_20px_0\]{
  margin: 0 30px 20px 0;
}
.m-\[0_5px\]{
  margin: 0 5px;
}
.m-\[0_5px_5px_0\]{
  margin: 0 5px 5px 0;
}
.m-\[24px_0_10px\]{
  margin: 24px 0 10px;
}
.m-_interval{
  margin: -10px;
}
.m-auto{
  margin: auto;
}
.mx-\[-5px\]{
  margin-left: -5px;
  margin-right: -5px;
}
.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}
.mx-\[6px\]{
  margin-left: 6px;
  margin-right: 6px;
}
.mx-_interval{
  margin-left: -10px;
  margin-right: -10px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-interval{
  margin-top: 10px;
  margin-bottom: 10px;
}
.\!ml-0{
  margin-left: 0px !important;
}
.\!ml-\[0\]{
  margin-left: 0 !important;
}
.\!ml-\[40px\]{
  margin-left: 40px !important;
}
.\!mr-0{
  margin-right: 0px !important;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-\[-1px\]{
  margin-bottom: -1px;
}
.mb-\[100\%\]{
  margin-bottom: 100%;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.mb-interval{
  margin-bottom: 10px;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.ml-\[3px\]{
  margin-left: 3px;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-interval{
  margin-left: 10px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[12px\]{
  margin-right: 12px;
}
.mr-\[16px\]{
  margin-right: 16px;
}
.mr-\[6px\]{
  margin-right: 6px;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mr-auto{
  margin-right: auto;
}
.mr-interval{
  margin-right: 10px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[34px\]{
  margin-top: 34px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-interval{
  margin-top: 10px;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.\!h-\[40px\]{
  height: 40px !important;
}
.h-16{
  height: 4rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[102px\]{
  height: 102px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[167px\]{
  height: 167px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[198px\]{
  height: 198px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[276px\]{
  height: 276px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[410px\]{
  height: 410px;
}
.h-\[412px\]{
  height: 412px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[76px\]{
  height: 76px;
}
.h-\[80px\]{
  height: 80px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[32px\]{
  max-height: 32px;
}
.max-h-\[80px\]{
  max-height: 80px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-full{
  width: 100% !important;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[151px\]{
  width: 151px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[223px\]{
  width: 223px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[740px\]{
  width: 740px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[80px\]{
  width: 80px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[740px\]{
  max-width: 740px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\]{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-start{
  align-content: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[17px\]{
  border-radius: 17px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-b-\[4px\]{
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-\[\#333\]{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#d4d4d4\]{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#e8e8e8\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-\[\#fff\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-bg_primary_text{
  border-color: var(--primary-text-color,#fff);
}
.border-primary{
  border-color: var(--primary-color,#4066b8);
}
.border-l-\[\#f1f1f1\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-r-\[\#333\]{
  --tw-border-opacity: 1;
  border-right-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}
.bg-\[\#cccccc4d\]{
  background-color: #cccccc4d;
}
.bg-\[\#f6f8fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f8f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff\]{
  background-color: #ff;
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-bg_primary_text{
  background-color: var(--primary-text-color,#fff);
}
.bg-danger{
  background-color: var(--danger-color,#c80000);
}
.bg-primary{
  background-color: var(--primary-color,#4066b8);
}
.bg-warning{
  background-color: var(--warning-color,#ff6221);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-\[30px_40px_20px\]{
  padding: 30px 40px 20px !important;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[0_20px_20px\]{
  padding: 0 20px 20px;
}
.p-\[0px_0_0px_10px\]{
  padding: 0px 0 0px 10px;
}
.p-\[0px_0px_0px_4px\]{
  padding: 0px 0px 0px 4px;
}
.p-\[0px_10px\]{
  padding: 0px 10px;
}
.p-\[10px_0\]{
  padding: 10px 0;
}
.p-\[10px_20px\]{
  padding: 10px 20px;
}
.p-\[10px_5px\]{
  padding: 10px 5px;
}
.p-\[12px_10px\]{
  padding: 12px 10px;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[15px_0\]{
  padding: 15px 0;
}
.p-\[15px_30px_15px_0\]{
  padding: 15px 30px 15px 0;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[23px_30px_20px\]{
  padding: 23px 30px 20px;
}
.p-\[25px\]{
  padding: 25px;
}
.p-\[2px\]{
  padding: 2px;
}
.p-\[30px_0_60px\]{
  padding: 30px 0 60px;
}
.p-\[30px_10px\]{
  padding: 30px 10px;
}
.p-\[40px\]{
  padding: 40px;
}
.p-\[56\.35\%_0_0_0\]{
  padding: 56.35% 0 0 0;
}
.p-\[5px_10px\]{
  padding: 5px 10px;
}
.p-\[5px_8px\]{
  padding: 5px 8px;
}
.p-interval{
  padding: 10px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-interval{
  padding-left: 10px;
  padding-right: 10px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[86px\]{
  padding-top: 86px;
  padding-bottom: 86px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-interval{
  padding-top: 10px;
  padding-bottom: 10px;
}
.\!pb-\[40px\]{
  padding-bottom: 40px !important;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-0{
  padding-left: 0px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-\[6px\]{
  padding-left: 6px;
}
.pl-interval{
  padding-left: 10px;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pr-\[2px\]{
  padding-right: 2px;
}
.pr-interval{
  padding-right: 10px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[42\.1052\%\]{
  padding-top: 42.1052%;
}
.pt-interval{
  padding-top: 10px;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-mini{
  font-size: 0.625rem;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.\!text-\[\#000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#333\]{
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#282828\]{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#afafaf\]{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity, 1));
}
.text-\[\#fea531\]{
  --tw-text-opacity: 1;
  color: rgb(254 165 49 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-danger{
  color: var(--danger-color,#c80000);
}
.text-primary{
  color: var(--primary-color,#4066b8);
}
.text-warning{
  color: var(--warning-color,#ff6221);
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_-7px_\#ccc\]{
  --tw-shadow: 0 0 15px -7px #ccc;
  --tw-shadow-colored: 0 0 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[3px_0_7px_-4px_\#666\]{
  --tw-shadow: 3px 0 7px -4px #666;
  --tw-shadow-colored: 3px 0 7px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-\[all_\.3s\]{
  transition-property: all .3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
#index-container .banner .swiper-pagination-bullet {
  border-radius: 10px !important;
  bottom: 5px !important;
  height: 5px !important;
  width: 20px !important;
}

#banner-swiper .banner .swiper-pagination {
  bottom: 0px;
}

#index-container.banner .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.product-box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.product-box .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}
.product-box .product-item {
  transition: box-shadow 0.3s ease;
}
.product-box .product-item:hover {
  box-shadow: 0 0 15px -7px #ccc;
}
.product-box .shade {
  background-color: rgba(204, 204, 204, 0.1019607843);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.member-container .profile {
  background: linear-gradient(180deg, #f4f6fa, #fff);
  height: 100px;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
.member-container .profile,
.member-container .profile .nuxt-link {
  align-items: center;
  display: flex;
  padding: 0 12px;
}
.member-container .profile .nuxt-link{
  color: var(--primary-text-color,#fff);
}
.member-container .profile .nuxt-link:hover a,.member-container .profile .nuxt-link:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.member-container .profile .nuxt-link a:hover{
  color: var(--primary-text-color,#fff);
}
.member-container .profile .nuxt-link{
  background-color: var(--primary-color,#4066b8);
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  height: 26px;
}
.member-container .profile > div p {
  margin: 10px 0;
}
.member-container .list {
  margin-bottom: 60px;
}
.member-container .list li {
  background-color: #fff;
  margin-bottom: 10px;
  width: 100%;
}
.member-container .list li .nuxt-link {
  justify-content: space-between;
  padding: 20px 12px;
  width: 100%;
}
.member-container .list li .nuxt-link,
.member-container .list li .nuxt-link p {
  align-items: center;
  display: flex;
}
.member-container .list li .nuxt-link p .iconfont{
  color: var(--primary-color,#4066b8);
  font-size: 20px;
  margin-right: 6px;
}
.member-container .list li .nuxt-link p .iconfont.icona-ziyuan2 {
  font-size: 24px;
}
.member-container .list li .nuxt-link > i {
  font-size: 14px;
}

.member-detail-container {
  /* 此处样式无需修改，保持原样即可 */
}
.member-detail-container aside {
  background-color: #f6f8fc;
  position: sticky;
  top: 30px;
  width: 210px;
}
@media screen and (max-width: 1024px) {
  .member-detail-container aside {
    display: none;
  }
}
.member-detail-container aside a {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  margin-bottom: 16px;
  position: relative;
}
.member-detail-container aside a.active div .iconfont,
.member-detail-container aside a.active p{
  color: var(--primary-color,#4066b8);
}
.member-detail-container aside a div {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px -7px #ccc;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
}
.member-detail-container aside a div .iconfont {
  color: #999;
  font-size: 18px;
}
.member-detail-container aside a div .iconfont.icona-ziyuan2 {
  font-size: 26px;
}
.member-detail-container aside a p {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px -7px #ccc;
  flex: 1;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin-left: 27px;
  padding-left: 20px;
}

.my-profile .box .el-form-item {
  margin-bottom: 20px !important;
}
.my-profile .account {
  background-color: rgba(64, 102, 184, 0.1019607843);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .my-profile .account {
    display: block;
  }
}
.my-profile .account > p {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .my-profile .account > p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.my-profile .account > p .iconfont{
  color: var(--primary-color,#4066b8);
  font-size: 30px;
  font-weight: 400;
  margin-right: 16px;
}
.my-profile .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.my-profile .info .input,
.my-profile .info .select {
  margin-top: 20px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .my-profile .info .input,
  .my-profile .info .select {
    width: 100%;
  }
}
.my-profile b {
  display: block;
  line-height: 26px;
  margin-top: 16px;
}
.my-profile p {
  line-height: 20px;
  margin: 10px 0;
}
.my-profile p.dot:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 6px;
  width: 6px;
}

.my-order .orderCot .navBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.my-order .orderCot .navBox .nav {
  align-items: center;
  display: flex;
}
.my-order .orderCot .navBox .nav li {
  cursor: pointer;
  margin-right: 20px;
  padding: 6px 0;
}
.my-order .orderCot .navBox .nav li.active {
  position: relative;
}
.my-order .orderCot .navBox .nav li.active:before{
  color: var(--primary-text-color,#fff);
}
.my-order .orderCot .navBox .nav li.active:hover a:before,.my-order .orderCot .navBox .nav li.active:hover .iconfont:before{
  color: var(--primary-text-color,#fff);
}
.my-order .orderCot .navBox .nav li.active a:hover:before{
  color: var(--primary-text-color,#fff);
}
.my-order .orderCot .navBox .nav li.active:before{
  background-color: var(--primary-color,#4066b8);
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .navBox {
    display: block;
  }
  .my-order .orderCot .navBox .nav {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .my-order .orderCot .navBox .nav li {
    font-size: 10px;
    margin-right: 10px;
  }
}
.my-order .orderCot .orderList li {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin-bottom: 16px;
  overflow: hidden;
}
.my-order .orderCot .orderList li .title {
  background-color: #f6f8fc;
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .orderList li .title {
    font-size: 12px;
  }
}
.my-order .orderCot .orderList li .title .l {
  display: flex;
}
.my-order .orderCot .orderList li .title .l > div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  width: 180px;
}
.my-order .orderCot .orderList li .title .l > div a{
  color: var(--primary-color,#4066b8);
  font-size: 14px;
}
.my-order .orderCot .orderList li .title .l > div a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .orderList li .title .l > div {
    margin-right: 20px;
    width: unset;
  }
  .my-order .orderCot .orderList li .title .l > div a {
    font-size: 12px;
  }
}
.my-order .orderCot .orderList li .title .r {
  align-items: center;
  display: flex;
}
.my-order .orderCot .orderList li .title .r a{
  color: var(--primary-color,#4066b8);
}
.my-order .orderCot .orderList li .title .r a:hover {
  text-decoration: underline;
}
.my-order .orderCot .orderList li table {
  width: 100%;
}
.my-order .orderCot .orderList li table td,
.my-order .orderCot .orderList li table th {
  padding: 5px;
}
.my-order .orderCot .orderList li table thead th {
  background-color: rgba(212, 212, 212, 0.3019607843);
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .orderList li table thead th {
    font-size: 10px;
  }
}
.my-order .orderCot .orderList li table tbody td {
  border-bottom: 2px solid #f6f8fc;
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .orderList li table tbody td {
    font-size: 10px;
  }
}
.my-order .orderCot .orderList li table tbody td:first-child {
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .orderList li table tbody td:first-child {
    width: 160px;
  }
}
.my-order .orderCot .orderList li table tbody td > div {
  display: flex;
}
.my-order .orderCot .orderList li table tbody td > div .imgs {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.my-order .orderCot .orderList li table tbody td a{
  color: var(--primary-color,#4066b8);
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .orderList li table tbody td a {
    font-size: 10px;
  }
}
.my-order .orderCot .orderList li table tbody td a:hover {
  text-decoration: underline;
}
.my-order .orderCot .orderList li table tbody td p {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .my-order .orderCot .orderList li table tbody td p {
    font-size: 10px;
  }
}
.my-order .orderCot .orderList li table tbody td p.desc {
  color: #999;
}
.my-order .orderCot .orderList li table tbody td p.primary{
  color: var(--primary-color,#4066b8);
}
.my-order .orderCot .orderList li table tbody tr:last-child td {
  border: none;
}
.my-order .orderCot .orderList li > p {
  background-color: #f6f8fc;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
}
.my-order .orderCot .orderList li > p a{
  color: var(--primary-color,#4066b8);
}
.my-order .orderCot .orderList li > p a:hover {
  text-decoration: underline;
}
.my-order .orderCot .empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.my-order .orderCot .empty .iconfont {
  font-size: 50px;
}
.my-order .orderCot .empty p {
  color: #333;
  display: inline-block;
  font-size: 13px;
  margin: 15px 0 0;
}
.my-order .orderCot .error{
  color: var(--danger-color,#c80000);
}
.my-order .orderCot .success{
  color: var(--success-color,#4caf50);
}
.my-order .orderCot .warning{
  color: var(--warning-color,#ff6221);
}

form.search {
  border: 1px solid #f6f8fc;
  border-radius: 17px;
  display: flex;
  height: 34px;
  overflow: hidden;
  width: 320px;
}
form.search input {
  border: none;
  flex: 1;
  font-family: unset;
  height: 100%;
  padding: 0 20px;
}
form.search input:focus {
  outline: none;
}
form.search input::-moz-placeholder {
  color: #999;
}
form.search input::placeholder {
  color: #999;
}
form.search button{
  color: var(--primary-text-color,#fff);
}
form.search button:hover a,form.search button:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
form.search button a:hover{
  color: var(--primary-text-color,#fff);
}
form.search button{
  background-color: var(--primary-color,#4066b8);
  cursor: pointer;
  height: 100%;
  width: 60px;
}
form.search button .iconfont {
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  form.search {
    width: 100%;
  }
}
#order-detail-app .orderInfo .status {
  margin-bottom: 16px;
}
#order-detail-app .orderInfo .status div {
  margin-bottom: 6px;
}
#order-detail-app .orderInfo .status div:first-child {
  font-weight: 700;
}
#order-detail-app .orderInfo .tr {
  border-right: 1px solid #f6f8fc;
  border-top: 1px solid #f6f8fc;
  display: flex;
}
#order-detail-app .orderInfo .tr:last-child {
  border-bottom: 1px solid #f6f8fc;
  margin-bottom: 0;
}
#order-detail-app .orderInfo .tr .title {
  align-items: center;
  background-color: rgba(212, 212, 212, 0.3019607843);
  border-right: 1px solid #f6f8fc;
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  #order-detail-app .orderInfo .tr .title {
    font-size: 12px;
    width: 130px;
  }
}
#order-detail-app .orderInfo .tr > div {
  flex: 1;
  padding: 10px;
}
#order-detail-app .orderInfo .tr > div p {
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  #order-detail-app .orderInfo .tr > div p {
    font-size: 12px;
  }
}

.my-rfq {
  /* .rfq .dialog .dialogBox {
      width: 1200px;
  }

  @media screen and (max-width: 1024px) {
      .rfq .dialog .dialogBox {
          top: 50%;
          transform: translate(-50%, -50%);
          width: calc(100vw - 20px);
      }
  }

  .rfq .dialog .rfqInfo {
      height: 600px;
      overflow-y: auto;
      padding: 10px;
  }

  @media screen and (max-width: 1024px) {
      .rfq .dialog .rfqInfo {
          height: calc(100vh - 100px);
      }
  }

  .rfq .dialog .rfqInfo::-webkit-scrollbar {
      width: 8px;
  }

  .rfq .dialog .rfqInfo::-webkit-scrollbar-thumb {
      background-color: #999;
      border-radius: 8px;
  }

  .rfq .dialog .rfqInfo > p {
      font-size: 12px;
      margin-bottom: 10px;
  }

  .rfq .dialog .rfqInfo > p a {
      @apply text-primary;
  }

  .rfq .dialog .rfqInfo > p a:hover {
      text-decoration: underline;
  }

  .rfq .dialog .rfqInfo > p .iconfont {
      @apply text-warning;
  }

  .rfq .dialog .rfqInfo table thead tr {
      background-color: #fff;
  }

  .rfq .dialog .rfqInfo table thead tr th {
      border-bottom: 2px solid #2f3d51;
      border-top: 2px solid #2f3d51;
  }

  .rfq .dialog .rfqInfo table thead tr th span {
      @apply text-warning;
  }

  .rfq .dialog .rfqInfo table tbody tr {
      cursor: unset;
  }

  .rfq .dialog .rfqInfo table tbody tr:hover {
      background-color: #fff;
  }

  .rfq .dialog .rfqInfo table td {
      border-bottom: 1px solid #d4d4d4;
      padding: 5px 10px;
  }

  @media screen and (max-width: 1024px) {
      .rfq .dialog .rfqInfo table td:nth-child(2) p {
          width: 200px !important;
      }
  }

  .rfq .dialog .rfqInfo table td p {
      margin: 2px 0;
  }

  .rfq .dialog .rfqInfo table td p.desc {
      color: #999;
  }

  .rfq .dialog .rfqInfo table td.part {
      min-width: 200px;
  }

  .rfq .dialog .rfqInfo table .error {
      @apply text-danger;
  }

  .rfq .dialog .rfqInfo table .success {
      @apply text-success;
  }

  .rfq .dialog .rfqInfo table .warning {
      @apply text-warning;
  } */
}
.my-rfq .rfq table {
  margin-bottom: 20px;
  width: 100%;
}
.my-rfq .rfq table thead tr {
  background-color: #f6f8fc;
}
.my-rfq .rfq table tbody tr {
  cursor: pointer;
}
.my-rfq .rfq table tbody tr:hover {
  background-color: rgba(246, 248, 252, 0.8);
}
.my-rfq .rfq table td,
.my-rfq .rfq table th {
  border-bottom: 1px solid #d4d4d4;
  font-size: 12px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .my-rfq .rfq table td:nth-child(4),
  .my-rfq .rfq table td:nth-child(5),
  .my-rfq .rfq table th:nth-child(4),
  .my-rfq .rfq table th:nth-child(5) {
    display: none;
  }
}
.my-rfq .rfq table .success{
  color: var(--success-color,#4caf50);
}
.my-rfq .rfq table .warning{
  color: var(--warning-color,#ff6221);
}

.my-favourites .fav table {
  margin-bottom: 20px;
  width: 100%;
}
.my-favourites .fav table thead th button{
  color: var(--primary-color,#4066b8);
  cursor: pointer;
}
.my-favourites .fav table thead th button:hover {
  text-decoration: underline;
}
.my-favourites .fav table tr th {
  white-space: nowrap;
}
.my-favourites .fav table tr td,
.my-favourites .fav table tr th {
  border-bottom: 1px solid #d4d4d4;
  font-size: 12px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .my-favourites .fav table tr td,
  .my-favourites .fav table tr th {
    font-size: 10px;
  }
  .my-favourites .fav table tr td:nth-child(4),
  .my-favourites .fav table tr th:nth-child(4) {
    display: none;
  }
}
.my-favourites .fav table tr td .tag,
.my-favourites .fav table tr th .tag{
  background-color: var(--warning-color,#ff6221);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 3px 4px;
  white-space: nowrap;
}
.my-favourites .fav table tr td .imgs,
.my-favourites .fav table tr th .imgs {
  height: 40px;
  width: 40px;
}
.my-favourites .fav table tr td a,
.my-favourites .fav table tr th a{
  color: var(--primary-color,#4066b8);
}
.my-favourites .fav table tr td a:hover,
.my-favourites .fav table tr th a:hover {
  text-decoration: underline;
}
.my-favourites .fav table tr td .iconfont,
.my-favourites .fav table tr th .iconfont{
  color: var(--primary-color,#4066b8);
  cursor: pointer;
  font-size: 20px;
}
.my-favourites .fav table tr td .iconfont:hover,
.my-favourites .fav table tr th .iconfont:hover{
  color: var(--danger-color,#c80000);
}
.my-favourites .fav table thead tr {
  background-color: #f6f8fc;
}
.my-favourites .fav .empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.my-favourites .fav .empty .iconfont {
  font-size: 50px;
}
.my-favourites .fav .empty p {
  color: #333;
  display: inline-block;
  font-size: 13px;
  margin: 15px 0 0;
  text-align: center;
}

.my-address .address .table {
  width: 100%;
}
.my-address .address .table .thead {
  background-color: #f6f8fc;
  display: flex;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .my-address .address .table .thead {
    display: none;
  }
}
.my-address .address .table .thead li {
  flex: 1;
}
.my-address .address .table .thead li.set {
  display: flex;
  flex: unset;
  justify-content: center;
  width: 80px;
}
.my-address .address .table .thead li.name {
  flex: unset;
  width: 150px;
}
.my-address .address .table .thead li.region {
  flex: unset;
  width: 220px;
}
.my-address .address .table .thead li.code,
.my-address .address .table .thead li.phone {
  flex: unset;
  width: 120px;
}
.my-address .address .table .tbody li {
  border-bottom: 1px solid #d4d4d4;
  font-size: 12px;
  padding: 14px 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .my-address .address .table .tbody li {
    padding: 14px 0;
  }
}
.my-address .address .table .tbody li .tr {
  display: flex;
}
.my-address .address .table .tbody li .tr > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.my-address .address .table .tbody li .tr > div.set {
  align-items: center;
  flex: unset;
  flex-direction: unset;
  justify-content: center;
  padding: 0;
  width: 80px;
}
.my-address .address .table .tbody li .tr > div.set .iconfont{
  color: var(--primary-color,#4066b8);
  cursor: pointer;
  font-size: 20px;
  margin: 0 10px;
}
.my-address .address .table .tbody li .tr > div.set .iconfont:hover{
  color: var(--danger-color,#c80000);
}
.my-address .address .table .tbody li .tr > div.name {
  flex: unset;
  width: 150px;
}
.my-address .address .table .tbody li .tr > div.region {
  flex: unset;
  width: 220px;
}
.my-address .address .table .tbody li .tr > div.code,
.my-address .address .table .tbody li .tr > div.phone {
  flex: unset;
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .my-address .address .table .tbody li .tr {
    display: block;
    position: relative;
  }
  .my-address .address .table .tbody li .tr > div {
    margin-bottom: 5px;
  }
  .my-address .address .table .tbody li .tr > div.name {
    padding-right: 5px;
    width: 50%;
  }
  .my-address .address .table .tbody li .tr > div.code,
  .my-address .address .table .tbody li .tr > div.region {
    width: 100%;
  }
  .my-address .address .table .tbody li .tr > div.phone {
    position: absolute;
    right: 70px;
    top: 0;
    width: unset;
  }
  .my-address .address .table .tbody li .tr > div.set {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .my-address .address .table .tbody li .tr > div.set .iconfont {
    font-size: 16px;
  }
}
.my-address .address .table .tbody li > p {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .my-address .address .table .tbody li > p {
    bottom: 2px;
  }
}
.my-address .address .table .tbody li > p span{
  color: var(--primary-color,#4066b8);
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
}
.my-address .address .table .tbody li > p span.warning{
  color: var(--warning-color,#ff6221);
}
.my-address .address .bot {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .my-address .address .bot {
    display: block;
  }
}
.my-address .address .dialog .dialogBox {
  width: 900px;
}
@media screen and (max-width: 1024px) {
  .my-address .address .dialog .dialogBox {
    border-radius: 0;
    height: 100vh;
    justify-content: unset;
    overflow-y: auto;
    top: 0;
    width: 100vw;
  }
}
.my-address .address .dialog .cot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.my-address .address .dialog .cot .input,
.my-address .address .dialog .cot .select {
  margin-bottom: 20px;
  width: 49%;
}
.my-address .address .dialog .cot .default {
  display: flex;
  height: 36px;
  margin-top: 10px;
  width: 49%;
}
.my-address .address .dialog .cot .default .checkbox {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .my-address .address .dialog .cot .input,
  .my-address .address .dialog .cot .select {
    margin-bottom: 20px;
    width: 100%;
  }
  .my-address .address .dialog .cot .default {
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
  }
  .my-address .address .dialog .cot .default .checkbox {
    margin-right: 5px !important;
  }
}
.hover\:bg-primary:hover{
  color: var(--primary-text-color,#fff);
}
.hover\:bg-primary:hover:hover a,.hover\:bg-primary:hover:hover .iconfont{
  color: var(--primary-text-color,#fff);
}
.hover\:bg-primary:hover a:hover{
  color: var(--primary-text-color,#fff);
}
@media (min-width: 992px){
  .mb\:bg-primary{
    color: var(--primary-text-color,#fff);
  }
  .mb\:bg-primary:hover a,.mb\:bg-primary:hover .iconfont{
    color: var(--primary-text-color,#fff);
  }
  .mb\:bg-primary a:hover{
    color: var(--primary-text-color,#fff);
  }
}
@media (max-width: 991.98px){
  .-mb\:bg-primary{
    color: var(--primary-text-color,#fff);
  }
  .-mb\:bg-primary:hover a,.-mb\:bg-primary:hover .iconfont{
    color: var(--primary-text-color,#fff);
  }
  .-mb\:bg-primary a:hover{
    color: var(--primary-text-color,#fff);
  }
}
.hover\:border-\[\#ddd\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#ccc3\]:hover{
  background-color: #ccc3;
}
.hover\:bg-hover_primary:hover{
  background-color: var(--primary-hover-color,#4066B81a);
}
.hover\:bg-primary:hover{
  background-color: var(--primary-color,#4066b8);
}
.hover\:text-\[\#fff\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  color: var(--primary-color,#4066b8);
}
.hover\:shadow-\[-2px_2px_9px_\#0000001a\]:hover{
  --tw-shadow: -2px 2px 9px #0000001a;
  --tw-shadow-colored: -2px 2px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_0_15px_-7px_\#ccc\]:hover{
  --tw-shadow: 0 0 15px -7px #ccc;
  --tw-shadow-colored: 0 0 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:flex{
  display: flex;
}
@media (min-width: 640px){
  .sm\:ml-0{
    margin-left: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-right{
    text-align: right;
  }
}
@media (min-width: 768px){
  .md\:w-\[50\%\]{
    width: 50%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
}
@media (min-width: 992px){
  .mb\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .mb\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .mb\:ml-\[16px\]{
    margin-left: 16px;
  }
  .mb\:ml-\[40px\]{
    margin-left: 40px;
  }
  .mb\:ml-interval{
    margin-left: 10px;
  }
  .mb\:mr-\[20px\]{
    margin-right: 20px;
  }
  .mb\:mr-interval{
    margin-right: 10px;
  }
  .mb\:flex{
    display: flex;
  }
  .mb\:hidden{
    display: none;
  }
  .mb\:h-\[198px\]{
    height: 198px;
  }
  .mb\:h-\[40px\]{
    height: 40px;
  }
  .mb\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }
  .mb\:w-\[14\.2857\%\]{
    width: 14.2857%;
  }
  .mb\:w-\[190px\]{
    width: 190px;
  }
  .mb\:w-\[20\%\]{
    width: 20%;
  }
  .mb\:w-\[25\%\]{
    width: 25%;
  }
  .mb\:w-\[310px\]{
    width: 310px;
  }
  .mb\:w-\[320px\]{
    width: 320px;
  }
  .mb\:w-\[33\.33\%\]{
    width: 33.33%;
  }
  .mb\:w-\[33\.3333\%\]{
    width: 33.3333%;
  }
  .mb\:w-\[366px\]{
    width: 366px;
  }
  .mb\:w-\[954px\]{
    width: 954px;
  }
  .mb\:flex-1{
    flex: 1 1 0%;
  }
  .mb\:flex-grow{
    flex-grow: 1;
  }
  .mb\:flex-wrap{
    flex-wrap: wrap;
  }
  .mb\:items-end{
    align-items: flex-end;
  }
  .mb\:items-center{
    align-items: center;
  }
  .mb\:justify-start{
    justify-content: flex-start;
  }
  .mb\:rounded-\[2px\]{
    border-radius: 2px;
  }
  .mb\:rounded-tl-\[6px\]{
    border-top-left-radius: 6px;
  }
  .mb\:rounded-tr-\[6px\]{
    border-top-right-radius: 6px;
  }
  .mb\:border{
    border-width: 1px;
  }
  .mb\:border-l{
    border-left-width: 1px;
  }
  .mb\:border-primary{
    border-color: var(--primary-color,#4066b8);
  }
  .mb\:bg-primary{
    background-color: var(--primary-color,#4066b8);
  }
  .mb\:pl-\[16px\]{
    padding-left: 16px;
  }
}
@media (min-width: 1024px){
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px){
  .xl\:w-\[25\%\]{
    width: 25%;
  }
}
@media (max-width: 991.98px){
  .-mb\:fixed{
    position: fixed;
  }
  .-mb\:left-0{
    left: 0px;
  }
  .-mb\:right-\[10px\]{
    right: 10px;
  }
  .-mb\:top-0{
    top: 0px;
  }
  .-mb\:top-\[50\%\]{
    top: 50%;
  }
  .-mb\:z-\[9999\]{
    z-index: 9999;
  }
  .-mb\:z-\[999\]{
    z-index: 999;
  }
  .-mb\:mx-\[0\]{
    margin-left: 0;
    margin-right: 0;
  }
  .-mb\:mx-\[12px\]{
    margin-left: 12px;
    margin-right: 12px;
  }
  .-mb\:\!ml-0{
    margin-left: 0px !important;
  }
  .-mb\:mb-0{
    margin-bottom: 0px;
  }
  .-mb\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .-mb\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .-mb\:mb-\[29px\]{
    margin-bottom: 29px;
  }
  .-mb\:ml-\[20px\]{
    margin-left: 20px;
  }
  .-mb\:mt-\[20px\]{
    margin-top: 20px;
  }
  .-mb\:mt-interval{
    margin-top: 10px;
  }
  .-mb\:\!block{
    display: block !important;
  }
  .-mb\:block{
    display: block;
  }
  .-mb\:\!hidden{
    display: none !important;
  }
  .-mb\:hidden{
    display: none;
  }
  .-mb\:\!h-auto{
    height: auto !important;
  }
  .-mb\:h-\[100vh\]{
    height: 100vh;
  }
  .-mb\:h-\[14px\]{
    height: 14px;
  }
  .-mb\:h-\[20px\]{
    height: 20px;
  }
  .-mb\:h-\[24px\]{
    height: 24px;
  }
  .-mb\:h-\[26px\]{
    height: 26px;
  }
  .-mb\:h-\[50px\]{
    height: 50px;
  }
  .-mb\:h-\[80vh\]{
    height: 80vh;
  }
  .-mb\:max-h-\[198px\]{
    max-height: 198px;
  }
  .-mb\:\!w-full{
    width: 100% !important;
  }
  .-mb\:w-\[100\%\]{
    width: 100%;
  }
  .-mb\:w-\[20px\]{
    width: 20px;
  }
  .-mb\:w-\[312px\]{
    width: 312px;
  }
  .-mb\:w-\[50\%\]{
    width: 50%;
  }
  .-mb\:w-\[50px\]{
    width: 50px;
  }
  .-mb\:w-auto{
    width: auto;
  }
  .-mb\:w-full{
    width: 100%;
  }
  .-mb\:translate-x-\[-100\%\]{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-mb\:translate-y-\[-50\%\]{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-mb\:flex-row{
    flex-direction: row;
  }
  .-mb\:flex-col{
    flex-direction: column;
  }
  .-mb\:flex-wrap{
    flex-wrap: wrap;
  }
  .-mb\:items-center{
    align-items: center;
  }
  .-mb\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .-mb\:bg-\[\#dddfe2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(221 223 226 / var(--tw-bg-opacity, 1));
  }
  .-mb\:bg-\[\#fff\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .-mb\:bg-primary{
    background-color: var(--primary-color,#4066b8);
  }
  .-mb\:p-0{
    padding: 0px;
  }
  .-mb\:p-\[10px_10px\]{
    padding: 10px 10px;
  }
  .-mb\:p-\[10px_20px\]{
    padding: 10px 20px;
  }
  .-mb\:p-interval{
    padding: 10px;
  }
  .-mb\:py-interval{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .-mb\:pb-\[35px\]{
    padding-bottom: 35px;
  }
  .-mb\:pt-\[20px\]{
    padding-top: 20px;
  }
  .-mb\:leading-\[16px\]{
    line-height: 16px;
  }
  .-mb\:text-\[\#333\]{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  }
}
