body {
  min-width: 1400px;
}

.header {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  background-color: rgb(20, 20, 20);
  z-index: 9999;
}

.header-top {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid rgba(253, 249, 249, .1);
}

.iconfont {
  cursor: pointer;
  /* 设置鼠标悬停时的样式为手型 */
}

.header-top-container {
  width: 1400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-top-container-left {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-top-container-left a,
.header-top-container-left span {
  font-size: 13px;
  color: white;
  cursor: pointer;
}

.header-top-container-left i {
  font-size: 18px;
  color: white;
}

.header-top-container-right a,
.header-top-container-right span {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}

.header-top-container-right a span:hover,
.header-top-container-left a:hover,
.header-top-container-left a:hover span {
  color: #1e6ffa;
}

/*中间*/
.header-mid {
  width: 1400px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-mid-input {
  width: 680px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-mid-input input {
  flex-grow: 1;
  -webkit-appearance: none;
  font-size: inherit;
  line-height: 32px;
  padding: 0 15px;
  outline: 0;
  border: none;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  border: 1px solid #fff;
}

.header-mid-input input:focus {
  border-color: #1e6ffa;
  box-shadow: 0 0px 9px #1e6ffa;
}

.header-mid-input .so-btn {
  width: 100px;
  height: 34px;
  background: url(../../img/so-btn.png) #c00 no-repeat center / 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.header-mid-input .so-btn:hover {
  background: url(../../img/so-btn.png) rgba(190, 0, 0, .85) no-repeat center / 20px;
}

.header-mid-input .input-up {
  position: absolute;
  left: 0;
  top: 32px;
  background: #fff;
  /* background: 0 0; */
  width: 682px;
  z-index: 999;
  padding: 0px 10px;
  display: none;
}

.header-mid-input .input-up .input-up-item {
  width: 100%;
  height: 32px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  cursor: pointer;
}

.header-mid img {
  max-height: 56px;
  vertical-align: middle;
  cursor: pointer;
}

.header-mid-right {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.shop {
  position: relative;
  width: 100px;
  padding-right: 20px;
  color: #fff;
}

.shop .shop-content {
  min-width: 92px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.shop .shop-content.anim {
  animation: blinking-bg 0.5s linear infinite;
}

@keyframes blinking-bg {

  0%,
  100% {
    background-color: transparent;
  }

  50% {
    background-color: #c00;
  }
}

.shop .shop-content:hover {
  background-color: #c00;
  color: #fff;
}

.line ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.line li {
  height: 3px;
  width: 1px;
  margin-bottom: 3px;
  background-color: white;
  list-style: none;
  display: flex;
}

.language {
  padding: 5px 10px 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.language div:hover {
  cursor: pointer;
}

.language span {
  line-height: 30px;
  vertical-align: middle;
  margin-right: 17px;
  color: white;
}

.language img {
  width: 38px;
  height: 24px;
}

.header-nav {
  width: 1400px;
  height: 32px;
  margin: 0 auto;
  color: #ccc;
}

.header-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 2px 0;
  margin: 0;
}

.header-nav ul li {
  display: flex;
}

.header-nav .item {
  position: relative;
  font-family: CAI978;
  font-size: 18px;
  list-style: none;
  border-bottom: 3px solid rgb(20, 20, 20);
  color: #ccc;
}

.header-nav .item:hover {
  color: white;
  border-bottom: 3px solid #CC0000;
  cursor: pointer;
}

.header-nav .item:hover .about-digi-dialog-container {
  display: flex;
}

.header-nav .item:hover .resources-digi-dialog-container {
  display: flex;
}

.header-nav .item.active {
  color: #fff !important;
  border-bottom: 3px solid #CC0000;
}

.header-nav li .icon {
  font-size: 14px;
  margin-top: 2px;
  color: rgb(204, 204, 204);
}

.header-nav li .icon svg {
  width: 14px;
  height: 14px;
}

/**
吸顶后
 */
#headerNavAfter {
  width: 100%;
}

#headerNavAfter .language {
  display: flex;
  align-items: center;
  padding: 0;
}

#headerNavAfter .language img {
  width: auto;
  height: 24px;
  padding: 0 10px;
}

.sub-header-mid {
  display: flex;
  align-items: center;
  padding: 15px 0 0 0;
}

#headerNavAfter .shopping img {
  cursor: pointer;
  width: auto;
  height: 24px;
  padding: 0 10px;
}

.header-nav-after {
  width: 1400px;
  margin: 0 auto;
}

.header-nav-after-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav-after-container-left {
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
}

.header-nav-after-container-left .logo-img {
  margin: 0 40px 0 0;
}

.header-nav-after-container-left .logo-img img {
  max-height: 56px;
  vertical-align: middle;
  cursor: pointer;
}

.header-nav-after-container-left .input-container {
  min-width: 260px;
}

.header-nav-after-container-left .input-container label {
  display: flex;
}

.header-nav-after-container-left .input-container input {
  flex: 1;
  height: 28px;
  padding: 1px 11px 1px 11px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
}

.header-nav-after-container-left .input-container .so-btn2 {
  width: 60px;
  height: 32px;
  background: url(../../img/so-btn.png) #c00 no-repeat center / 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.header-nav-after-container-left .input-container .so-btn2:hover {
  background: url(../../img/so-btn.png) rgba(190, 0, 0, .85) no-repeat center / 20px;
}

.header-nav-after-container-left .input-container input:focus {
  border-color: #1e6ffa;
  box-shadow: 0 0px 9px #1e6ffa;
}

.header-nav-after-container-left .input-container input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #606266;
  font-size: 14px;
}

.header-nav-after-container-left .input-container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #606266;
  font-size: 14px;
}

.header-nav-after-container-left .input-container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #606266;
  font-size: 14px;
}

.header-nav-after-container-left .input-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #606266;
  font-size: 14px;
}

.header-nav-after-container-right {
  width: auto;
  position: relative;
  margin: 13px 0 0 0;
  font-family: CAI978;
}

.header-nav-after-container-right ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
}

.header-nav-after-container-right ul li .item {
  font-size: 15px;
  white-space: nowrap;
}


/*aboutDiGiDialog*/
.about-digi-dialog-container {
  width: 410px;
  height: auto;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 0 0 0;
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: 0 4px 6px #eaeaea;
  overflow: hidden;
  z-index: 100;
}

.about-digi-dialog-container:hover {
  display: flex;
}

.about-digi-dialog-container-top {
  position: absolute;
  top: 6px;
  width: 100%;
  height: 8px;
  border-radius: 2px;
  background-color: rgb(204, 0, 0);
  z-index: 1;
}

.about-digi-dialog-container-content {
  position: relative;
  width: 410px;
  height: auto;
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 4px 6px #ccc;
  padding: 20px;
  box-sizing: border-box;
}

.about-digi-dialog-container-content-info {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.about-digi-dialog-container-content-info span {
  font-size: 14px;
  font-family: Arial;
  color: black;
  cursor: pointer;
}

.about-digi-dialog-container-content-info span:hover {
  color: rgb(204, 0, 0);
}

.about-digi-dialog-container-content-info span:first-child {
  font-size: 18px;
  font-family: Bold;
  font-weight: 600;
  color: rgb(132, 132, 132);
  cursor: text;
}



/*resourceDiGiDialog*/
.resources-digi-dialog-container {
  width: 160px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 0 0 0;
  margin: 0;
  border: none;
  overflow: hidden;
  background-color: transparent;
  box-shadow: 0 4px 6px #eaeaea;
  z-index: 100;
}

.header-nav .item:hover .resources-digi-dialog-container {
  display: flex;
}

.resources-digi-dialog-container:hover {
  display: flex;
}

.resources-digi-dialog-container-top {
  position: absolute;
  top: 6px;
  width: 100%;
  height: 8px;
  border-radius: 2px;
  background-color: rgb(204, 0, 0);
  z-index: 1;
}

.resources-digi-dialog-container-content {
  position: relative;
  width: 160px;
  height: auto;
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}

.resources-digi-dialog-container-content-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.resources-digi-dialog-container-content-info span {
  font-size: 14px;
  font-family: Arial;
  color: black;
  cursor: pointer;
}

.resources-digi-dialog-container-content-info span:hover {
  color: rgb(204, 0, 0);
}

.header-nav .more-item {
  position: relative;
}

.header-nav .more-item .more-dialog-container {
  position: absolute;
  left: -105px;
  text-align: left;
}


/*part*/
.part-main {
  display: none;
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99999;
  border: 1px solid #ddd;
  transition: all .3s ease;
}

.part-main .part-mask {
  position: absolute;
  width: 320px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px -5px #aaa;
  display: none !important;
}

.part-main .part-list {
  position: absolute;
  width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  background: #f6f6f6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.part-main .part-list .names {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}

.part-main .part-list .names img {
  cursor: pointer;
  width: 22px;
}

.part-main .part-list .part-tips {
  padding: 0 15px 10px 15px;
  background-color: #fff;
  margin-bottom: 10px;
  color: #cc0000;
}

.part-main .part-list ul {
  /* flex: 1; */
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}




.part-main .part-list ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.part-main .part-list ul::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.part-main .part-list ul::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 5px;
  transition: background 0.2s ease;
}

.part-main .part-list ul::-webkit-scrollbar-thumb:hover {
  background: #b0b0b0;
}

.part-main .part-list ul::-webkit-scrollbar-thumb:active {
  background: #848383;
}

.part-main .part-list ul {
  scrollbar-width: thin;
  scrollbar-color: #d0d0d0 #f5f5f5;
}

.part-main .part-list ul li {
  display: flex;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.part-main .part-list ul .empty {
  text-align: center;
  padding: 50px 0;
}

.part-main .part-list ul li .imgs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 64px;
  height: 64px;
  border: 1px solid #eee;
}

.part-main .part-list ul li .imgs img {
  display: block;
  max-width: 64px;
  max-height: 64px;
}

.part-main .part-list ul li .imgs .del {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.part-main .part-list ul li .imgs:hover .del {
  display: flex;
  justify-content: center;
  align-items: center;
}

.part-main .part-list ul li .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}

.part-main .part-list ul li p {
  margin: 0;
  color: #888;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.part-main .part-list ul li p.d {
  color: #555;
  width: 215px;
}

.part-main .part-list ul li p.n {
  font-size: 15px;
  font-family: Arial;
  font-weight: 700;
  color: #0069aa;
}

.part-main .part-list .btns {
  display: flex;
  padding: 10px 5px 10px 5px;
}

.part-main .part-list .btns button {
  flex: 1;
  color: #fff;
  margin: 0 5px;
}

.part-main .part-list .clear-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.part-main .part-list .clear-info span img {
  width: 15px;
  height: auto;
}

.part-main .part-list .clear-info .clear-text {
  font-size: 14px;
  padding-top: 5px;
  margin-left: 5px;
}

.part-main .part-list .clear-info .clear-text:hover {
  color: #CC0000;
}

.compareItemCommon {
  margin-right: 10px;
  cursor: pointer;
}

.clickDeep:hover {
  opacity: 80%;
}

.dn {
  display: none;
}


.f00_fw900 {
  color: #000;
  font-weight: 900;
}

.ml_mr_-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.pr_pl_12 {
  padding-right: 12px;
  padding-left: 12px;
}

.br0 {
  border-right: 0;
}

.bb0 {
  border-bottom: 0;
}

.wd100 {
  width: 100%;
}

.mg01606 {
  margin: 0 16px 0 6px;
}

.ml14 {
  margin-left: 14px;
}

.ffff {
  color: white;
}

.bg20 {
  background-color: rgb(20, 20, 20);
}

.langTitle {
  font-size: 1.2rem;
  color: #838484;
}

.h-mg0 {
  margin: 0;
}

.h-fwn {
  font-weight: normal;
}


#tool-bar-del {
  display: block;
}

#tool-bar-del-active {
  display: none;
}

#toolDEL:hover #tool-bar-del {
  display: none;
}

#toolDEL:hover #tool-bar-del-active {
  display: block;
}

.choose-language-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
}

.choose-language {
  width: 400px;
  height: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 2px 2px #ccc;
  z-index: 99999;
  border-radius: 5px;
}

.choose-language .choose-language-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.choose-language .choose-language-container .choose-language-container-top {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;

}

.choose-language .choose-language-container .choose-language-container-top .choose-language-container-title {
  font-weight: bold;
  font-size: 18px;
}

.choose-language .choose-language-container .choose-language-container-top .close-choose-language-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-language .choose-language-container .choose-language-container-top .close-choose-language-btn::before,
.choose-language .choose-language-container .choose-language-container-top .close-choose-language-btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transition: all 0.2s ease;
}

.choose-language .choose-language-container .choose-language-container-top .close-choose-language-btn::before {
  transform: rotate(45deg);
}

.choose-language .choose-language-container .choose-language-container-top .close-choose-language-btn::after {
  transform: rotate(-45deg);
}

.choose-language .choose-language-container .choose-language-container-top .close-choose-language-btn:hover {
  transform: rotate(90deg);
}

.choose-language .choose-language-container .choose-language-container-top .close-choose-language-btn:active {
  transform: scale(0.9) rotate(90deg);
}

.choose-language .choose-language-container .choose-language-container-content {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.choose-language .choose-language-container .choose-language-container-content .language-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.choose-language .choose-language-container .choose-language-container-content .language-item div {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-language .choose-language-container .choose-language-container-content .language-item img {
  width: 150px;
  height: auto;
}

.choose-language .choose-language-container .choose-language-container-content .language-item span {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.choose-language .choose-language-container .choose-language-container-content .language-item span:hover {
  color: #CC0000;
  cursor: pointer;
  text-decoration: underline;
}


.loading-animation {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}


.loading-icon {
  animation: LoadingRotation 2s infinite linear;
  width: 60px;
  height: 60px;
}

@keyframes LoadingRotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.page-title-h1{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}