@CHARSET "UTF-8";


.wifi_top_1{
  text-align: left;
  width: 300px;
  height: 50px;
  margin: 0px 0px 20px 10px;
}

.wifi_buttom{
  /* text-align: center; */
  margin: 0px 60% 0px 2px;
  border: none;
}

.div_login{
  margin-left:2px;
}


.wifi_box {
    width: 97.6%;
    background-color: white;
    margin:30px 20px 30px 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #e2e2e7;
	margin-bottom:30px;
	/* text-align: center; */
  
}

#wifi_head_line {
    display: inline-block;
    width: 600px;
    height: 50px;
    margin:30px 20px 30px 20px;
    text-align: left;
  }

.wifi_main {
	border: 1px solid #e2e2e7;
  margin-top: 40px;
	margin-bottom:24px;
  width: 480px;
  border-radius: 12px 12px 12px 12px;
  
}
.wifi_head{
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 12px 12px 0px 0px;
  background: #F6FBFF;
  height: 30px;
  width: 100%;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  text-align:left;
  padding-top: 3px;
  padding-left: 6px;
}
.wifi_top .name_wlan{
    font-size: 24px;
    width: 100px;
    height: 40px;
}


/* sliper */

.switch {
    top: 35px;
    font-family: sans-serif;
    display: inline-block;
    position: relative;
    left: 35%;

  }
  .switch input[type="checkbox"] {
    /* position: absolute; */
    position: relative;
    left: 34%;
    /* left: -9999px; */
  }
  .switch label {
    cursor: pointer;
  }
  .switch span {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 26px;

    background: #e2e2e7;
    border-radius: 15px;
    transition: all 0.3s;
  }
  .switch label span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
  }
  .switch label span::after {
    content: "OFF";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: white;
  }
  
  .switch input[type="checkbox"]:checked + label span::before {
    transform: translateX(34px);
  }
  .switch input[type="checkbox"]:checked + label span::after {
    content: "ON";
    left: 6px;
    right: auto;
  }
  .switch input[type="checkbox"]:checked + label span {
    background: #2C7DBD;
  }
  


  /* 新界面样式 */

  .two_span{
    display: flex;
    justify-content: space-between;
    width: 472px;
  }
  .span_text{
    font-size: 14px;
    padding-left: 50px;

    /* margin-left: 10px; */
  }
.connect_stat{
  font-size: 14px;
  float: right;
  /* margin-right: 0px;  */
  margin-right: 20px;
}
.rectangle_button{
    background-color: white; /* 默认白色 */
    /* padding: 10px 20px; */
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    border-top:1px solid #DFDFDF;
    border-left:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
    border-bottom:1px solid #DFDFDF;
    cursor: pointer;
    transition: background-color 0.8s ease; /* 添加过渡效果 */
}


.rectangle_div{
  margin-left: 1px;
  margin-right: 10%;
  position: relative;

}



.rectangle_button:hover {
        background-color: #F6FBFF; /* 鼠标悬停时变为浅灰色 */
    }
.div_list {
  text-align: center; /* 确保容器内的内容居中 */
  opacity: 0; /* 初始状态下不透明度为0 */
  transition: opacity 1s ease-in-out;
}
.right-button {
    float: right;
    min-width: 64px; /* 设置宽度 */
    height: 36px; /* 设置高度 */
    margin:16px 4px 16px 16px ;
    background-color: #2C7DBD;
    color: white;
    border-radius: 4px;
    
    border: none;
}

.left-button {
    display: none;
    float: right;
    min-width: 64px; /* 设置宽度 */
    height: 36px; /* 设置高度 */
    margin:16px 10px 16px 25px ;
    border-radius: 4px;
    border: none;
    background-color: #4886b6;
    color: white;
}


/* .div_list.show {
  opacity: 1; /* 显示时将不透明度设为1 
} */

.div_input{
        border: none;
        border-bottom: 1px solid #2C7DBD;
        margin-left: 4px;
        outline: none;
}

.verify_row{
    overflow: hidden;
    margin: auto;
}

.verify_row button{
    width: 50%;
    height:40px;
    float: left;
}

.box_div{
    position: absolute;  
    left: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background-color: white; */
    /* margin-bottom: 20px; */
    margin-top: 0px;
}


.box {
position: relative;
width: 25px;
height: 25px;
margin-left: 5;
margin-top: 0;
}
.wifi-symbol {
width: 100%;
height: 100%;
box-sizing: border-box;
overflow: hidden;
transform: rotate(45deg);
position: absolute;
top: -45%;
}

.wifi-circle {
border: 5px solid #2C7DBD;
border-radius: 50%;
position: absolute;
}
/* -30 -50 */
.first {
width: 140%;
height: 140%;
top: 30%;
left: 30%;
border: 3px solid #409EFF;
}
/* -50 -70 */
.second {
width: 100%;
height: 100%;
top: 50%;
left: 50%;
border: 3px solid #409EFF;
}
/* -70 -85 */
.third {
width: 60%;
height: 60%;
top: 70%;
left: 70%;
border: 3px solid #409EFF;
}
/* -85 */
.fourth {
width: 15%;
height: 15%;
top: 90%;
left: 90%;
border: 3px solid #409EFF;
}



.press_canncle{
  border: none;
  border-radius: 4px;
}

.press_ok{
  border: none;
  background-color: #4886b6;
  border-radius: 4px;
  color: white;
}

.wifi_element{
  border: none;
  /* border-radius: 4px; */
  width: 480px;
  margin-bottom: 0px;
  margin-left: 0px;
  
}
.wifi_element:hover{
  border: 1px  #6fa0c5;
  /* border-style: inset; */
  /* box-shadow: 0 0 10px rgba(52, 152, 219, 0.5);  */
}

#eyes {
  width: 18px;
  position: relative;
  top: 20px;
  left: 450px;
}
.loading {
  position: fixed;
  width: 80px;
  height: 80px;
  left: 50%;
  border: 16px solid #f3f3f3;
  /* border-top: 16px solid #3498db;  */
  border-top: 16px solid #2C7DBD;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  margin: 100px auto;
  pointer-events: none;
  z-index: 9999;
  display: none;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#lock-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}