@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: #9BE6FF;
}

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: #9BE6FF;
  -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: 4.4270833333rem;
  background: #FFFFFF;
  border-radius: 0.1041666667rem;
  margin: auto;
  margin-top: -0.6979166667rem;
  padding: 0.1354166667rem;
  font-size: 0.1458333333rem;
  line-height: 0.2083333333rem;
  color: #222222;
}
.com_info .pic02 {
  display: none;
}
.com_info.show {
  height: auto;
}
.com_info.show .pic02 {
  display: block;
}
.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 .text .p {
  text-indent: 2em;
}
.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.2291666667rem;
  font-size: 0.1875rem;
  font-weight: 800;
  color: #1756DA;
  text-align: center;
}
.dbg-title img {
  display: inline-block;
}
.dbg-title .pic03 {
  width: 1.9375rem;
}
.dbg-title .pic05 {
  width: 1.5416666667rem;
}

.pos-list {
  width: 3.5625rem;
  margin: auto;
  margin-top: 0.2291666667rem;
  margin-bottom: 0.78125rem;
}
.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;
  margin-bottom: 0.1458333333rem;
  background: #FFFFFF;
  border-radius: 0.1041666667rem;
}
.pos-list .item:last-child {
  margin-bottom: 0;
}
.pos-list .item .pos-name {
  width: 2.0833333333rem;
  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;
}
.pos-list .item .subscribe .sub-button {
  width: 0.65625rem;
  height: 0.2604166667rem;
  line-height: 0.2604166667rem;
  border: 0;
  font-size: 0.125rem;
  background: -webkit-linear-gradient(left, #FF5054 0%, #FF6D26 100%);
  background: -moz-linear-gradient(left, #FF5054 0%, #FF6D26 100%);
  background: -o-linear-gradient(left, #FF5054 0%, #FF6D26 100%);
  background: linear-gradient(90deg, #FF5054 0%, #FF6D26 100%);
  border-radius: 25px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pos-list .item .subscribe img {
  width: 0.6770833333rem;
}
.pos-list .item .dec {
  font-size: 0.1458333333rem;
}
.pos-list .item .dec .tit {
  font-size: 0.15625rem;
  font-weight: 600;
  margin-top: 0.1041666667rem;
}
.pos-list .item .dec pre {
  font-family: "microsoft yahei", Simsum;
  white-space: break-spaces;
  line-height: 1.5;
  margin: 15px 0;
}

.pic-box {
  width: 100%;
  background: #fff;
  margin-top: 0.2291666667rem;
  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: #fff;
  line-height: 0.5416666667rem;
  text-align: center;
  background: -webkit-linear-gradient(bottom, #FC4D00 0%, #FF7200 100%);
  background: -moz-linear-gradient(bottom, #FC4D00 0%, #FF7200 100%);
  background: -o-linear-gradient(bottom, #FC4D00 0%, #FF7200 100%);
  background: linear-gradient(0deg, #FC4D00 0%, #FF7200 100%);
  position: fixed;
  bottom: 0;
  z-index: 999;
}