@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  background: #fff;
}

img {
  width: 100%;
}

.fund {
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 10px 19px 8px rgba(204, 204, 204, 0.5);

}
.fund header {
  margin-top: 70px;
  width: 100%;
  height: 194px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fund header .option {
  width: 775px;
  display: flex;
  justify-content: space-between;
}
.fund header .option .option-item {
  width: 128px;
  height: 137px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5abab;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.fund header .option .option-item > div {
  margin: 0 auto;
  margin-top: 22px;
}
.fund header .option .option-item > div > img:nth-child(1) {
  display: block;
}
.fund header .option .option-item > div > img:nth-child(2) {
  display: none;
}
.fund header .option .option-item span {
  color: #333333;
  font-size: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 18px;
}
.fund header .option .option-item:nth-child(1) > div {
  width: 57px;
  height: 57px;
}
.fund header .option .option-item:nth-child(2) > div {
  width: 60px;
  height: 60px;
}
.fund header .option .option-item:nth-child(3) > div {
  width: 43px;
  height: 63px;
}
.fund header .option .option-item:nth-child(4) > div {
  width: 56px;
  height: 56px;
}
.fund header .option .option-item:hover {
  border: solid 1px #f34f56;
}
.fund header .option .select {
  background-color: #f34f56;
}
.fund header .option .select > div > img:nth-child(1) {
  display: none !important;
}
.fund header .option .select > div > img:nth-child(2) {
  display: block !important;
}
.fund header .option .select span {
  color: #fff !important;
}

.fund-content {
  background-color: #fff;
  padding-bottom: 40px;
}
.fund-content > h4 {
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
  font-weight: 600;
  color: #333333;
}
.fund-content .fund-select {
  width: 616px;
  margin: 0 auto;
  margin-top: 47px;
}
.fund-content .fund-select .selectItem {
  height: 50px;
  line-height: 50px;
  display: flex;
  margin-top: 25px;
  position: relative;
}
.fund-content .fund-select .selectItem .selectItem-title {
  display: block;
  width: 90px;
  text-align: right;
  font-size: 16px;
  color: #333333;
}
.fund-content .fund-select .selectItem > .keyWord-type {
  width: 262px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  line-height: 50px;
  text-indent: 20px;
  position: relative;
  cursor: pointer;
}
.fund-content .fund-select .selectItem > .keyWord-type > img {
  position: absolute;
  width: 15px;
  height: 8px;
  top: 46%;
  right: 8px;
  transition: all 0.5s ease;
}
.fund-content .fund-select .selectItem .selectItem-input {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
}
.fund-content .fund-select .selectItem .selectItem-input > input {
  width: 297px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  padding-left: 20px;
  color: #666666;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
.fund-content .fund-select .selectItem .selectItem-input .selectItem-time {
  position: relative;
  width: 90px;
  height: 50px;
  padding-right: 10px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.fund-content
  .fund-select
  .selectItem
  .selectItem-input
  .selectItem-time
  > img {
  position: absolute;
  width: 15px;
  height: 8px;
  top: 46%;
  right: 8px;
  transition: all 0.5s ease;
}
.fund-content .fund-select .selectItem .selectItem-input .gecheng {
  width: 50px;
  height: 1px;
  background: #cccccc;
  margin: 0 15px;
}
.fund-content .fund-select .selectItem .selectItem-input .class {
  width: 317px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #666666;
}
.fund-content .fund-select .selectItem .selectItem-input .class > img {
  position: absolute;
  width: 15px;
  height: 8px;
  top: 46%;
  right: 8px;
  transition: all 0.5s ease;
}
.fund-content .fund-select .selectItem .selectItem-input .money {
  width: 90px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  text-align: center;
  padding: 0;
}

.keyWord {
  display: flex;
  margin-left: 29px;
}
.keyWord .keyWord-input {
  width: 358px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
}
.keyWord .keyWord-type {
  margin-left: 24px;
  width: 114px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.keyWord .keyWord-type > img {
  position: absolute;
  width: 15px;
  height: 8px;
  top: 46%;
  right: 8px;
  transition: all 0.5s ease;
}

#selectTime {
  display: none;
  width: 200px;
}

.projecItem {
  position: relative;
}

.endTime {
  margin-left: 30px;
  position: relative;
}
.endTime ::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #cccccc;
  top: 50%;
  transform: translate(0, -50);
  left: -25px;
}

.keyWord-box {
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease;
  padding: 0px 20px 0 20px;
  z-index: 1;
}
.keyWord-box .keyWord-typeItem {
  margin-top: 12px;
  width: 110px;
  padding-top: 5px;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 5px rgba(100, 100, 100, 0.16);
  /*定义整体的宽度*/
  /*定义滚动条轨道*/
  /*定义滑块*/
}
.keyWord-box .keyWord-typeItem ul {
  text-align: center;
  text-align: -webkit-center;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 5px;
}
.keyWord-box .keyWord-typeItem ul li {
  width: 91px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  color: #666666;
  cursor: pointer;
}
.keyWord-box .keyWord-typeItem ul li:hover {
  background-color: #f34f56;
  color: #fff;
}
.keyWord-box .keyWord-typeItem ul::-webkit-scrollbar {
  width: 3px;
}
.keyWord-box .keyWord-typeItem ul::-webkit-scrollbar-track {
  border-radius: 5px;
}
.keyWord-box .keyWord-typeItem ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e2e6e6;
}

.san {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  left: 25px;
  top: -3px;
  transform: rotate(45deg);
  z-index: -1;
}

.one-content-box-x {
  padding: 0 10px;
}

.class .keyWord-box {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.class .keyWord-box .keyWord-typeItem {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #666666;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}

.add-keyWord .add-but {
  display: flex;
  margin-top: 20px;
}
.add-keyWord .add-but span {
  display: block;
  color: #892f36;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
.add-keyWord .add-but span:nth-child(1) {
  margin-left: auto;
}
.add-keyWord .add-but span:nth-child(2) {
  margin-left: 15px;
  border-left: 1px solid #e5abab;
  padding-left: 12px;
  box-sizing: border-box;
  margin-right: 40px;
}

.add-item {
  margin-top: 10px;
}
.add-item > .keyWord > .keyWord-input {
  margin-left: 23px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.queryBut {
  display: block;
  border: none;
  outline: none;
  width: 328px;
  height: 45px;
  background-color: #f34f56;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}

.rotate {
  transform: rotate(180deg);
}

.max .keyWord-box {
  width: 100% !important;
}
.max .keyWord-box .keyWord-typeItem {
  width: 100% !important;
}
.max .keyWord-box .keyWord-typeItem li {
  width: 100% !important;
  text-align: left !important;
  text-indent: 10px;
}

.result {
  width: 100%;
  margin-top: 40px;
  background: #fff;
  display: none;
}
.result .result-box .result-box-label {
  padding-top: 20px;
  display: flex;
  width: 1015px;
  margin: 0 auto;
}
.result .result-box .result-box-label .label-title {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.result .result-box .result-box-label .label-title > span:nth-child(2) {
  font-weight: bold;
}
.result .result-box .result-box-label .label-rule {
  margin-left: 45px;
  display: flex;
  justify-content: space-between;
  width: 330px;
}
.result .result-box .result-box-label .label-rule .label-rule-title {
  width: 67px;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.result .result-box .result-box-label .label-rule .label-rule-item {
  display: flex;
  width: 92px;
  padding-bottom: 2px;
  height: 19px;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemImg {
  width: 18px;
  height: 18px;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemTitle {
  width: 38px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemSelect {
  display: flex;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemSelect
  > img {
  display: block;
  width: 12px;
  height: 17px;
  cursor: pointer;
}
.result .result-box .result-box-label .label-but {
  width: 140px;
  height: 40px;
  background-color: #f34f56;
  border-radius: 20px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
  margin-top: -12px;
}
.result .result-box .result-box-label .label-but > a {
  color: #fff;
  text-decoration: none;
}
.result .result-box .result-content {
  padding-top: 29px;
  width: 1015px;
  margin: 0 auto;
}
.result .result-box .result-content .result-content-item {
  margin-bottom: 25px;
}
.result .result-box .result-content .content-item-title {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 18px;
}
.result .result-box .result-content .content-itemSubitem {
  margin-top: 12px;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  position: relative;
  margin-left: 18px;
}
.result .result-box .result-content .content-itemSubitem .name {
  color: #f34f56;
  cursor: pointer;
  border-bottom: 1px solid #f39397;
}
.result .result-box .result-content .content-itemSubitem .see {
  position: absolute;
  right: 0;
  bottom: 0;
}
.result .result-box .result-content .content-itemSubitem .see:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: #666666;
  bottom: 5px;
}
.result .result-box .result-content .content-itemSubitem .line {
  width: 946px;
  height: 2px;
  background-color: #e5e5e5;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 18px;
}

.one-content-item {
  display: flex;
}

.one-content {
  background: #fff;
}

.one {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.two {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.three {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.four {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.category {
  position: fixed;
  width: 100%;
  top: 100%;
  left: 0;
  height: 100%;
  transition: all 0.3s ease;
}

.category > .category-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #fff;
  margin-top: auto;
  margin-bottom: 0;
  border-radius: 0;
}

.category-box-title {
  background: #f7f7f7;
  position: relative;
  text-align: center;
  color: #676a6c;
  height: 15%;
}

.category-box-titleBut {
  position: absolute;
  color: #8c2b30;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  font-size: 0.3rem;
}

.category-box-title-span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.category-box-content {
  height: 85%;
  width: 100%;
  overflow-y: scroll;
}

.category-box-content-item {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ececec;
  position: relative;
}

.tx {
  display: flex;
}

.imgx {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 1.5rem;
}

.imgx > img {
  width: 100%;
  height: 100%;
}

.box-img {
  width: 100%;
  height: 11rem;
  background: red;
}

.one-content-img {
  width: 2rem;
  position: relative;
}

.one-content-img > img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.8rem;
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.clicks {
  display: flex;
  justify-content: space-between;
}

.clicktwo {
  display: flex;
  justify-content: space-between;
  margin-left: 1rem;
  border-top: 1px solid #ececec;
  box-sizing: content-box;
  /* height: 0;
    overflow: hidden; */
  transition: all 0.3s ease;
}

.threes {
  margin-left: 1.8rem;
  /* height: 0;
    overflow: hidden; */
  transition: all 0.3s ease;
}

.fours {
  margin-left: 2.5rem;
  /* height: 0;
    overflow: hidden; */
  transition: all 0.3s ease;
}

.oneSubitem {
  display: none;
}

.twoSubitem {
  display: none;
}

.threeSubitem {
  display: none;
}

.rotateA {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.rotateB {
  transform: rotate(0);
  transition: all 0.3s ease;
}

.one-content {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0px 1px 4px 5px rgba(100, 100, 100, 0.16);
}

.ones {
  background: #fff;
  box-shadow: 0px 1px 4px 5px rgba(100, 100, 100, 0.16);
  margin-top: 5px;
}

/*定义整体的宽度*/
.one-content::-webkit-scrollbar {
  width: 3px;
}

/*定义滚动条轨道*/
.one-content::-webkit-scrollbar-track {
  border-radius: 5px;
}

/*定义滑块*/
.one-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e2e6e6;
}

.sans {
  position: absolute;
}

#paging {
  text-align: center;
}

.paging {
  margin-top: 25px;
  padding-bottom: 20px;
}

.keyWord-box-left {
  width: 80px !important;
  margin-left: 15px !important;
}

.keyWord-margin {
  margin-left: 0 !important;
}

.exhibition {
  display: flex;
  width: 1015px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
.exhibition .exhibition-text {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.exhibition .exhibitionItem {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #333333;
  width: 950px;
}
.exhibition .exhibitionItem > div {
  padding-left: 15px;
  font-weight: 700;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.loading .loading-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.44);
  border-radius: 5px;
}

.Tips {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.situation {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.individual {
  cursor: pointer;
  border-bottom: 1px solid #9f9f9f;
  padding: 0 5px;
  font-weight: bolder;
}
.label-rule-adjustment {
  display: flex;
  position: relative;
  margin-left: 7px;
}
.label-rule-adjustment::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -2px;
  transform: translate(-50%, 0);
  width: 64px;
  height: 1px;
  background: #666666;
}
