/* 列表 */
:root{
  --windowWidth: 1920;
}

.list-container {
  width: calc((1400 / var(--windowWidth)) * 100vw);
}

.list-container .screen-box {
  width: 100%;
  background-color: #fff;
  padding: calc((12 / var(--windowWidth)) * 100vw) calc((12 / var(--windowWidth)) * 100vw);
  margin-top:calc((40 / var(--windowWidth)) * 100vw);
}

.list-container .screen-box .screen-item {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  /*align-items: center;*/
}

.list-container .screen-box .screen-item span {
  float: left;
  line-height: calc((14 / var(--windowWidth)) * 100vw);
  color: #666;
  cursor: pointer;
  margin: calc((12 / var(--windowWidth)) * 100vw) calc((2 / var(--windowWidth)) * 100vw);
  padding: calc((4 / var(--windowWidth)) * 100vw) calc((8 / var(--windowWidth)) * 100vw);
}

.list-container .screen-box .screen-item .item-box {
  transition: height 0.1s ease-in-out;
  overflow: hidden;
}

.list-container .screen-box .screen-item .item-box-close {
  height: calc((46 / var(--windowWidth)) * 100vw);
  width: calc((1200 / var(--windowWidth)) * 100vw);
}

.list-container .screen-box .screen-item .item-box-show {
  width: calc((1200 / var(--windowWidth)) * 100vw);
  /*height: 138px;*/
}

.list-container .screen-box .screen-item .item-title{
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #333333;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: calc((15 / var(--windowWidth)) * 100vw);
}

.list-container .screen-box .screen-item .item-box span {
  width: auto;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  min-width: calc((78 / var(--windowWidth)) * 100vw);
  text-align: center;
  float: left;
  color: #666;
  cursor: pointer;
  padding: calc((7 / var(--windowWidth)) * 100vw) calc((15 / var(--windowWidth)) * 100vw) calc((7 / var(--windowWidth)) * 100vw) calc((15 / var(--windowWidth)) * 100vw);
  font-family: Microsoft YaHei, Microsoft YaHei;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: none;
}

.list-container .screen-box .screen-item .item-box span:hover {
  background-color: #2A76EE;
  color: #fff;
  border-radius: calc((2 / var(--windowWidth)) * 100vw);
  font-family: Microsoft YaHei, Microsoft YaHei;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: none;
}

.list-container .screen-box .screen-item .item-box .selected {
  background-color: #2A76EE;
  color: #fff;
  border-radius: 2px;
}

.list-container .screen-box .screen-item button {
  width: calc((91 / var(--windowWidth)) * 100vw);
  height: calc((37 / var(--windowWidth)) * 100vw);
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  right: 8px;
  bottom: calc((2 / var(--windowWidth)) * 100vw);
  background-color: #fff;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #333333;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.list-container .screen-box .screen-item button i {
  font-size: calc((12 / var(--windowWidth)) * 100vw);
  color: #999999;
}

.list-container .screen-box .screen-item button i:hover {
  color: #2A76EE !important;
}

.list-container .screen-box .screen-item button:hover {
  color: #2A76EE;
  border: 1px solid #2A76EE;
}

.list-container .list-left {
  float: left;
  margin-top: calc((30 / var(--windowWidth)) * 100vw);
  width: calc((1024 / var(--windowWidth)) * 100vw);
}

.list-container .list-left .tabs-header {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #eee;
  padding: 0 32px;
}

.list-container .list-left .tabs-header ul li {
  float: left;
  font-size: 18px;
  margin-right: 32px;
  line-height: 61px;
  cursor: pointer;
  list-style: none;
}

.list-container .list-left .tabs-header ul .active {
  font-weight: 700;
  border-bottom: 3px solid #2A76EE;
  color: #2A76EE;
}

.list-container .list-left .content-item {
  padding: calc((19 / var(--windowWidth)) * 100vw) calc((19 / var(--windowWidth)) * 100vw) calc((21 / var(--windowWidth)) * 100vw) calc((19 / var(--windowWidth)) * 100vw);
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: calc((3 / var(--windowWidth)) * 100vw) calc((7 / var(--windowWidth)) * 100vw) calc((20 / var(--windowWidth)) * 100vw) calc((1 / var(--windowWidth)) * 100vw) rgba(0,0,0,0.06);
  /*border-radius: calc((8 / var(--windowWidth)) * 100vw);*/
  /*margin-bottom: calc((67 / var(--windowWidth)) * 100vw);*/
}

.list-container .list-left .content-item .content-left {
  float: left;
  width: calc((236 / var(--windowWidth)) * 100vw);
  height: calc((177 / var(--windowWidth)) * 100vw);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
  border-style: none;
  border-radius: calc((6 / var(--windowWidth)) * 100vw);
}

.list-container .list-left .content-item .content-middle {
  float: left;
  margin-left: calc((25 / var(--windowWidth)) * 100vw);
  width: calc((540 / var(--windowWidth)) * 100vw);
  display: flex;
  flex-direction: column;
  /*margin-top: calc((19 / var(--windowWidth)) * 100vw);*/
  height: calc((177 / var(--windowWidth)) * 100vw);
  justify-content: space-around;
}

.list-container .list-left .content-item .content-middle .sub-title{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #666666;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  font-style: normal;
  text-transform: none;
}

.list-container .list-left .content-item .content-middle .content-title {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.list-container .list-left .content-item .content-middle .content-title .title {
  flex: 0 1 auto;
  display: inline-block;
  font-size: calc((24 / var(--windowWidth)) * 100vw);
  color:#333333;
  font-weight: bold;
  line-height: calc((28 / var(--windowWidth)) * 100vw);
  overflow: hidden;
}
.list-container .list-left .content-item .content-middle .content-title .tag {
  width: calc((48 / var(--windowWidth)) * 100vw);
  height: calc((27 / var(--windowWidth)) * 100vw);
  background: linear-gradient( 90deg, #26488F 0%, #4980F5 100%);
  border-radius: calc((4 / var(--windowWidth)) * 100vw);
  margin-right: calc((10 / var(--windowWidth)) * 100vw);
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #FFFFFF;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-container .list-left .content-item .content-middle .content-title .title span{
  color: darkred;
}
.list-container .list-left .content-item .content-middle .content-title img {
  width: calc((66 / var(--windowWidth)) * 100vw);
  margin-left: calc((5 / var(--windowWidth)) * 100vw);
}

.list-container .list-left .content-item .content-middle .content-title i {
  font-size: 16px;
  margin-left: 4px;
}

.list-container .list-left .content-item .content-middle .bottom-text {
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: calc((15 / var(--windowWidth)) * 100vw);
}

.list-container .list-left .content-item .content-middle .bottom-text .arrow{
  height: calc((18 / var(--windowWidth)) * 100vw);
  margin-right: calc((5 / var(--windowWidth)) * 100vw);
}

.list-container .list-left .content-item .content-middle .bottom-text .number{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #2A76EE;
  line-height: calc((21 / var(--windowWidth)) * 100vw);;
  font-style: normal;
  text-transform: none;
}

.list-container .list-left .content-item .content-middle .rating {
  margin-top: 6px;
  display: flex;
}

.list-container .list-left .content-item .content-middle .rating-itm {
  font-size: 14px;
  line-height: 16px;
  color: #858585;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 16px;
  display: flex;
}

.list-container .list-left .content-item .content-middle .rating-itm .stars {
  display: flex;
  margin-left: 5px;
}

.list-container .list-left .content-item .content-middle .rating-itm .stars i {
  font-size: 12px;
  color: #2A76EE;
}

.list-container .list-left .content-item .content-middle .tags {
  margin-top: calc((15 / var(--windowWidth)) * 100vw);
  display: flex;
  margin-bottom: calc((15 / var(--windowWidth)) * 100vw);
}
.list-container .list-left .content-item .content-middle .tags div {
  border-radius: calc((5 / var(--windowWidth)) * 100vw);
  padding: calc((5 / var(--windowWidth)) * 100vw) calc((11 / var(--windowWidth)) * 100vw);
  margin-right: calc((11 / var(--windowWidth)) * 100vw);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: calc((14 / var(--windowWidth)) * 100vw);
  line-height: calc((16 / var(--windowWidth)) * 100vw);
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.list-container .list-left .content-item .content-middle .tags div:nth-child(odd) {
  background-color: #E3F2FD;
  color: #0F9FFF;
}

.list-container .list-left .content-item .content-middle .tags div:nth-child(even) {
  background-color: #FFEBE2;
  color: #FA5508;
}

.list-container .new-title{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: calc((22 / var(--windowWidth)) * 100vw);
  color: #333333;
  line-height: calc((26 / var(--windowWidth)) * 100vw);
  font-style: normal;
  /*margin-top: calc((19 / var(--windowWidth)) * 100vw);*/
  margin-bottom: calc((8 / var(--windowWidth)) * 100vw);
  text-transform: none;
  display: flex;
  align-items: baseline;
  padding-left: calc((32 / var(--windowWidth)) * 100vw);
  padding-right: calc((22 / var(--windowWidth)) * 100vw);
}

.list-container .list-left .content-item .content-right{
  float: right;
  height: calc((177 / var(--windowWidth)) * 100vw);
  margin-top: 10px;
  width: calc((170 / var(--windowWidth)) * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: calc((28 / var(--windowWidth)) * 100vw);
  text-align: right;
}

.list-container .list-left .content-item .content-right .new-item{
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.list-container .list-left .content-item .content-right .investment {
  font-size: calc((24 / var(--windowWidth)) * 100vw);
  line-height: calc((28 / var(--windowWidth)) * 100vw);
  color: #2A76EE;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

.list-container .list-left .content-item .content-right .investment .amount {
  white-space: nowrap;
  text-decoration: none;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: calc((28 / var(--windowWidth)) * 100vw);
  color: #2A76EE;
  line-height: calc((33 / var(--windowWidth)) * 100vw);
  letter-spacing: calc((2 / var(--windowWidth)) * 100vw);
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.list-container .list-left .content-item .content-right .investment .unit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #2A76EE;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  letter-spacing: calc((2 / var(--windowWidth)) * 100vw);
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.list-container .list-left .content-item .content-right p {
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  color: #999999;
  text-decoration: none;
  margin-left:calc((11 / var(--windowWidth)) * 100vw);
}

.list-container .list-left .content-item .content-right .visit{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size:  calc((14 / var(--windowWidth)) * 100vw);
  color: #2A76EE;
  line-height:  calc((16 / var(--windowWidth)) * 100vw);
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.list-container .list-left .content-item .content-right button {
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  width: calc((122 / var(--windowWidth)) * 100vw);
  height: calc((47 / var(--windowWidth)) * 100vw);
  display: inline-block;
  background: #2A76EE;
  position: relative;
  transition: color 0.1s linear, background-color 0.1s linear;
  border: none;
  color: #ffffff;
  border-radius: calc((6 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  /*font-weight: bold;*/
}

.list-container .list-right {
  float: right;
  margin-top: calc((40 / var(--windowWidth)) * 100vw);
  width: calc((356 / var(--windowWidth)) * 100vw);
  height: auto;
  /*padding: 0 12px;*/
}

.list-container .list-right .right-recommend-item {
  margin-bottom: calc((20 / var(--windowWidth)) * 100vw);
  box-sizing: border-box;
  /*border-radius: 4px;*/
  overflow: hidden;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
  width: calc((356 / var(--windowWidth)) * 100vw);
  text-align: center;
}

.list-container .list-right .right-recommend-item img {
  width: calc((313 / var(--windowWidth)) * 100vw);
  height: calc((176 / var(--windowWidth)) * 100vw);
  object-fit: cover;
  /*margin-bottom: calc((10 / var(--windowWidth)) * 100vw);*/
  border: 1px solid #F2F2F2;
}

.list-container .list-right .right-recommend-item .title {
  /*display: flex;*/
  /*align-items: center;*/
  font-size: calc((22 / var(--windowWidth)) * 100vw);
  font-weight: bold;
  line-height: calc((26 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 0px;
  padding-right: 0px;
}

.list-container .list-right .right-recommend-item div {
  color: #999999;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  padding-left: calc((32 / var(--windowWidth)) * 100vw);
  padding-right: calc((22 / var(--windowWidth)) * 100vw);
  margin-top: calc((10 / var(--windowWidth)) * 100vw);
  text-align: left;
  /*margin-bottom: calc((27 / var(--windowWidth)) * 100vw);*/
}

.list-container .list-right .right-recommend-item p i {
  font-size: 12px;
}

.list-container .list-right .new-item{
  background: #FFFFFF;
  box-shadow: 2px 5px 15px 1px rgba(0,0,0,0.06);
  /*border-radius: 6px 6px 6px 6px;*/
  width: calc((356 / var(--windowWidth)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc((20 / var(--windowWidth)) * 100vw);
}

.list-container .list-right .new-item .new-price{
  display: flex;
  justify-content: space-between;
  margin-bottom: calc((28 / var(--windowWidth)) * 100vw);
  padding: 0 calc((32 / var(--windowWidth)) * 100vw);
  align-items: baseline;
}

.list-container .list-right .new-item .new-price .new-store{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #999999;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  font-style: normal;
  text-transform: none;
  padding-left: 0px;
  padding-right: 0px;
}

.list-container .list-right .new-item .new-price .shop-investment{
  padding-left: 0px;
  padding-right: 0px;
}

.list-container .list-right .new-item .new-price .shop-investment .num{
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: calc((28 / var(--windowWidth)) * 100vw);
  color: #2A76EE;
  line-height: calc((33 / var(--windowWidth)) * 100vw);
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.list-container .list-right .new-item .new-price .shop-investment .unit{
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #2A76EE;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.list-container .list-right .right-recommend-item .tag {
  width: calc((58 / var(--windowWidth)) * 100vw);
  height: calc((18 / var(--windowWidth)) * 100vw);
  /*float: right;*/
  /*margin-left: calc((10 / var(--windowWidth)) * 100vw);*/
  /*margin-bottom: calc((10 / var(--windowWidth)) * 100vw);*/
}

.list-container .list-bottom {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 24px 0 48px;
  float: left;
  padding: 0 12px 24px;
  min-height: 200px;
}

.list-container .list-bottom .bottom-recommend-list {
  display: flex;
  justify-content: space-between;
}

.list-container .list-bottom .bottom-recommend-list .bottom-recommend-item {
  width: 25%;
  height: auto;
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.list-container .list-bottom .bottom-recommend-list .bottom-recommend-item img {
  width: 100%;
  height: 164px;
  margin-bottom: 16px;
  object-fit: cover;
}

.list-container .list-bottom .bottom-recommend-list .bottom-recommend-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.list-container .list-bottom .bottom-recommend-list .bottom-recommend-item p {
  color: #999999;
  margin-top: 12px;
}

.list-container .list-bottom .bottom-recommend-list .bottom-recommend-item p i {
  font-size: 12px;
}

.recommend-title {
  /*margin: 19px 12px;*/
  position: relative;
  background: #fff;
}

.recommend-title .section-title-border {
  width: 3px;
  height: 18px;
  position: absolute;
  top: 4px;
  background-image: linear-gradient(180deg, #2A76EE, #2A76EE);
}

.recommend-title .section-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: calc((22 / var(--windowWidth)) * 100vw);
  color: #333333;
  line-height: calc((26 / var(--windowWidth)) * 100vw);
  letter-spacing: calc((2 / var(--windowWidth)) * 100vw);
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: calc((22 / var(--windowWidth)) * 100vw);
  padding-top: calc((20 / var(--windowWidth)) * 100vw);
}

.recommend-title .under-line {
  width: calc((84 / var(--windowWidth)) * 100vw);
  height: calc((4 / var(--windowWidth)) * 100vw);
  background: #364C7B;
  margin-left: calc((27 / var(--windowWidth)) * 100vw);
  margin-top: calc((5 / var(--windowWidth)) * 100vw);
}

.shop-investment {
  color: #2A76EE;
  float: left;
  font-size: calc((21 / var(--windowWidth)) * 100vw);;
  line-height: calc((25 / var(--windowWidth)) * 100vw);
}

.shop-investment .num {
  /*font-size: 20px;*/
}

.inquiry-dialog-wrap .title {
  font-size: 20px;
  color: #2A76EE;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 600;
  margin-top: 0;
}

.inquiry-dialog-wrap .consult-sub-title {
  text-align: center;
  font-size: 12px;
  color: #a2a6b2;
  padding-bottom: 32px;
}

.inquiry-dialog-wrap .tips-wrap {
  text-align: left;
  background: rgba(242, 243, 247, 0.5);
  color: #51576d;
  font-size: 12px;
  line-height: 35px;
  border-radius: 8px;
  height: auto;
  margin-top: 0;
  padding: 24px;
  width: 100%;
}

.inquiry-dialog-wrap .tips-wrap h3 {
  color: #393c4a;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 14px;
  margin-top: 0;
}

.inquiry-dialog-wrap .tips-wrap p {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.inquiry-dialog-wrap .confirm-btn {
  width: 100%;
  display: block;
  margin: 12px 0;
  background-image: linear-gradient(-90deg, #2A76EE, #2A76EE);
  position: relative;
  transition: all 0.1s linear;
  border: none;
  font-size: 14px;
  height: 40px;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
}

.inquiry-dialog-wrap p {
  font-size: 12px;
  color: #a2a6b2;
}

.inquiry-dialog-wrap p a {
  color: #38f;
}

.global-crumbs-container span {
  margin: 0 2px;
}
.pop-fixed{
  position: sticky;
  top: calc((180 / var(--windowWidth)) * 100vw);
  /*right: calc((251 / var(--windowWidth)) * 100vw);*/
}
