html {
  height: 100%;
}
@font-face {
  font-family: "theExo";
  src: url("../font/Exo2.0-Regular.eot?#iefix");
  src: url("../font/Exo2.0-Regular.eot?#iefix") format('embedded-opentype'), url("../font/Exo2.0-Regular.otf");
  font-display: fallback;
}
@font-face {
  font-family: "theBacktalkSansBTN";
  src: url("../font/BacktalkSansBTN.eot?#iefix");
  src: url("../font/BacktalkSansBTN.eot?#iefix") format('embedded-opentype'), url("../font/BacktalkSansBTN.ttf");
  font-display: fallback;
}
body,
html {
  min-width: 1250px;
  overflow-x: auto;
  font-family: theBacktalkSansBTN;
  font-size: 16px;
  padding: 0;
  margin: 0;
  background-color: #F2F2F2;
  min-height: 100%;
}
div,
header,
footer,
input,
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.grayBtn {
  width: 75px;
  height: 30px;
  background: linear-gradient(180deg, #EBEBEB 0%, #DDDDDD 100%);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #A5A09B;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-left: 15px;
  margin-top: 5px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  opacity: 0.9;
}
.grayBtn.click {
  background: linear-gradient(180deg, #ff9531 0%, #fe7123 100%);
  box-shadow: 0px 5px 12px 0px rgba(100, 66, 33, 0.08), 0px 2px 5px 0px rgba(100, 66, 33, 0.12);
  color: white;
}
.grayBtn.click.center {
  float: none;
  margin: 0 auto;
}
.grayBtn:active,
.grayBtn:hover,
.grayBtn2:hover,
.grayBtn2:active {
  opacity: 1;
  position: relative;
}
.action_btn {
  opacity: 0.9;
  cursor: pointer;
}
.action_btn:hover {
  opacity: 1;
}
.clear {
  clear: both;
}
.background-F9FAFC {
  background-color: #F9FAFC;
}
.color-FF7F24 {
  color: #FF7F24;
}
.cantSelect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.square {
  height: 6px;
  width: 6px;
  margin-right: 14px;
  margin-top: 15px;
  background-color: #FF7F24;
}
.my_tips {
  position: absolute;
  top: 0;
  background: #FF7F24;
  color: white;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 22px;
  border-radius: 4px;
  left: 0;
  top: -23px;
  cursor: auto;
  text-align: left;
  z-index: 1000;
  max-width: 420px;
  word-break: break-all;
  word-break: break-word;
  font-family: theExo;
}
.my_tips .triangle_down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #FF7F24;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  margin-left: -1px;
}
