@font-face {
  font-family: 'trends';
  src: url('/static/fonts/trends.eot');
  src: url('/static/fonts/trends.eot?#iefix') format('embedded-opentype'), /*IE6-IE8*/ url('/static/fonts/trends.ttf') format('truetype'), /*Safari,Android,IOS*/ url('/static/fonts/trends.woff') format('woff'), /*Modern Browsers*/ url('/static/fonts/trends.svg#SingleMaltaRegular') format('svg');
  /*Legacy IOS*/
}
.ir_input,
.ir_select,
.ir_textarea {
  font-family: "微软雅黑", Sans-Serif, Arial;
  padding: 4px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  min-width: 120px;
}
.ir_select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  height: 25px;
}
.ir_check_wrapper {
  cursor: pointer;
}
.ir_check_wrapper input {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.ir_table {
  margin: 24px auto;
  width: 90%;
}
.ir_table tr {
  height: 32px;
  line-height: 32px;
}
.ir_table tr:hover {
  background-color: #fff2ee;
}
.ir_table th,
.ir_table td {
  padding: 5px 0;
  border: 1px solid #E4E4E4;
  text-align: center;
}
.ir_table th {
  background-color: #FF5722;
  font-weight: bold;
}
.ir_table input {
  font-family: "微软雅黑", Sans-Serif, Arial;
  padding: 4px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  min-width: 120px;
}
.ir_button_base {
  font-family: "微软雅黑", Sans-Serif, Arial;
  cursor: pointer;
  outline: 0 none;
  border: none;
  display: inline-block;
  margin-left: 5px;
  padding: 4px 10px;
  border-radius: 4px;
  color: white;
  line-height: 20px;
}
.ir_button_first {
  background-color: #FF5722;
}
.ir_button_second {
  background-color: #0E8BCF;
}
.ir_button_red {
  background-color: #ff5b5b;
}
.ir_button_green {
  background-color: #2faf2f;
}
.ir_button_gray {
  background-color: #a7a7a7;
}
.inline-block {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#doing-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2000;
}
#doing_mask {
  opacity: 0.6;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
}
#doing_content {
  margin-top: 20px;
}
#doing_status {
  background: white;
  width: 30%;
  position: relative;
  z-index: 3000;
  border: 1px solid #eee;
  border-radius: 4px;
  min-height: 100px;
}
#doing_status div {
  text-align: center;
}
#doing_img {
  display: none;
  float: right;
  font-size: 16px;
  border: 1px solid gray;
  color: gray;
  padding: 2px 4px;
  border-radius: 8px;
}
#doing_status_text {
  margin: 0 auto;
  text-align: left;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 10px;
}
#doing_status_btn {
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #03ab0b;
  color: #03ab0b;
}
#doing_status_btn:hover {
  background-color: #E67B7B;
  color: white;
}
#doing-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.3);
}
#doing-wrap #doing {
  width: 80px;
  height: 80px;
  position: relative;
}
#doing-wrap #doing span {
  display: inline-block;
  width: 20px;
  height: 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: white;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}
#doing-wrap #doing span:nth-child(1) {
  left: 3px;
  top: 50%;
  margin-top: -3px;
  -webkit-animation-delay: 0.13s;
}
#doing-wrap #doing span:nth-child(2) {
  left: 10px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -webkit-animation-delay: 0.26s;
}
#doing-wrap #doing span:nth-child(3) {
  left: 50%;
  top: 12px;
  margin-left: -10px;
  -webkit-transform: rotate(90deg);
  -webkit-animation-delay: 0.39s;
}
#doing-wrap #doing span:nth-child(4) {
  top: 20px;
  right: 10px;
  -webkit-transform: rotate(135deg);
  -webkit-animation-delay: 0.52s;
}
#doing-wrap #doing span:nth-child(5) {
  right: 3px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(180deg);
  -webkit-animation-delay: 0.65s;
}
#doing-wrap #doing span:nth-child(6) {
  right: 10px;
  bottom: 20px;
  -webkit-transform: rotate(225deg);
  -webkit-animation-delay: 0.78s;
}
#doing-wrap #doing span:nth-child(7) {
  left: 50%;
  bottom: 10px;
  margin-left: -10px;
  -webkit-transform: rotate(270deg);
  -webkit-animation-delay: 0.91s;
}
#doing-wrap #doing span:nth-child(8) {
  bottom: 20px;
  left: 10px;
  -webkit-transform: rotate(315deg);
  -webkit-animation-delay: 1.04s;
}
#doing-wrap .tips {
  position: absolute;
  bottom: -30px;
  left: -15px;
  width: 120px;
  text-align: center;
  color: white;
  font-size: 16px;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
