/* header start */
/* header start */
/* header start */

body,
html {
  min-width: 1600px;
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei;
  background-color: #fafafa !important;
}
.main {
  flex: 1;
  padding-bottom: 110px;
  display: flex;
  justify-content: center;
  position: relative;
}
.main_box {
  width: 1600px;
  display: flex;
}

.app {
  display: flex;
  flex-direction: column;
  background: url(../images/main_bg.png) no-repeat;
  background-size: 100%;
}


.header_search_box {
  display: flex;
  margin-top: -6.83px;
  margin-left: 106px;
  width: 289.22px;
  height: 53.29px;
  opacity: 1;
  background: #edeef3;
}

.header_search_box_input {
  background-color: #edeef3;
  width: 100%;
  border-width: 0px;
}


/* header end */
/* header end */
/* header end */

/* nav start */
/* nav start */
/* nav start */

.nav_box {
  float: left;
  margin-top: 50px;
  width: 270px;
  opacity: 1;
  background-color: #ffffff;
}

.nav_item_box {
  display: flex;
  width: 265px;
  height: 50px;
  opacity: 1;
  border: 1px solid #ffffff;
  transition: background-color 0.1s ease;
  border-left: 5px solid transparent;
  cursor: pointer;
  color: rgba(32, 32, 32, 0.8784);
}

.nav_item_box:hover {
  border: 1px solid #bc0007;
  background-color: #fff0f0;
  border-left: 5px solid #bc0007;
  color: rgba(188, 0, 7, 0.8784);
}

.nav_item_box.active {
  border: 1px solid #bc0007;
  background-color: #fff0f0;
  border-left: 5px solid #bc0007;
  color: rgba(188, 0, 7, 0.8784);
}

.nav_item_txt {
  display: flex;
  margin-left: 30px;
  margin-top: 14px;
  width: 188px;
  height: 22px;
  opacity: 1;
  font-family: Source Han Sans;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
}

.nav_item_box .nav_item_btn {
  display: flex;
  flex-wrap: wrap;
  margin: 19px 30px 19px 10px;
  width: 12px;
  height: 12px;
  background: url(../images/btn_closed.png);
}

.nav_item_box.active .nav_item_btn {
  background: url(../images/btn_opened.png);
}

.service_item_box {
  opacity: 1;
  border: 1px solid #ffffff;
  transition: background-color 0.1s ease;
  border-left: 5px solid transparent;
  cursor: pointer;
  margin-top: 14px;
  margin-left: 40px;
  display: flex;
}
.service_item_box.active {
  border: 1px solid #bc0007;
  background-color: #fff0f0;
  border-left: 5px solid #bc0007;
  color: rgba(188, 0, 7, 0.8784);
}

.service_box {
  opacity: 1;
  transition: background-color 0.1s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service_item_box.active .service_item_btn {
  background: url(../images/btn_opened.png);
}

.service_item_txt {
  display: flex;
  width: 188px;
  opacity: 1;
  font-family: Source Han Sans;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-feature-settings: "kern" on;
  color: rgba(32, 32, 32, 0.8784);
  align-items: center;
}

.service_item_box .service_item_btn {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 30px 15px 10px;
  width: 13px;
  height: 12px;
  background: url(../images/btn_closed.png);
}

.fund_status_item_box {
  display: flex;
  width: 265px;
  height: 50px;
  opacity: 1;
  border: 1px solid #ffffff;
  transition: background-color 0.1s ease;
  border-left: 5px solid transparent;
  cursor: pointer;
  color: rgba(32, 32, 32, 0.8784);
  display: none;
}

.fund_status_item_box:hover {
  border: 1px solid #bc0007;
  background-color: #fff0f0;
  border-left: 5px solid #bc0007;
  color: rgba(188, 0, 7, 0.8784);
}

.fund_status_item_box.active {
  border: 1px solid #bc0007;
  background-color: #fff0f0;
  border-left: 5px solid #bc0007;
  color: rgba(188, 0, 7, 0.8784);
}

.fund_status_item_box .fund_status_item_btn {
  display: flex;
  flex-wrap: wrap;
  margin: 19px 30px 19px 10px;
  width: 12px;
  height: 12px;
  background: url(../images/fund_status_opend.png);
}

.fund_status_item_box.active .fund_status_item_btn {
  background: url(../images/fund_status_opend.png);
}

.fund_status_item_txt {
  display: flex;
  width: 188px;
  opacity: 1;
  margin-left: 40px;
  font-family: Source Han Sans;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-feature-settings: "kern" on;
  color: rgba(32, 32, 32, 0.8784);
  align-items: center;
}

/* nav end */
/* nav end */
/* nav end */

/* content start */
/* content start */
/* content start */

.content_box {
  float: left;
  margin-left: 30px;
  margin-top: 49.36px;
  /* width: 1144px; */
  border-radius: 10px;
  opacity: 1;
  /*display: flex;
    flex-direction: column;*/
  flex: 1;
}

.content_title_txt {
  height: 25px;
  opacity: 1;

  font-family: Source Han Sans;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  /* 华夏公募  >   */
  font-family: Source Han Sans;
  font-weight: 500;
  font-size: 17px;
  font-variation-settings: "opsz" auto;

  /* 基金产品 */
  font-family: Source Han Sans;
  font-weight: 500;
  font-size: 17px;
  font-variation-settings: "opsz" auto;
}

.content_title_txt_1st {
  float: left;
  color: #8c8c8c;
}

.content_title_txt_2nd {
  float: left;
  color: #be0008;
}

.content_main_box {
  margin-top: 16px;
  border-radius: 10px;
  opacity: 1;
  padding: 32px 32px 100px 32px;
  background: #ffffff;
  border: 2px solid #ffffff;
  flex: 1;
}

/* content end */
/* content end */
/* content end */

