.container {
  width: 100vw;
  height: 100vh;
  /* background: url(../../pic/imgs/img_bj.png?v=2.0) no-repeat; */
  background-size: 100% 100%;
  /* padding: 0 13%; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
}

.left-item {
  width: 34%;
  margin: 14% 5%;
  display: flex;
  flex-direction: column;
}

.left-item .title {
  font-size: .28rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 33%;
  bottom: 0;
  z-index: 999999;
}

.left-item .icon {
  /* padding-top: .25rem;
  height: calc(100% - 0.6rem); */
  position: relative;
}

.left-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.right-item {
  background: #ffffff;
  border-radius: .1rem;
  min-width: 27%;
  margin: 14% 5%;
  width: 27%;
  padding: 0 .6rem;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 47%;
  /* position: absolute; */
  top: 0;
  right: 12%;
  z-index: 999;
}

.right-item .ivu-input-suffix {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.right-item .ivu-input-suffix i {
  font-size: .2rem;
}

.right-item .title {
  position: relative;
  font-size: .24rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-item .title div {
  position: relative;
}

.right-item .title div::after {
  content: '';
 
  width: .4rem;
  height: .05rem;
  /* background: #2879FF; */
  position: absolute;
  left: 50%;
  bottom: -0.12rem;
  transform: translateX(-50%);
}

.right-item .item {
  /* height: 59%; */
  /* display: flex; */
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 8%;
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 9%;
}

.right-item .item .ipt .ivu-input {
  background-color: #F2F4F9;
  border-color: #F2F4F9;
  height: 0.5rem;
  padding-left: 0.66rem;
}

.right-item .item .ipt .ivu-input-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.01rem solid #E1E4EE;
  margin: 0.1rem 0;
  height: calc(100% - 0.2rem);
  width: 0.6rem;
}

.right-item .item .ipt .iconfont {
  color: #9AA2A8;
  font-size: .2rem;
}

.right-item .item .checkbox {
  color: #333333;
  margin-top: 3%;
}

.right-item .item .my-btn {
  height: .5rem;
  font-size: 0.15rem;
}

.right-item .item .my-btn span {
  justify-content: center;
}

.right-item .copyright {
  height: 13%;
  color: #ABB4BE;
  font-size: .12rem;
  margin-bottom: 5%;
}

.right-item .copyright .txt {
  height: .25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-item .copyright .decoration {
  height: .25rem;
  position: relative;
}

.right-item .copyright .decoration::before {
  content: '';
  width: 100%;
  height: .02rem;
  background: #CACFD7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo{
  height: 70px;
  object-fit: contain;
}
.logo-header{
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 20px;
}
.logo-title{
  font-size: 30px;
  font-weight: bold;
  margin-left: 0.1rem;
}
.img-ball{
  z-index: 999;
  position: relative;
}
.img-circle{
  /* width: 647px !important; */
  position: absolute;
  left: 0%;
}

.css-circle {
  width: 80%;
  height: 80%;
  perspective: 800px;
  position: absolute;
  top: 6%;
  left: 9%;
}

.ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60%;
  border: 16px solid transparent;
  border-top: 16px solid rgba(186, 134, 255, 0.8);
  border-right: 16px solid rgba(138, 180, 255, 0.8);
  border-bottom: 16px solid rgba(86, 180, 255, 0.8);
  border-left: 16px solid rgba(186, 134, 255, 0.8);
  box-shadow: 0 0 20px rgba(138, 180, 255, 0.5);
  animation: rotate3d 8s linear infinite;
  transform-style: preserve-3d;
  transform: rotateX(60deg);
  filter: blur(1px);
}

.ring::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 60%;
  background: linear-gradient(135deg, 
    rgba(186, 134, 255, 0.2) 0%, 
    rgba(138, 180, 255, 0.2) 50%, 
    rgba(86, 180, 255, 0.2) 100%);
  filter: blur(10px);
  opacity: 0.5;
  animation: glow 4s ease-in-out infinite alternate;
}

@keyframes rotate3d {
  0% {
    transform: rotateX(60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(60deg) rotateZ(360deg);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.3;
    filter: blur(10px);
  }
  50% {
    opacity: 0.6;
    filter: blur(15px);
  }
}
.node {
  position: absolute;
  /* width: 0.9rem;
  height: 0.9rem; */
  width: 12%;
  height: 16.5%;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 5;
 /* background-image: radial-gradient(circle at 30% 30%, var(--bg-color, inherit), color-mix(in srgb, var(--bg-color, inherit), black 20%)); */
}
.node-container{
  position: absolute;
  top: 46%;
  left: 42%;
  z-index: 99;
  width: 100%;
  height: 72%;
}
.img-ellipse{
  position: absolute;
  left: 0;
  top: 4%;
}
.img-bubble{
  width: 50% !important;
  height: 50% !important;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  left: 27%;
  top: 15%;
  transform: rotateX(180deg);
  position: absolute;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  width: 100%;
}

.tab {
  flex: 1;
  text-align: center;
  padding-bottom: 12px;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}

.tab.active {
  color: #1890ff;
  font-weight: 500;
}

.tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #1890ff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.login-formtop{
  margin-top: 5%;
}
.service-info {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: center;
}

.service-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  height: 0.3rem;
}

.shield-icon {
  width: 30px;
  height: 30px;
}

.days-remaining {
  color: #666;
  margin-left: 5px;
}

/* Transition animations */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.f-blue{
  color: #2395ff;
  font-weight: bold;
}
.bottom-item{
  position: absolute;
  bottom: 10%;
  right: 2%;
  background: #fff;
  border-radius: 50px;
  width: 50px;
  height: 100px;
}

.bottom-item-icon{
  cursor: pointer;
  line-height: 50px;
  text-align: center;
}

.bottom-item-icon .iconfont{
  font-size: 20px;
  padding: 8px; 
  color: #6f6d6d;
}
.bottom-item-icon .iconfont:hover{
  background: #0080ff;
    color: #fff;
    /* padding: 8px; */
    border-radius: 50%;
}

.erweima-icon {
  width: 100px;
  height: 100px;
}

.bottom-item-icon-erweima{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.ivu-select-large.ivu-select-single .ivu-select-selection{
  background-color: #F2F4F9;
  border-color: #F2F4F9;
  display: flex;
  align-items: center;
  height: .5rem;
}
.ivu-select-single .ivu-select-prefix{
  padding-left: .04rem;
}
.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-placeholder, .ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-selected-value{
  font-size: .14rem;
  padding-left: 0.04rem !important;
}
.icon-zhanghuxinxi{
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.01rem solid #E1E4EE;
  margin: 0.1rem 0;
  height: calc(100% - 0.2rem);
  width: 0.6rem;
}

@media (min-height: 1200px) and (max-height: 1400px) {
  .right-item{
    min-height: 37%;
  }
}

@media only screen and (max-width: 600px) {
  .left-item{
    width: 100%;
    margin: 0;
    padding-top: 20%;
  }
  .right-item{
    width: auto;
    min-height: 48%;
    /* margin: -10%; */
    padding: 0.3rem;
  }
  .node-container{
    width: 75%;
  }
  .node{
    width: 16%;
  }
  .service-info{
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .right-item .title{
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) and (max-height: 700px) {
  .right-item .title{
    margin-bottom: 0.1rem;
    margin-top: -0.1rem;
  }
}

@media (min-width: 600px) and (max-width: 850px) {
  .right-item{
    width: 80%;
    min-height: 46%;
    /* margin: -10%; */
    /* padding: 0.3rem; */
  }
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .right-item{
    width: 44%;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .left-item{
    width: 45%;
  }
  .right-item{
    width: 37%;
  }
}
@media (min-width: 1921px)  {
  .right-item{
    width: 27%;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .left-item{
    width: 45%;
  }
}
@media (min-width: 850px) and (max-width: 1200px) {
  .left-item{
    width: 68%;
  }
  .right-item{
    width: 55%;
    padding: 0 .3rem;
  }
}
@media (max-width: 950px) {
  .left-item {
    display: none !important;
  }
}