@charset "UTF-8";
.icon-delete_3 {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -o-background-size: 48px auto;
     background-size: 48px auto;
  width: 22px;
  height: 22px;
}

.icon-delete_4 {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -26px 0px;
  background-repeat: no-repeat;
  -o-background-size: 48px auto;
     background-size: 48px auto;
  width: 22px;
  height: 22px;
}

html {
  font-size: 25.6vw;
}

/******* 公共样式 **************/
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body, div, p, ul, ol, li, h2, table, thead, tr, td {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  font-family: "microsoft yahei", "Simsum";
  background: #f9ecca;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: none;
  display: block;
}

ul, li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.box {
  width: 1000px;
  margin: 0 auto;
}

/********** 正式代码 *************/
body {
  background: #dd3519;
  -o-background-size: 100%;
     background-size: 100%;
}

.nav-wrap {
  display: none;
}

.banner {
  width: 100%;
}

.com_info {
  position: relative;
  z-index: 2;
  width: 3.5625rem;
  height: 2.8645833333rem;
  background: #FFFFFF;
  border-radius: 0.1041666667rem;
  margin: auto;
  margin-top: -2.5rem;
  padding: 0.1354166667rem;
  font-size: 0.1458333333rem;
  line-height: 0.2083333333rem;
  color: #222222;
}
.com_info.show {
  height: auto;
}
.com_info.show .text {
  height: auto;
}
.com_info.show .expand_box {
  background: none;
}
.com_info.show .expand:after {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
.com_info img {
  width: 3.28125rem;
  margin-bottom: 0.1354166667rem;
}
.com_info .text {
  height: 0.8229166667rem;
  font-weight: 500;
  font-size: 0.1458333333rem;
  overflow: hidden;
}
.com_info .expand_box {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  margin-top: -0.2083333333rem;
  padding-top: 0.2083333333rem;
  position: relative;
  z-index: 3;
}
.com_info .expand {
  display: block;
  margin: auto;
  font-size: 0.1458333333rem;
  width: 0.5208333333rem;
  font-weight: 400;
  position: relative;
}
.com_info .expand:after {
  display: block;
  content: " ";
  width: 0.1041666667rem;
  height: 0.1041666667rem;
  border-left: 0.0104166667rem solid #B7B7B7;
  border-bottom: 0.0104166667rem solid #B7B7B7;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.0260416667rem;
  right: 2px;
}

.dbg-title {
  margin-top: 0.34375rem;
  font-size: 0.1875rem;
  font-weight: 800;
  color: #A51B04;
  text-align: center;
}
.dbg-title span {
  display: inline-block;
  height: 0.34375rem;
  background: #FFFFFF;
  border-radius: 0.171875rem;
  padding: 0 0.1875rem;
  line-height: 0.34375rem;
}

.dbg-titles {
  margin-top: 0.5208333333rem;
}

.pos-list {
  width: 3.5625rem;
  margin: auto;
  margin-top: 0.34375rem;
  background: #FFFFFF;
  border-radius: 0.1041666667rem;
}
.pos-list .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.1666666667rem 0.1927083333rem;
  border-bottom: 0.0052083333rem solid #DBDBDB;
}
.pos-list .item:last-child {
  border-bottom: 0;
}
.pos-list .item .pos-name {
  width: 2.2395833333rem;
  font-size: 0.1666666667rem;
  font-weight: 800;
  color: #222222;
  line-height: 0.2083333333rem;
}
.pos-list .item .salary {
  font-size: 0.1666666667rem;
  font-weight: 800;
  color: #DA1717;
  line-height: 0.2083333333rem;
}
.pos-list .item .label {
  font-size: 0.125rem;
  font-weight: 500;
  color: #969696;
  margin-top: 0.1302083333rem;
}
.pos-list .item .label span {
  display: inline-block;
  background: #EDEDED;
  border-radius: 0.0208333333rem;
  padding: 0.0416666667rem 0.1302083333rem;
  margin-right: 0.1041666667rem;
}
.pos-list .item .subscribe {
  margin-top: 0.1041666667rem;
  padding: 0.0520833333rem 0.0833333333rem;
  background: #DA3D22;
  border-radius: 0.1354166667rem;
  font-size: 0.125rem;
  font-weight: 800;
  color: #FFFFFF;
}

.pic-box {
  width: 100%;
  background: #fff;
  margin-top: 0.15625rem;
  padding: 0.2604166667rem 0.2604166667rem 0.78125rem;
  text-align: center;
}
.pic-box img {
  display: block;
  width: 100%;
  border-radius: 0.1041666667rem;
  margin-bottom: 0.1041666667rem;
}

.baoming {
  width: 100%;
  height: 0.5416666667rem;
  font-size: 0.2395833333rem;
  font-weight: 800;
  color: #A51B04;
  line-height: 0.5416666667rem;
  text-align: center;
  background: -webkit-linear-gradient(bottom, #FEBF52 0%, #FFDF93 100%);
  background: -moz-linear-gradient(bottom, #FEBF52 0%, #FFDF93 100%);
  background: -o-linear-gradient(bottom, #FEBF52 0%, #FFDF93 100%);
  background: linear-gradient(0deg, #FEBF52 0%, #FFDF93 100%);
  position: fixed;
  bottom: 0;
  z-index: 999;
}