.chrome-box{
  position: absolute;
  top: 200px;
  right: 15px;
  z-index: 99999;
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  display: none;
  box-shadow: 0px 2px 10px rgb(160 165 164);
}
.chrome-box div {
  color: #000!important;
  font-weight: 600;
}
.chrome-down {
  padding: 30px 0 10px;
  
}
.chrome-box a {
  color: #FF8000!important;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 25px;
}
.chrome-box  a:hover{
  color: #44A3FF!important;
}

.chrome-close {
  position: absolute;
  top: 2px;
  right: 8px;
  color: #0C70EA!important;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

.chrome-open{
  width: 22px;
  height: 110px;
  position: absolute;
  top: 200px;
  right: 0px;
  z-index: 99999;
  padding: 5px;
  background-color: #FF8000;
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  display: none;
}
