.main-title {
  font-size: 0.28rem;
  color: #171725;
}
.main-content-box {
  box-sizing: border-box;
  padding: 0.4rem 0 0.1rem 0rem;
  margin-top: 0.4rem;
  width: 100%;
  border: 1px solid #e6e7eb;
  border-radius: 0.03rem;
}
.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box .el-select {
  width: 3.2rem;
  font-size: 0.15rem;
}
.search-box .el-select .el-input__inner {
  height: 0.46rem !important;
  line-height: 0.46rem;
}
.search-box .el-select .el-input__suffix .el-input__icon {
  line-height: 1;
}
.second-select {
  margin: 0 0.1rem;
}
.second-select .el-input__inner {
  height: 0.46rem;
  line-height: 0.46rem;
}
.search-input {
  width: 3.2rem;
}
.search-input .el-input__inner {
  height: 0.46rem !important;
  line-height: 0.46rem;
}
.search-btn {
  margin-left: 0.1rem;
  width: 0.8rem;
  height: 0.46rem;
  background: #0058ff;
  border-radius: 0.03rem;
  border: none;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
}
.shopping-box {
  box-sizing: border-box;
  margin-top: 0.4rem;
  padding: 0 0.5rem;
  min-height: 3rem;
}
.goods-list-div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  column-gap: 0.3rem;
}
.shopping-item {
  position: relative;
  box-sizing: border-box;
  width: 3.96rem;
  min-height: 2.75rem;
  border: 1px solid #e6e7eb;
  border-radius: 0.03rem;
  padding: 0.2rem 0.24rem 0.26rem 0.3rem;
}
.shopping-item .active-name {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f64041;
  color: #fff;
  font-size: 0.14rem;
  padding: 0 0.08rem;
  line-height: 0.22rem;
}
.goods-name {
  color: #1e2736;
  font-size: 0.16rem;
  font-weight: 700;
}
.goods-description {
  max-height: 300px;
  overflow: auto;
  margin-top: 0.19rem;
  color: #1e2736;
  font-size: 0.13rem;
  white-space: pre-line;
  margin-bottom: 0.5rem;
}
.goods-description::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
}
.goods-description::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.goods-description::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.goods-description img {
  max-width: 100%;
}
.btn-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.24rem 0 0.3rem;
  position: absolute;
  bottom: 0.21rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-box .item-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.btn-box .el-button {
  border: none;
  font-size: 0.14rem;
  color: #ffffff;
  background: #0058ff;
  border-radius: 0.03rem;
  width: 0.6rem;
  height: 0.32rem;
}
.tips {
  color: #8692b0;
  font-size: 0.13rem;
  text-align: center;
}
.domain-box .register-type {
  display: flex;
  align-items: center;
}
.domain-box .register-type .el-divider {
  background-color: #e6e7eb;
  margin: 0 0.13rem;
}
.domain-box .register-type .reg-ridio {
  font-size: 0.16rem;
  color: #666b80;
  cursor: pointer;
}
.domain-box .register-type .isActice {
  color: #0058ff;
}
.domain-box .domain-content {
  margin-top: 0.2rem;
  display: flex;
}
.domain-box .domain-content .domain-left {
  flex: 1;
}
.domain-box .domain-content .domain-left .domain-search {
  position: relative;
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-left .domain-search .el-input {
  height: 0.46rem;
}
.domain-box .domain-content .domain-left .domain-search .el-input .el-input__inner {
  height: 0.46rem;
  line-height: 0.46rem;
}
.domain-box .domain-content .domain-left .domain-search .el-input-group__append {
  padding: 0;
  background: #ffffff;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.domain-box .domain-content .domain-left .domain-search .input-btn {
  width: 1.07rem;
}
.domain-box .domain-content .domain-left .domain-search .suffix-box {
  width: 1.07rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.16rem;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-search .suffix-box .el-icon-arrow-down {
  font-size: 0.14rem;
  color: #8692b0;
  margin-left: 0.1rem;
}
.domain-box .domain-content .domain-left .domain-search .search-button {
  height: 0.46rem;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #0058ff;
  color: #ffffff;
  font-size: 0.16rem;
}
.domain-box .domain-content .domain-left .domain-search .suffix-list {
  position: absolute;
  top: 0.46rem;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 1.7rem);
  padding: 0.3rem 0.23rem 0.3rem 0.46rem;
  background: #feffff;
  box-shadow: 0rem 0.05rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .domain-search .suffix-list .suffix-item {
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  width: 1.1rem;
  height: 0.4rem;
  border: 0.01rem solid #e6eaed;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-search .suffix-list .suffix-item:hover {
  background: rgba(0, 88, 255, 0.08);
}
.domain-box .domain-content .domain-left .domain-search .suffix-list .suffix-active {
  background: rgba(0, 88, 255, 0.08);
  border: 0.01rem solid #0058ff;
  color: #0058ff;
}
.domain-box .domain-content .domain-left .domain-one {
  margin-top: 0.4rem;
}
.domain-box .domain-content .domain-left .domain-one .search-title {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .start-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 2.74rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .domain-one .start-search img {
  width: 0.58rem;
  height: 0.57rem;
}
.domain-box .domain-content .domain-left .domain-one .start-search p {
  text-align: center;
  margin-top: 0.19rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .domain-list {
  margin-top: 0.24rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  max-height: 5rem;
  overflow-y: auto;
}
.domain-box .domain-content .domain-left .domain-one .domain-list::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-left .domain-one .domain-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-left .domain-one .domain-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item {
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #ededed;
  padding: 0 0.33rem 0 0.3rem;
  transition: background-color 0.25s ease;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item:hover {
  background-color: #f5f7fa;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item:nth-last-of-type(1) {
  border-bottom: none;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-left .domain-name {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-left .domain-status {
  margin-left: 0.42rem;
  font-size: 0.13rem;
  color: rgba(0, 0, 0, 0.6);
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right {
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .premium-type {
  padding: 0.06rem 0.12rem;
  margin-right: 0.25rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  background: #f3f3f5;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .whois-box {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .whois-box:hover {
  color: #0058ff;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box {
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box .oir-price {
  color: #8692b0;
  font-size: 0.14rem;
  text-decoration: line-through;
  margin-right: 0.17rem;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box .now-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box .el-icon-arrow-down {
  font-size: 0.12rem;
  color: #8692b0;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #0058ff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #0058ff;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .dis-add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  cursor: not-allowed;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips {
  box-sizing: border-box;
  color: #8692b0;
  font-size: 0.14rem;
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner {
  height: 1.3rem;
  border: none;
  padding: 0;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .upload-btn {
  margin-top: 0.15rem;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .upload-btn img {
  width: 100%;
  height: 100%;
}
.domain-box .domain-content .domain-left .batch-box .batch-btn {
  margin-top: 0.2rem;
  display: flex;
  justify-content: end;
}
.domain-box .domain-content .domain-left .batch-box .batch-btn .el-button {
  background: #0058ff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  border: none;
}
.domain-box .domain-content .domain-left .batch-box .batch-main {
  margin-top: 0.52rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 3.38rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-search img {
  width: 0.58rem;
  height: 0.57rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-search p {
  text-align: center;
  margin-top: 0.19rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .search-title {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list {
  margin-top: 0.12rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0 0;
  border-bottom: none;
  max-height: 5rem;
  overflow-y: auto;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item {
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #ededed;
  padding: 0 0.33rem 0 0.3rem;
  transition: background-color 0.25s ease;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item:hover {
  background-color: #f5f7fa;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item:nth-last-of-type(1) {
  border-bottom: none;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-left .domain-name {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-left .domain-status {
  margin-left: 0.42rem;
  font-size: 0.13rem;
  color: rgba(0, 0, 0, 0.6);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right {
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .premium-type {
  padding: 0.06rem 0.12rem;
  margin-right: 0.25rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  background: #f3f3f5;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .whois-box {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .whois-box:hover {
  color: #0058ff;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box {
  cursor: pointer;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box .oir-price {
  color: #8692b0;
  font-size: 0.14rem;
  text-decoration: line-through;
  margin-right: 0.17rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box .now-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box .el-icon-arrow-down {
  font-size: 0.12rem;
  color: #8692b0;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #0058ff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #0058ff;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .dis-add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  cursor: not-allowed;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .all-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.33rem 0 0.3rem;
  height: 0.6rem;
  background: #f3f3f5;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.16rem;
  border: 0.01rem solid #e6e7eb;
  border-top: none;
  border-radius: 0 0 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .all-check .el-button {
  color: #ffffff;
  font-size: 0.14rem;
  background: #0058ff;
}
.domain-box .domain-content .domain-left .batch-box .unavail-title {
  width: 100%;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.domain-box .domain-content .domain-left .batch-box .unavail-title .open-text {
  cursor: pointer;
  font-size: 0.14rem;
  color: #666b80;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list {
  margin-top: 0.12rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item {
  width: 50%;
  height: 0.6rem;
  box-sizing: border-box;
  padding: 0.15rem 0.3rem;
  border-bottom: 0.01rem solid #ededed;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item:nth-child(odd) {
  position: relative;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.01rem;
  height: 0.32rem;
  background: #ededed;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item .unavail-name {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item .unavail-reason {
  margin-left: 0.4rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.14rem;
}
.domain-box .domain-content .domain-right {
  margin-left: 0.7rem;
  width: 3.8rem;
  height: 6.3rem;
  box-sizing: border-box;
  flex-shrink: 0;
  background: #f3f3f5;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  padding-top: 0.3rem;
}
.domain-box .domain-content .domain-right .car-top {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  color: #1e2736;
  font-size: 0.18rem;
}
.domain-box .domain-content .domain-right .car-top .el-divider {
  width: 0.03rem;
  background-color: #0058ff;
  margin-right: 0.1rem;
  margin-left: 0;
}
.domain-box .domain-content .domain-right .car-top .clear-car {
  cursor: pointer;
}
.domain-box .domain-content .domain-right .car-top .clear-car:hover {
  color: #0058ff;
}
.domain-box .domain-content .domain-right .car-box {
  margin: 0.16rem 0.2rem 0 0.2rem;
  box-sizing: border-box;
  height: 4.4rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  background: #ffffff;
  overflow-y: auto;
}
.domain-box .domain-content .domain-right .car-box::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-right .car-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-right .car-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-right .car-no {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #8692b0;
}
.domain-box .domain-content .domain-right .car-list .car-item {
  padding: 0.2rem;
  border-bottom: 0.01rem solid #e6e7eb;
}
.domain-box .domain-content .domain-right .car-list .car-item:hover .car-del {
  display: block;
}
.domain-box .domain-content .domain-right .car-list .car-item:nth-last-of-type(1) {
  border-bottom: none;
}
.domain-box .domain-content .domain-right .car-list .car-item .caritem-top,
.domain-box .domain-content .domain-right .car-list .car-item .car-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-bottom {
  margin-top: 0.1rem;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-name {
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-name .shop-name {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-right .car-list .car-item .car-del {
  display: none;
  cursor: pointer;
  color: #666b80;
  font-size: 0.14rem;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-del:hover {
  color: #0058ff;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-year .el-select {
  width: 0.96rem;
  height: 0.32rem;
  background: #feffff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.car-money {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.26rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}
.car-money .mon-right {
  font-size: 0.14rem;
}
.car-money .mon-right p {
  margin: 0;
}
.car-money .mon-right .original-price {
  text-decoration: line-through;
  color: #999;
}
.car-money .mon-right .original-price .hide {
  visibility: hidden;
}
.car-money .money-text {
  color: #f0142f;
}
.car-settle {
  margin-top: 0.2rem;
}
.car-settle .settle-btn {
  width: 100%;
  background: #0058ff;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
}
.price-list {
  display: flex;
  font-size: 0.14rem;
}
.price-list .price-item > div {
  width: 0.85rem;
  height: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-list .price-item .price-year {
  background: #f8fafc;
}
.price-list .price-item .price-new {
  border-bottom: 1px solid #e6e7eb;
}
.blue-a-text {
  color: #0058ff;
  cursor: pointer;
}
.up-dialog .el-dialog__header {
  display: none;
}
.up-dialog .el-dialog__body {
  padding: 0.6rem 0.8rem;
}
.up-dialog .dia-title {
  font-size: 0.24rem;
  color: #171725;
}
.up-dialog .dia-concent {
  margin-top: 0.3rem;
}
.up-dialog .dia-concent .up-tips {
  font-size: 0.16rem;
  color: #1e2736;
}
.up-dialog .dia-concent .file-box {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
.up-dialog .dia-concent .file-box .file-name {
  flex: 1;
  border: 0.01rem solid #e6e7eb;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.16rem;
  background: rgba(102, 107, 128, 0.08);
  font-size: 0.15rem;
}
.up-dialog .dia-concent .file-box .file-name:focus {
  outline: none;
  border: 0.01rem solid #e6e7eb;
}
.up-dialog .dia-concent .file-box .file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.28rem;
  height: 0.46rem;
  box-sizing: border-box;
  color: #4e5259;
  font-size: 0.16rem;
  border: 0.01rem solid #e6e7eb;
  margin-left: 0.1rem;
  cursor: pointer;
}
.up-dialog .dia-foter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.4rem;
}
.up-dialog .dia-foter .confim-btn,
.up-dialog .dia-foter .cancel-btn {
  min-width: 1.12rem;
  border: none;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-size: 0.16rem;
}
.up-dialog .dia-foter .confim-btn {
  background: #0058ff;
  color: rgba(255, 255, 255, 0.9);
}
.up-dialog .dia-foter .cancel-btn {
  margin-left: 0.12rem;
  background: #e7e7e7;
  color: #1e2736;
}
.main-card {
height: auto;
}
@media screen and (max-width: 915px) {
  .goods-list-div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .shopping-item {
    width: 100%;
  }
  .search-box .el-select .el-input__inner {
    height: 40px !important;
    line-height: 40px;
  }
  .second-select .el-input__inner {
    height: 40px !important;
    line-height: 40px;
  }
  .search-input .el-input__inner {
    height: 40px !important;
    line-height: 40px;
  }
  .search-btn {
    height: 40px;
  }
  .layui-elem-quote.blue-theme {
        width: 100% !important;
    }
   .el-container:nth-child(2) > .el-main {
        margin-top: 0.9rem;
        margin-bottom: 0.24rem;
        margin-left: 0.01rem;
         margin-right: 0.01rem;
    }
    .bgw {
        border: 0px solid white; 
    }
    .sky-productList {
        margin: 10px 0 40px 0!important;
    }
    
    
    
    .navtop-standingPosition {
        top: 56px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0 10px;
        position: fixed;
        z-index: 2;
    }
    .navtop-standingPosition.Positionawp .nav-top-page {
        justify-content: space-between;
        width: 100%;
    }
    
    .navtop-standingPosition .nav-top-page {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        height:50px;
    }
    .navtop-standingPosition .nav-top-page .nav-top-page-title {
        display: flex;
        gap: 10px;
    }
    .navtop-standingPosition .nav-top-page .return {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-icon {
        display: flex;
        align-items: center;
    }
        .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-icon span {
        font-size: 15px;
    }
    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-icon i {
        color: #ccc;
        font-weight: 600;
        font-size: 18px;
        margin-top: 1px;
    }
    .navtop-standingPosition .nav-top-page .return span {
        font-size: 14px;
        color: #84868c;
        font-weight: 400;
    }
    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-inventory {
        color: #9e9e9e;
        font-size: 14px;
        display: flex;
        gap: 3px;
    }
    /*.el-submenu__icon-arrow {*/
    /*    position: initial;*/
    /*}*/
    .me-icon-i {
        position: initial;
    }
    .me-show-nav{
        display: block !important;
    }
    
    
}













.me-search-input .el-input__inner {
  height: 0.35rem !important;
  line-height: 0.35rem !important;
}

.el-main {
  padding-top: 0.53rem;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  font-size: 0.14rem;
  /* background: #f7f7f9; */
  background: white;
}

.el-header {
  padding-right: 90px;
}

.layui-elem-quote.blue-theme {
  color: #002da0;
  border: 1px solid #bed7f8ff !important;
  background: #bed7f8ff !important;
  width: 50%;
}

.el-alert__icon.is-big {
  font-size: 23px;
  width: 23px;
}

.layui-elem-quote.blue-theme p {
  font-size: 14px;
  padding: 9px;
}
@media (max-width: 600px) {
    .layui-elem-quote.blue-theme p {
        font-size: 14px;
        padding: 37px 9px 9px 9px;
    }
}
.shopping-box {
  padding: 0;
}

.main-card {
  background: #e4e7ed;
}

.sky-productList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin: 20px 0 40px 0;
  gap: 16px;
}

.product-card {
  width: 100%;
  text-align: left;
  color: rgb(38, 43, 56);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(230, 233, 249, 0.3) 0px 5px 20px 3px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(212, 214, 217);
  border-image: initial;
  border-radius: 0px;
  background: rgb(255, 255, 255);
  transition: 0.3s;
}

.product-card .product-card-header {
  display: flex;
  flex-direction: column;
  background: rgb(247, 247, 249);
  padding: 14px 16px;
  border-radius: 0px;
}

.product-card .product-card-header .header-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.product-card .product-card-header .header-title h5 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}

.product-card .product-card-body {
  display: flex;
  align-items: stretch;
}

.product-card .product-card-body .product-description {
  margin-bottom: 0px;
  width: 100%;
  padding: 10px 20px 0px;
}

.product-card .product-card-body .product-description * {
  color: rgb(131, 131, 142);
  font-size: 13px;
  line-height: 26px;
}

ul,
li {
  list-style: circle;
}

.product-description li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

.product-card .product-Parameters {
  display: block;
}

.product-card .product-Parameters .pricing-info {
  text-align: left;
  padding: 2px 20px 0px;
}

.product-card .product-Parameters .sale-price,
.product-card .product-Parameters .price {
  display: flex;
  align-items: baseline;
  margin: 4px 0px;
}

.product-card .product-Parameters .currency {
  color: red;
  font-size: 14px;
  vertical-align: super;
}

.product-card .product-Parameters .amount {
  font-size: 24px;
  font-weight: bold;
  color: red;
}

.product-card .product-Parameters .period {
  margin-left: 4px;
  font-size: 14px;
  color: rgb(119, 119, 119);
}


.bgw {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid white;
}

.layui-elem-quote,
.search-box {
  margin: 5px 0;
}

.product-card .product-Parameters .buy-now-button {
  display: block;
  cursor: pointer;
  line-height: 42px;
  font-weight: 500;
  margin-top: 12px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  background: #0058ff;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 流光边缘效果 */
.hover-3d::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transition: 0.5s;
  z-index: -1;
}

.hover-3d:hover::before {
  left: 100%;
}

/* 点击按压效果 */
.hover-3d:active {
  transform: translateY(1px) rotateX(5deg);
  box-shadow:
    0 2px 5px rgba(64, 158, 255, 0.6),
    0 5px 15px rgba(64, 158, 255, 0.3);
}

/* 文字悬浮效果 */
.hover-3d span {
  display: inline-block;
  transition: transform 0.3s;
}

.hover-3d:hover span {
  transform: translateY(-0.5px);
}

/* 价格标签联动效果 */
.btn-box:hover .item-price {
  color: #ff7875;
  transition: color 0.3s;
}


/* 添加粒子光点效果 */
.hover-3d::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  box-shadow:
    0 0 10px 2px white,
    0 0 20px 5px rgba(64, 158, 255, 0.8);
  animation: sparkle 1.5s infinite;
}

@keyframes sparkle {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(30px, -20px);
    opacity: 0;
  }
}

.hover-3d:hover::after {
  opacity: 1;
}

.product-card:hover {
  box-shadow: 1px 2px 6px #00000040;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1.5px solid #4080FF;
}
