/*
    作者:黄豪琦
    日期:2020-07-09 09:44
    金融产品信息公示
*/
.financial_info_disc {
  margin-bottom: 40px;
}
.financial_table_tip {
  width: 100%;
  height: 100%;
  line-height: 42px;
  color: #4c2d82;
  font-size: 18px;
}
.financial_info_disc .h-tag-container {
  width: 100%;
  display: flex;
}
.financial_info_disc .h-tag-titles {
  width: 15%;
  background-color: #4c2d82;
}
.financial_info_disc .h-tag-titles-item {
  height: 86px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.financial_info_disc .h-tag-titles .h_active {
  background-color: #f5a623;
}
.financial_info_disc .h-tag-content {
  width: 85%;
  margin: 0 auto;
}
.financial_info_disc .excle-export {
  text-align: right;
  margin: 60px 0 20px;
  padding: 0 1rem;
}

.financial_info_disc .excle-export .h-btn-light {
  border-radius: 0;
}

.financial_info_disc .excle-export .h-btn {
  margin-left: 15px;
  font-size: 1.4rem;
}

.financial_info_disc .excle-export .h-btn img {
  margin-right: 5px;
}

.financial_info_disc .h-tag-content-item .c-body {
  /* height: 86px; */
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.financial_info_disc .h-tag-content-item .c-body td {
  vertical-align: middle;
}

.excle-export:hover {
  color: #f5a623;
}

.excle-export .h-btn {
  border-color: #f5a623;
  background-color: #f5a623;
}

.excle-export .h-btn-l {
  background-color: transparent;
  cursor: pointer;
  color: #f08200;
  border: 1px #f08200 solid;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modallogin {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2021;
  display: none;
}

.logincontainerfo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 315px;
  padding: 20px 30px;
  margin: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  z-index: 999;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}

.logincontentfo {
  flex: 1;
}
.loginclose {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.logintitle {
  color: #4c2d82;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.loginboxfo {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.loginboxfo input {
  border-radius: 0 !important;
  color: #858585;
  background-color: #fff !important;
  border: 1px solid #d5d5d5;
  padding: 6px 4px;
  font-size: 14px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.loginboxfo span.input-icon {
  width: 100%;
  margin-top: 20px;
}

.loginboxfo span.input-icon > input {
  width: 100%;
  border: 1px solid #ededed;
}

.input-icon.input-icon-right > input {
  padding: 6px 24px 6px 6px;
}

.captcha {
  display: flex;
  margin-top: 20px;
  position: relative;
}

.captcha > input {
  flex: 1;
  border: 1px solid #ededed !important;
  border-right: none !important;
  padding: 6px 4px;
}

.captcha > span {
  width: 100px;
  text-align: center;
  line-height: 35px;
  color: #4192e3;
  cursor: pointer;
  letter-spacing: 2px;
  background: #ddd;
  user-select: none;
}

.randommescaptcha,
.randomcaptcha {
  border-radius: 0 5px 5px 0;
}

.btn-block {
  display: block;
  width: 100%;
  color: #fff;
}

.randommescaptcha {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  padding: 0;
  height: 35px;
  display: block;
  border: none;
}

.select-content {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  top: 30px;
}
.select-content .am-form-group {
  margin: 0;
  display: inline-block;
  position: relative;
}
.select-content label {
  display: none;
}
.select-content select {
  position: relative;
  display: block;
  margin-left: 5px;
  height: 45px;
  padding: 5px 20px 5px 16px;
  font-size: 1.4rem;
  background-color: transparent;
  cursor: pointer;
  color: #f08200;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-content .select-content-arrow {
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
}

@media (max-width: 768px) {
  .financial_info_disc .excle-export .h-btn,
  .select-content select {
    font-size: 1.2rem;
    /* padding: 0.5rem; */
  }
  .select-content {
    display: block;
  }

  .financial_info_disc .h-tag-titles {
    display: none;
  }
  .financial_info_disc .h-tag-content {
    width: 100%;
  }

  .financial_table_tip {
    font-size: 14px;
  }
  .financial_table_tip img {
    height: 24px;
  }
  .financial_info_disc .h-tag-content-item .c-body {
    overflow-x: auto;
  }
  .financial_info_disc .h-tag-content-item .c-body td {
    min-width: 120px;
  }

  .bannersearch .searchcenter .searchinput input {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
  }
  .bannersearch .searchcenter .searchbtn {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bannersearch .searchcenter .searchbtn img {
    position: relative;
    margin: 0;
    top: unset;
    left: unset;
    width: 32px;
  }
}
