/* *
 * Created by zhangzhijie303 on 2020/5/18.
 */
.fund-base {
  display: inline-block;
  padding: 30px;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
}
.fund-base .fund-base-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.fund-base .fund-base-info div {
  margin-right: 20px;
}
.fund-base .fund-base-info .fund-name, .fund-base .fund-base-info .fund-code {
  float: left;
  font-size: 22px;
  color: #353535;
}
.fund-base .fund-base-info .fund-type, .fund-base .fund-base-info .fund-risk {
  position: relative;
  top: 3px;
  padding: 0 10px;
  float: left;
  color: #FFA14D;
  background: white;
  border: 1px solid #FFA14D;
  border-radius: 4px;
}

.fund-quotation {
  display: inline-block;
  float: left;
  padding: 25px;
  width: 410px;
  box-sizing: border-box;
  background: #fff9f4;
  border-radius: 4px;
}
.fund-quotation .quotation-top {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #ffe5cc;
}
.fund-quotation .quotation-top .quotation-description {
  font-size: 14px;
  color: #888888;
}
.fund-quotation .quotation-top .quotation-value {
  margin-bottom: 20px;
  font-size: 30px;
  color: #FF7800;
}
.fund-quotation .quotation-list {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #888;
}
.fund-quotation .quotation-list div {
  float: left;
  margin-top: 20px;
  width: 50%;
}

.quotation-button-group {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.quotation-button-group .quotation-button-group-half {
  display: inline-block;
  float: left;
  width: 50%;
}
.quotation-button-group button {
  float: left;
  width: 120px;
  font-size: 16px;
}
.quotation-button-group .btn-outline-submit {
  background: #fff9f4;
}

.fund-chart {
  display: inline-block;
  float: left;
  width: 530px;
  box-sizing: border-box;
  border-radius: 4px;
}
.fund-chart .chart-type {
  padding-left: 100px;
  box-sizing: border-box;
}
.fund-chart .chart-type span {
  margin-right: 20px;
  color: #585858;
}
.fund-chart .chart-type .active {
  color: #FFA14D;
}

.chart-select {
  float: left;
  margin-left: 3%;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e0dfdf;
  border-left: 1px solid #e0dfdf;
}
.chart-select .chart-select-item {
  float: left;
  width: 20%;
  border-right: 1px solid #e0dfdf;
  border-bottom: 1px solid #e0dfdf;
  box-sizing: border-box;
  text-align: center;
  color: #888;
  font-size: 14px;
}
.chart-select .active {
  background: #ffa14d;
  color: white;
}

.chart-date-select {
  display: inline-block;
  float: left;
  margin-left: 3%;
  width: 44%;
  box-sizing: border-box;
}
.chart-date-select input {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  width: 30%;
  height: 22px;
  box-sizing: border-box;
}
.chart-date-select button {
  float: left;
  padding: 0 6px;
  height: 22px;
  box-sizing: border-box;
}

.fund-manager {
  display: inline-block;
  margin-top: 20px;
  padding: 30px;
  width: 100%;
  background: white;
  border-radius: 4px;
  box-sizing: border-box;
}
.fund-manager .title-box {
  width: 100%;
}
.fund-manager .title {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #ffa14d;
  border-bottom: 1px solid #ffa14d;
}
.fund-manager .title-line {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e0dfdf;
}
.fund-manager .manager {
  padding: 30px 0;
  border-bottom: 1px dashed #e0dfdf;
}
.fund-manager .manager:last-child {
  border-bottom: none;
}
.fund-manager .manager-box {
  position: relative;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.fund-manager .manager-box .manager-image {
  display: inline-block;
  width: 120px;
  height: 150px;
  border-radius: 4px;
  vertical-align: top;
  overflow: hidden;
}
.fund-manager .manager-box .manager-image img {
  width: 100%;
  border-radius: 4px;
}
.fund-manager .manager-box .manager-info {
  display: inline-block;
  margin-left: 30px;
  width: 756px;
}
.fund-manager .manager-box .manager-info .manager-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.fund-manager .manager-box .manager-info .manager-description, .fund-manager .manager-box .manager-info .manager-time {
  font-size: 16px;
  color: #585858;
  line-height: 1.5;
}

.fund-info-content {
  clear: both;
}

.fund-info-content h4 {
  margin: 1.33em 0;
  font-size: 16px;
  font-weight: bold;
}

.fund-info {
  box-sizing: border-box;
  background: white;
}
.fund-info .title-box {
  display: inline-block;
  width: 100%;
}
.fund-info .title-box div {
  position: relative;
  padding: 10px 0;
  float: left;
  width: 11%;
  text-align: center;
  border-bottom: 2px solid #e0dfdf;
  cursor: pointer;
}
.fund-info .title-box .title-item {
  font-size: 18px;
}
.fund-info .title-box .active {
  font-size: 18px;
  font-weight: bold;
  color: #ffa14d;
  border-bottom: 2px solid #ffa14d;
}
.fund-info table {
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-top: 1px solid #e0dfdf;
  border-left: 1px solid #e0dfdf;
}
.fund-info table td {
  margin: 0;
  padding: 10px 20px;
  min-width: 140px;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #e0dfdf;
  border-right: 1px solid #e0dfdf;
  font-size: 16px;
  color: #585858;
}
.fund-info table .text-center {
  background: #fff9f4;
}

.file-box {
  padding: 0;
}
.file-box li {
  padding: 18px 0;
  list-style-type: none;
  border-bottom: 1px dashed #e0dfdf;
}
.file-box li a {
  padding-left: 30px;
  background: url(http://fund.pingan.com/front/images/news_list_bg.png) 15px center no-repeat;
  text-decoration: none;
  color: #585858;
}
.file-box li a:link {
  color: #585858;
}
.file-box li a:visited {
  color: #585858;
}
.file-box li a:hover {
  color: #585858;
}
.file-box li a:active {
  color: #585858;
}

.sales-organization td {
  padding: 2px !important;
  font-size: 14px !important;
}

.fund-portfolio-title {
  font-size: 24px;
  color: #585858;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding-bottom: 5px;
  margin: 25px 0;
}

.choose-body {
  position: relative;
  height: 40px;
}
.choose-body .choose-content {
  position: absolute;
  left: 580px;
}
.choose-body .select-box {
  display: inline-block;
  position: relative;
  align-items: center;
}
.choose-body .select-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 10px;
  right: 10px;
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  border-right: 4px solid white;
  border-left: 4px solid white;
}

.group-table {
  border-left: unset !important;
  border-top: unset !important;
}
.group-table th {
  padding: 14px 0;
  background: #fff9f4;
  font-size: 14px;
  color: #888888;
  font-weight: normal;
  text-align: left;
  padding-left: 38px;
}
.group-table td {
  font-size: 14px;
  text-align: center;
  padding: 17px 0;
  border-right: unset !important;
  border-bottom: 1px dashed #e0e0e0 !important;
}
.group-table.fundRateTable th {
  padding: 14px 20px;
}
.group-table.fundRateTable td {
  font-size: 16px;
  text-align: left;
  padding: 14px 20px;
  border-bottom: unset !important;
}

.table-label {
  position: relative;
  padding-left: 60px !important;
}
.table-label span {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  border-radius: 10px;
  background-color: #FF7800;
}

.deadline {
  height: 45px;
  line-height: 45px;
  float: right;
  font-size: 14px;
  color: #888888;
  font-weight: normal;
}

#chooseYear, #chooseSeason {
  padding: 2px 20px 2px 5px;
  margin: 0 5px;
  -webkit-appearance: none;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  background: white;
}

#table-7 table th, #table-7 table td {
  padding: 16px 0 16px 12px;
  font-size: 14px;
  color: #888888;
  font-weight: normal;
  text-align: left;
  border: 1px solid #e0e0e0;
}
#table-7 table .td-title {
  width: 35%;
}
#table-7 table thead {
  background: #fff9f5;
}
#table-7 table tbody tr:nth-of-type(2n) {
  background: #fff9f5;
}

.table-7-operation {
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
}
.table-7-operation .title, .table-7-operation .operation-box {
  float: left;
  width: 50%;
}
.table-7-operation .operation-box {
  text-align: right;
}
.table-7-operation .operation-box input {
  position: relative;
  height: 30px;
  line-height: 30px;
}
.table-7-operation .operation-box button {
  margin: 0 10px;
  border-radius: 0;
  background: #ffa14d;
  border: 1px solid #ffa14d;
}
.table-7-operation .operation-box a {
  color: #ffa14d;
  text-decoration: none;
  line-height: 30px;
}
.table-7-operation .title {
  color: #585858;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

#table-8 .ETF-box {
  position: relative;
  display: inline-block;
  margin: 20px 100px;
  padding: 40px 10px 20px 20px;
  width: 800px;
  background: #fff9f5;
}
#table-8 .ETF-box .title {
  position: absolute;
  top: -8px;
  left: 148px;
  width: 191px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #fafafa;
  font-size: 14px;
  background: url(/front/new_front/assets/etf_top_info.png) no-repeat;
}
#table-8 .ETF-form, #table-8 .etf_service_prompt {
  float: left;
  width: 50%;
}
#table-8 .etf_service_prompt {
  padding: 10px;
  box-sizing: border-box;
  border: 1px dashed #e0dfdf;
}
#table-8 .etf_service_prompt .mt13 {
  margin-top: 13px;
}
#table-8 .ETF-form-controller {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
#table-8 .ETF-form-controller .sr-only {
  opacity: 0;
}
#table-8 .ETF-form-controller select, #table-8 .ETF-form-controller input, #table-8 .ETF-form-controller label {
  padding: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  width: 70%;
  float: left;
  box-sizing: border-box;
  background: white;
}
#table-8 .ETF-form-controller label {
  padding-right: 20px;
  box-sizing: border-box;
  width: 25%;
  text-align: right;
  background: transparent;
}
#table-8 .ETF-form-controller button {
  padding: 0;
  width: 88px;
  height: 30px;
  background: #ffa14d;
  border: 1px solid #ffa14d;
}

#table-2 table {
  margin-top: 10px;
}
#table-2 h4 {
  margin: 20px 0 10px;
}

/*.page .custom-pagination ul li.current-page {
  color: #FF7800;
}*/
.layui-form-select dl dd.layui-this {
    background-color: #FF7800 !important;
    color: #fff;
}

.layui-form-checked i, .layui-form-checked:hover i {
    color: #ff7800 !important;
}

.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #FF7800 !important;
}

.stocklist tr td {
    min-width: auto;
}


