@charset "UTF-8";
body {
  background: #f0f2f5;
}

/* 价格指数 */
.jgzstitle1 {
  border-bottom: 1px solid #2670cf;
  width: 1200px;
  margin: auto;
}

.jgzstitle1 .button {
  display: inline-block;
  width: 140px;
  height: 40px;
  border-radius: 6px 6px 0 0;
  background: #cadcf4;
  margin-right: 4px;
  color: #2770cf;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.jgzstitle1 .active {
  background: #2670cf;
  color: #fff;
}

.box-content.a {
  background: #fff;
}

.i2-tab {
  width: 1200px;
  margin: auto;
  height: 1200px;
}

.box-content {
  height: 311px;
  width: 1200px;
  background: 0 0;
  margin-top: 21px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.06);
}

.box-content .top {
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

.box-content .top .left {
  float: left;
  font-family: PingFangSC-Medium;
  color: rgba(0, 0, 0, 0.85);
}

.box-content .top .right {
  float: right;
  font-family: PingFangSC-Regular;
  color: #333;
}

.box-content .top .right span {
  margin-left: 15px;
  cursor: pointer;
}

.box-content .top .right span.active {
  color: #2771d4;
}

.box-content .canvas-box {
  z-index: 0;
  width: 1200px;
  margin-top: -40px;
  height: 260px;
}

body {
  background: #f0f2f5;
}

.button {
  cursor: pointer;
  text-align: center;
}

.box-container1 {
  width: 100%;
  margin-top: 30px;
}

.box-container1 .box-title {
  width: 100%;
  height: 50px;
}

.box-container1 .box-title h2 {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #2670cf;
  color: #fff;
  font-size: 20px;
}

.box-container1 .box-content {
  width: 100%;
  margin-top: 16px;
}

.nav {
  display: block;
  height: 40px;
  width: 100%;
  background: #fafafa;
  line-height: 40px;
  padding-left: 5px;
  align-items: center;
  margin-bottom: 0;
}

.nav .icon {
  color: #2770cf;
}

.nav .iconActive:hover {
  color: #f97902;
}

.nav .point {
  cursor: pointer;
}

.nav .point:hover {
  color: deepskyblue;
}

.nav .rightLi {
  float: right;
  overflow: hidden;
  margin-bottom: 0;
}

.nav .rightLi li:nth-child(1) {
  width: 115px;
}

.nav .rightLi li {
  width: 90px;
  float: left;
  font-size: 13px;
}

.nav .mar-right {
  margin-right: 4px;
}

.i2 {
  width: 100%;
  margin-top: 30px;
}

.i2 .box {
  justify-content: space-between;
}

.i2 .box .i2-left {
  width: 650px;
}

.i2 .box .i2-left .i2-top {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2670cf;
}

.i2 .box .i2-left .i2-top .i2-tab a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 6px 6px 0 0;
  background: #cadcf4;
  margin-right: 4px;
  color: #2770cf;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.i2 .box .i2-left .i2-top .i2-tab .active {
  background: #2670cf;
  color: #fff;
}

.i2 .box .i2-left .i2-top > a {
  font-size: 13px;
  color: #2670cf;
}

.i2 .box .i2-left .left-main {
  width: 100%;
  margin-top: 16px;
}

.i2 .box .i2-left .left-main > div > div {
  width: 100%;
  height: 40px;
  align-items: center;
  background: #cadcf4;
  justify-content: space-around;
}

.i2 .box .i2-left .left-main > div .rollFun {
  overflow: hidden;
  height: 240px;
}

.i2 .box .i2-left .left-main > div span {
  color: #2770cf;
  font-size: 16px;
}

.i2 .box .i2-left .left-main ul li {
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}

.i2 .box .i2-left .left-main ul li span {
  font-size: 14px;
  color: #333;
}

.i2 .box .i2-left .left-main ul li:nth-child(2n) {
  background: #cadcf4;
}

.i2 .box .i2-right {
  width: 520px;
}

.i2 .box .i2-right .right-top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 20px;
  background: #2670cf;
  height: 40px;
}

.i2 .box .i2-right .right-top h2 {
  color: #fff;
  font-size: 18px;
}

.i2 .box .i2-right .right-top div {
  width: 169px;
  height: 28px;
  background: #fff;
  border-radius: 2px;
  align-items: center;
}

.i2 .box .i2-right .right-top div input {
  display: block;
  width: 143px;
  height: 100%;
  border: none;
  background: none;
  padding-left: 10px;
}

.i2 .box .i2-right .right-top div a {
  display: block;
  width: 26px;
}

.i2 .box .i2-right .right-top div a img {
  width: 16px;
}

.i2 .box .i2-right .right-main {
  width: 100%;
  margin-top: 15px;
}

.i2 .box .i2-right .right-main div {
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}

.i2 .box .i2-right .right-main div span {
  color: #2770cf;
  font-size: 16px;
}

.i2 .box .i2-right .right-main ul {
  height: 240px;
  overflow: hidden;
}

.i2 .box .i2-right .right-main ul li {
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}

.i2 .box .i2-right .right-main ul li span {
  font-size: 14px;
  color: #333;
}

.i2 .box .i2-right .right-main ul li:nth-child(2n) {
  background: #cadcf4;
}

.career-data-body table tbody tr td {
  border: 1px solid !important;
}