body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body {
  color: #1b1b1b;
  background: #ebebeb;
}
body .mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
body .settings .settingBox {
  z-index: 10000;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 640px;
  max-height: 88%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  float: left;
  background-color: #ebebeb;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  animation: popover 0.35s ease-in-out;
}
body .settings .settingBox .title {
  background: white;
  height: auto;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  position: relative;
  top: 0;
}
body .settings .settingBox .title .close_b {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}
body .settings .settingBox .info {
  background: white;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
  overflow-y: scroll;
}
body .settings .settingBox .info ul {
  margin: 0 0 85px 0;
  line-height: 44px;
}
body .settings .settingBox .info ul li {
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  font-weight: normal;
  background: white;
  border-bottom: solid 1px whitesmoke;
  display: flex;
  overflow: hidden;
}
body .settings .settingBox .info ul li .name {
  color: #1b1b1b;
  flex: 1 0 auto;
  margin: 0 5px 0 0;
  float: left;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
body .settings .settingBox .info ul li .name .icon {
  padding-right: 2px;
  margin: 6px 0;
  height: 32px;
  float: right;
  vertical-align: middle;
  position: relative;
}
body .settings .settingBox .info ul li .selectLabel {
  color: #595959;
  float: right;
  height: 41px;
  line-height: 41px;
}
body .settings .settingBox .info ul li .selectLabel .settingSwitch input {
  display: none;
}
body .settings .settingBox .info ul li .selectLabel .settingSwitch .settingSwitch-style {
  cursor: pointer;
  background: #ebebeb;
  width: 42px;
  height: 24px;
  border-radius: 20px;
  margin: 10px 2px;
  float: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
body .settings .settingBox .info ul li .selectLabel .settingSwitch .settingSwitch-style:before {
  content: "";
  background: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease-in-out;
}
body .settings .settingBox .info ul li .more {
  width: 20px;
  background-position-x: 10px;
  border: none;
  background: url(/Images/com/enter.png) no-repeat center center;
  background-size: auto 30%;
  margin: 0;
  width: 30px;
  height: 41px;
  float: right;
}
body .settings .settingBox .info ul li .block {
  display: block !important;
  width: 100% !important;
}
body .settings .settingBox .info .subtitle {
  background: whitesmoke;
  color: #595959;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  padding: 0 10px;
  font-weight: bold;
  position: relative;
}
body .settingSwitch > input[type="checkbox"]:checked + .settingSwitch-style {
  background: #387f1a;
}
body .settingSwitch > input[type="checkbox"]:checked + .settingSwitch-style:before {
  left: 50% !important;
}
body .chooseBox {
  overflow: auto;
}
body .chooseBox .selectpop {
  background: white;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 10px;
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10001;
}
body .chooseBox .selectpop li:last-child {
  border: none;
}
body .chooseBox .selectpop .odd_li {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 3px 0;
  margin: 0 10px;
  border-bottom: 1px solid whitesmoke;
  display: block;
  cursor: pointer;
}
body .chooseBox .selectpop .odd_li.on {
  background: rgba(56, 127, 26, 0.1);
  font-weight: bold;
  border-radius: 8px;
  border: none;
  margin: 0;
}
body .chooseBox .selectpop .tz_li.on {
  background: rgba(56, 127, 26, 0.1);
  font-weight: bold;
}
body .chooseBox .selectpop .tz_li {
  background: whitesmoke;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 2px;
  padding: 3px 0;
  border-radius: 8px;
  min-width: 33%;
  flex: 1;
  border: none;
  cursor: pointer;
}
body .chooseBox .selectpop.TZ {
  display: flex;
  flex-wrap: wrap;
  max-height: 60vh;
  overflow-y: auto;
}
@keyframes popover {
  0% {
    bottom: -80px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
body.dark {
  color: #d9d9d9;
  background: #262626;
}
body.dark .mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
body.dark .settings .settingBox {
  z-index: 10000;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 640px;
  max-height: 88%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  float: left;
  background-color: #1b1b1b;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  animation: popover 0.35s ease-in-out;
}
body.dark .settings .settingBox .title {
  background: #1b1b1b;
  height: auto;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #1b1b1b;
  border-radius: 5px 5px 0 0;
  position: relative;
  top: 0;
}
body.dark .settings .settingBox .title .close_b {
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}
body.dark .settings .settingBox .info {
  background: #1b1b1b;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
  overflow-y: scroll;
}
body.dark .settings .settingBox .info ul {
  margin: 0 0 85px 0;
  line-height: 44px;
}
body.dark .settings .settingBox .info ul li {
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  font-weight: normal;
  background: #1b1b1b;
  border-bottom: solid 1px #262626;
  display: flex;
  overflow: hidden;
}
body.dark .settings .settingBox .info ul li .name {
  color: white;
  flex: 1 0 auto;
  margin: 0 5px 0 0;
  float: left;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
body.dark .settings .settingBox .info ul li .name .icon {
  padding-right: 2px;
  margin: 6px 0;
  height: 32px;
  float: right;
  vertical-align: middle;
  position: relative;
}
body.dark .settings .settingBox .info ul li .selectLabel {
  color: #8c8c8c;
  float: right;
  height: 41px;
  line-height: 41px;
}
body.dark .settings .settingBox .info ul li .selectLabel .settingSwitch input {
  display: none;
}
body.dark .settings .settingBox .info ul li .selectLabel .settingSwitch .settingSwitch-style {
  cursor: pointer;
  background: #1b1b1b;
  width: 42px;
  height: 24px;
  border-radius: 20px;
  margin: 10px 2px;
  float: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
body.dark .settings .settingBox .info ul li .selectLabel .settingSwitch .settingSwitch-style:before {
  content: "";
  background: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease-in-out;
}
body.dark .settings .settingBox .info ul li .more {
  width: 20px;
  background-position-x: 10px;
  border: none;
  background: url(/Images/com/enter.png) no-repeat center center;
  background-size: auto 30%;
  margin: 0;
  width: 30px;
  height: 41px;
  float: right;
}
body.dark .settings .settingBox .info ul li .block {
  display: block !important;
  width: 100% !important;
}
body.dark .settings .settingBox .info .subtitle {
  background: #232323;
  color: #8c8c8c;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  padding: 0 10px;
  font-weight: bold;
  position: relative;
}
body.dark .settingSwitch > input[type="checkbox"]:checked + .settingSwitch-style {
  background: #295d13;
}
body.dark .settingSwitch > input[type="checkbox"]:checked + .settingSwitch-style:before {
  left: 50% !important;
}
body.dark .chooseBox {
  overflow: auto;
}
body.dark .chooseBox .selectpop {
  background: #1b1b1b;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 10px;
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10001;
}
body.dark .chooseBox .selectpop li:last-child {
  border: none;
}
body.dark .chooseBox .selectpop .odd_li {
  color: white;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 3px 0;
  margin: 0 10px;
  border-bottom: 1px solid #262626;
  display: block;
  cursor: pointer;
}
body.dark .chooseBox .selectpop .odd_li.on {
  background: #295d13;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  margin: 0;
}
body.dark .chooseBox .selectpop .tz_li.on {
  background: #295d13;
  font-weight: bold;
}
body.dark .chooseBox .selectpop .tz_li {
  background: #232323;
  color: white;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 2px;
  padding: 3px 0;
  border-radius: 8px;
  min-width: 33%;
  flex: 1;
  border: none;
  cursor: pointer;
}
body.dark .chooseBox .selectpop.TZ {
  display: flex;
  flex-wrap: wrap;
  max-height: 60vh;
  overflow-y: auto;
}
@keyframes popover {
  0% {
    bottom: -80px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
