@charset "UTF-8";
/**!
 * 舟山市企业服务-公共样式
 * date:2024-06-11
 * author: heyunlong;
 */
.banner {
  height: 606px;
  background: url("../images/bg_banner.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.banner-con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-title {
  height: 69px;
  margin-top: 125px;
}

.to-enterprisespace {
  position: absolute;
  top: 24px;
  right: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 17px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 232, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(202, 232, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(175, 193, 209, 0.24);
          box-shadow: 0px 2px 10px rgba(175, 193, 209, 0.24);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 4px;
}

.pos-box {
  height: 28px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #666666;
  background: url("../images/pos-icon.png") no-repeat 24px center;
  padding-left: 52px;
}
.pos-box .each-pos {
  color: #333333;
}
.pos-box .each-pos:hover {
  color: #3b85f5;
}
.pos-box .pos-split {
  margin: 0 9px;
}
.pos-box .cur {
  color: #3b85f5;
}

.wrap-con {
  position: relative;
  width: 1200px;
  margin: -272px auto 50px;
  padding: 24px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 80, 175, 0.08);
          box-shadow: 0px 0px 8px 3px rgba(0, 80, 175, 0.08);
  border-radius: 6px;
}