﻿* {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
  color: #09f;
}
body {
  font-size: 14px;
  font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", "微軟正黑體",
    "儷黑 Pro", sans-serif;
  color: #000;
  background-color: #fff;
}
.tac {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul {
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  padding: 20px;
  max-width: 400px;
  margin: auto;
}
.mi_logo {
  width: 100%;
  margin: 100px auto;
}
.dear_user_name {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.help_phone {
  padding: 10px 0;
}
.modal {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s;
}
.allow_btn {
  margin-top: 60px;
}
.modal.visible {
  display: block;
  opacity: 1;
}
.modal_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: black;
}
.modal_box {
  text-align: center;
  position: absolute;
  bottom: -30px;
  width: 90%;
  left: 50%;
  box-shadow: 0 1px 8px rgba(128, 128, 128, 0.3);
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  transition: width 0.5s ease, height 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%, 0);
  transform: translate(-50%, -50%, 0);
  _top: 0;
  _left: 0;
  _margin-left: 0;
  _margin-top: 0;
  max-width: 400px;
}
.modal_body {
  margin: 20px;
  text-align: left;
}
.modal_footer {
  display: flex;
  border-top: 1px solid #f8f8f8;
}
.modal_btn {
  flex: 1;
  padding: 15px 0;
}
.modal_btn_ok {
  color: #ff6700;
  border-left: 1px solid #f8f8f8;
}
.btn {
  margin-bottom: 20px;
  text-align: center;
  padding: 12px 0;
  border-radius: 6px;
}
.btn_ok {
  background-color: #1664ff;
  color: #fff;
}
.btn_no {
  background-color: #fff;
  color: #999;
  border: 1px solid #d3d3d3;
}
.state {
  margin-top: 30px;
}
.state img {
  width: 100px;
  height: 100px;
  margin-top: 40px;
}
.state dd {
  font-size: 30px;
  margin: 20px 0;
}
.device_list {
  margin: 20px 0 20px 30px;
  list-style-type: disc;
}
.device_list.gray {
  width: fit-content;
  color: #999;
  margin: 40px auto 0 auto;
}
.caution {
  margin: 30px 0;
}
.caution .line {
  width: 100%;
  margin-bottom: -10px;
  border-bottom: 1px solid #f0f0f0;
}
.caution .txt {
  color: #999;
  background-color: #fff;
  padding: 5px 10px;
}
.tips {
  margin: 20px 0 0;
}
.uri_tips {
  display: inline-flex;
  align-items: center;
}
.icon_gter {
  width: 10%;
  height: 16px;
  display: block;
  position: relative;
}
.icon_gter:after {
  content: "";
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 5px;
  top: 4px;
}
.icon_lser {
  width: 10%;
  height: 16px;
  display: block;
  position: relative;
}
.icon_lser:after {
  content: "";
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 4px;
}
.active_tips {
  text-align: center;
}
.more_tips .tips {
  height: 60px;
  overflow: auto;
}
.more_sec_info {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-select-list {
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.lang-select-list li {
  font-size: 14px;
  display: inline-block;
}
.lang-select-list li a {
  padding: 10px;
  color: #999;
}
.lang-select-list li a.current {
  color: #ef5b00;
}
.outlook_tips {
  color: #f66;
  font-size: 12px;
  padding-bottom: 20px;
  display: none;
}
/*# sourceMappingURL=common.css.map */
