.cjcx-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 0.25rem;
  font-size: 0.18rem;
}
.select-box {
  position: relative;
  margin-left: 0.2rem;
  padding: 0 0.15rem;
  width: 1.1rem;
  height: 0.4rem;
  border: 0.01rem solid #c7c7c7;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
}
.select-box select {
  width: 100%;
  height: 100%;
}
.select-box img {
  position: absolute;
  right: 0.15rem;
  top: 0.16rem;
  height: 0.08rem;
  pointer-events: none;
}

.cjcx-box {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
  /* justify-content: space-between; */
}
.cjcx-box .cjcx {
  /* width: calc(50% - 0.15rem); */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.cjcx-box .cjcx .cjcx-item {
  margin-bottom: 0.2rem;
  width: calc(50% - 0.15rem);
  height: 0.6rem;
  border: 0.01rem solid #e0e0e0;
  border-radius: 0.08rem;
}
.cjcx-box .cjcx .cjcx-item-height-auto {
  height: auto;
}
.cjcx-box .cjcx .cjcx-item .item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.6rem;
}
.cjcx-box .cjcx .cjcx-item .item-title span {
  flex: 1;
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
}
.cjcx-box .cjcx .cjcx-item .item-title .cx-btn {
  display: inline-block;
  width: 0.8rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #dcdee0;
  border-radius: 0.18rem;
  cursor: pointer;
}
.cjcx-box .cjcx .cjcx-item .item-title .cx-btn-active {
  background: #0871cf;
}

.cjcx-box .cjcx .cjcx-item ul {
  display: none;
  padding: 0.2rem 0.2rem 0 0.2rem;
  box-sizing: border-box;
  border-top: 0.01rem solid #e0e0e0;
}
.cjcx-box .cjcx .cjcx-item ul li {
  margin-bottom: 0.1rem;
}
.cjcx-box .cjcx .cjcx-item ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cjcx-box .cjcx .cjcx-item ul li span:nth-child(1) {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}
.cjcx-box .cjcx .cjcx-item ul li span:nth-child(2) {
  display: block;
  width: 1rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  line-height: 1.3;
  text-align: right;
}
.cjcx-box .cjcx .cjcx-item ul li:hover span {
  color: #0871cf;
}
.cjcx-box .cjcx .cjcx-item .expand {
  display: none;
  margin-bottom: 0.1rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 400;
  text-decoration: underline;
  color: #0871cf;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  /* .cjcx-title-box {
  font-size: .2rem;
} */
  .cjcx-box {
    display: flex;
    flex-direction: column;
  }
  .cjcx-box .cjcx {
    width: 100%;
  }
  .cjcx-box .cjcx .cjcx-item {
    margin-bottom: 0.15rem;
    width: 100%;
  }

  /* .cjcx-box .cjcx .cjcx-item .item-title span {
    font-size: 0.2rem;
  }
  .cjcx-box .cjcx .cjcx-item .item-title .cx-btn {
    font-size: 0.18rem;
  }
  .cjcx-box .cjcx .cjcx-item ul li span:nth-child(1) {
    font-size: 0.18rem;
  }
  .cjcx-box .cjcx .cjcx-item ul li span:nth-child(2) {
    font-size: 0.18rem;
  } */
}
