@import "theme.css";

.div-main{
  width: 1200px;
  height: 800px;
  margin: 0px;
  background-color: #00000040;
}

.div-init-main {
  height: 800px;
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
}

.div-banner {
  min-height: 42px;
  background-color: var(--first-color);
  text-align: left;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none; 
}

.div-banner .logo { 
  height: 36px;
  margin: 3px;
  margin-left: 50px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
}

.div-navigate{
  flex-wrap: wrap;
  background-color: #00000040;
  height:704px; 
  width:70px; 
  float:left; 
  margin-left: 10px; 
  margin-top: 10px;
  text-align: left;
} 

.div-navigate-radio input[type="radio"]{
  -webkit-appearance: none;
  appearance: none;
}

.div-navigate-radio input[type="radio"] + label:before{
  content: '';
  background: var(--normal) no-repeat;
  background-size: 50px;
  background-position: 3px;
  background-color: #2B2B2B;
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-top: -15px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 0px;
}

.div-navigate-radio input[type="radio"]:checked + label:before{
  background: var(--hover) no-repeat;
  background-size: 50px;
  background-position: 3px;
  background-color: var(--first-color);
}

.div-navigate-radio input[type="radio"]:disabled + label:before{
  opacity: 0.5;
}

.div-navigate-radio .upgradable {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 50px;
  background-color: red;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

.div-navigate-radio .tooltiptext {
  display: none;
  background-color: #505050;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  margin-left: 70px;
  margin-top: -35px;
  
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
}
  
.div-navigate-radio:hover:not(:disabled) .tooltiptext {
  display: block;
}

.div-sub-page{
  width: 1100px;
  height: 698px;
  margin: 0px;
  margin-top: 10px;
  background-color: #00000040;
}

.div-home{
  display: flexbox;
  width: 1100px;
  height: 704px;
  margin-top: 10px;
  background-color: #00000000;
}

.div-product-name{
  display: grid;
  align-items:end;
  width: 100%;
  height: 160px;
  border-width: 0px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
}

.div-product-name .name{
  margin: 0px;
  margin-top: 20px;
  font-size: 110px;
  font-family: 'DIN';
  color: var(--first-color);
  pointer-events: none;
} 

.div-product-image{
  width: 100%;
  height: 55%;
  margin: 0px;
  border-width: 0px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
}

.div-product-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-top: 10px;
  border-radius: 15px; 
  background-color: #00000040; 
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
  pointer-events: all;
}

.div-connect-tip{
  display: flex;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-top: 30px;
  border-radius: 15px; 
  background-color: #00000040; 
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
}

.div-function{
  display: flex;
  height: 704px;
  margin: 0;
  padding: 0;
  background-color: #00000000;
}

.div-function-left{
  margin-top: 0px;
  width: 170px;
  height: 100%;
  background-color: #00000040;
  visibility: visible;
}

.div-function-middle{
  margin-top: -10px;
  flex: 1;
  width: 100%;
  height: 100%;
  background-color: #ff000000;
}

.div-function-right{
  margin-top: 0px;
  width: 70px;
  height: 100%;
  background-color: #00000040;
}

.div-function-layer{
  position: relative;
  width: 100%;
  height: 100px;
  border-width: 0px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
  z-index: 0;
}

.div-function-image{
  width: 100%;
  height: 65%;
  margin: 0px;
  border-width: 0px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
}

.div-dpi-control-area{
  height: 190px; 
  display: flex;
  align-items: center;
  justify-content: space-between
}

.div-energy{
  height: 704px;
  margin-top: 10px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.div-energy-display{
  width: 100%;
  height: 346px;
  background-color: #00000040; 
}

.div-energy-manage{
  width: 100%;
  height: 347px;
  margin-top: 10px;
  background-color: #00000040; 
}

.div-energy-title{ 
  display: flex;
  width: 100%;
  height: 30%;
}

.div-energy-gap{
  width: 20%;
  height: 100%;
}

.div-energy-center{
  width: 60%;
  height: 100%;
  display: flex;
  align-items:center;
  user-select: none;
  justify-content: space-between;
}

.div-energy-level{
  display: flex;
  width: 100%;
  height: 60%;
}

.div-energy-value{
  display: flex;
  position: absolute;
  z-index:1;
  margin-top: 27px;
  margin-left: 24px;
  max-height: 70px;
  width: 32px;
  height: 70px;
  background-color: white;
}

.div-energy-sleep-time{
  display: flex;
  width: 100%;
  height: 60%;
}

.div-laguage{
  display: flex;
  align-items: center;
  width: 400px;
  margin-top: 30px;
  border-radius: 15px; 
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  User-select: none;
}