.__setting-box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  border-right: 1px solid #CCC;
  background: #fff;
  z-index: 999999999;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  font-family: fansasy, consolas;
  -webkit-user-select: none
}

.__setting-box .set-search {
  padding-left: 10px;
  padding-top: 8px
}

.__setting-box .set-search input {
  text-indent: 8px;
  cursor: text;
  border: 1px solid #CCC;
  display: block;
  height: 28px;
  line-height: 28px;
  outline: none;
  width: 280px;
  border-radius: 2px;
  font-size: 14px;
  font-family: consolas
}

.__setting-box .go-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 10px 8px;
  text-align: right;
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8;
  background: #fff;
}

.__setting-box .go-btn-wrap > * {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #3c8dbc;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
}

.__setting-box .J_GoToDebug:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #367fa9;
  border-color: #204d74;
}

.__setting-box .container {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 55px;
  overflow-y: auto;
  overflow-x: hidden
}

.__setting-box .container ul {
  padding: 10px 0 0 0;
  margin: 0;
}

.__setting-box .container li {
  list-style: none;
  padding: 12px 10px;
  border-top: 1px solid #e8e8e8;
}

.__setting-box .arrow {
  position: absolute;
  right: -17px;
  width: 15px;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #CCC;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer
}

.__setting-box .qrcode {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  display: none;
}

.__setting-box .qrcode img {
  width: 100%;
  height: 100%;
}

.__setting-box label {
  display: block;
}

.__setting-box .module-disabled {
  cursor: not-allowed;
  color: #999
}

.__setting-box .module-disabled input {
  cursor: not-allowed
}

.__setting-box h2 {
  margin: 0;
  padding-left: 10px;
  line-height: 30px;
  font-size: 18px;
  margin-top: 10px
}

.__setting-box .module-item {
  padding-left: 10px;
  font-size: 14px;
  color: #666;
}

.__setting-box .module-item input {
  margin-right: 5px;
}

.__setting-box .module-item label {
  cursor: pointer;
}

.__setting-box-hide {
  left: -296px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s
}

.__setting-box-hide:hover .arrow {
  background: #fff;
  color: #555;
  box-shadow: none
}
