@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, legend, button form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

/* 酌情修改 */
body {
  background: #fff;
  color: #333;
  font-size: 12px;
  margin-top: 0px;
  font-family: "PingFangSC", "SimSun", "宋体", "Arial Narrow";
  min-width: 1200px;
}

/* 短引用的内容可取值：''或"" */
q:before, q:after {
  content: ”;
}

/* 缩写，图片等无边框 */
fieldset, img, abbr, acronym {
  border: 0 none;
}

abbr, acronym {
  font-variant: normal;
}

legend {
  color: #000;
}

/* 清除特殊标记的字体和字号 */
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

/* 上下标 */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption, th {
  text-align: left;
}

input, img, select {
  vertical-align: middle;
}

/* 清除列表样式 */
ol, ul {
  list-style: none;
}

/* 标题元素样式清除 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del, ins, a {
  text-decoration: none !important;
}

a:link {
  color: #009;
}

a:visited {
  color: #800080;
}

a:hover, a:active, a:focus {
  color: #c00;
  text-decoration: underline;
}

/* 鼠标样式 */
input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

.hrg_clearfix:after {
  clear: both;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  content: " ";
}

.hrg_container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.btn-orange-linear {
  background: -webkit-linear-gradient(left, #fcb46c 0%, #f77d3a 100%) !important;
  background: -moz-linear-gradient(left, #fcb46c 0%, #f77d3a 100%) !important;
  background: -o-linear-gradient(left, #fcb46c 0%, #f77d3a 100%) !important;
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%) !important;
  color: #fff !important;
}

.breadcrumb {
  background: none !important;
  padding: 28px 15px 8px !important;
}
.breadcrumb a {
  color: #999 !important;
}
.breadcrumb a:hover {
  color: #F88743 !important;
}
.breadcrumb .active {
  color: #F88743 !important;
}

.hrg_information {
  background: #f5f6f7;
  padding: 0 0 25px 0;
  min-height: calc(100vh - 190px);
}
.hrg_information .hrg_information__box {
  padding: 70px;
  background: #fff;
}
.hrg_information .hrg_information__box .hrg_information__title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 60px;
}
.hrg_information .hrg_information__box .hrg_information__title p {
  position: relative;
  display: inline-block;
}
.hrg_information .hrg_information__box .hrg_information__title p:before, .hrg_information .hrg_information__box .hrg_information__title p:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F88743;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.hrg_information .hrg_information__box .hrg_information__title p:before {
  left: -30px;
  box-shadow: -7px 7px 0 0 rgba(252, 179, 107, 0.5);
}
.hrg_information .hrg_information__box .hrg_information__title p:after {
  right: -30px;
  box-shadow: 7px -7px 0 0 rgba(252, 179, 107, 0.5);
}

.loadmore {
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 0;
  border-radius: 4px;
  cursor: pointer;
}
.loadmore:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.loadmore .loadmore_text {
  display: block;
}
.loadmore .loadmore_animate {
  display: none;
}
.loadmore .loadmore_loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: loadmore_Loading 1s steps(12, end) infinite;
  -moz-animation: loadmore_Loading 1s steps(12, end) infinite;
  -o-animation: loadmore_Loading 1s steps(12, end) infinite;
  animation: loadmore_Loading 1s steps(12, end) infinite;
  background: transparent url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
}
.loadmore .loadmore_tips {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.9);
}
@-webkit-keyframes loadmore_Loading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-moz-keyframes loadmore_Loading {
  0% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-o-keyframes loadmore_Loading {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loadmore_Loading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.form-control-warm {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}
