html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}

fieldset, img, input, button {
  /*fieldset组合表单中的相关元素*/
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

/*防止多行文本框拖动*/
img {
  border: 0;
  vertical-align: middle;
}

.graphicDetails {
  display: grid;
  width: 100%;
  height: 100%;
  /* grid-template-rows: 80px auto 110px; */
  /* grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px); */
}

a {
  text-decoration: none;
  background-color: transparent;
  color: #2B2929;
}
@font-face {
    font-family: "DIN-Blod";
    src: url("../../font/din-bold.otf");
}

.w {
  grid-column: 2;
  /* background: red; */
}

.ww {
  background-color: #fff;
  position: relative;
}

/* 导航头 */
.topNav {
  display: grid;
  line-height: 80px;
  width: 100%;
  grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px);
  background: #FFFFFF;
  /* box-shadow: 0px 4px 8px 0px #F8F8F8; */
  position: fixed;
  z-index: 10;
}

.nav {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 136px; */
  align-items: center;
}

.logo {
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 30px;
  align-items: center;
}

.logo img {
  /* margin-top: 20px; */
}

.xiala {
  display: flex;
  align-items: center;
}

.jingling {
  width: 12px;
  height: 6px;
  margin-left: 10px;
  background: url(../../image/jinling.png) -992px -87px no-repeat;
}

#kui_txt_calendar {

  font-size: 10px;
}

#kui_txt_calendar1 {
  font-size: 10px;
}

#txt_calendar {
  position: relative;
  background: #F7F8FA;
  border-radius: 2px;
  height: 40px;
  width: 270px;
  border: none;
  margin-left: 20px;
  text-indent: 20px;
}

#txt_calendar1 {
  position: relative;
  background: #F7F8FA;
  border-radius: 2px;
  height: 40px;
  width: 270px;
  border: none;
  margin-left: 20px;
  text-indent: 20px;
}

.sousuo {
  display: grid;
  grid-template-columns: 560px 66px;
}

.sousuo input {
  height: 36px;
  border: 1px solid #E80000 !important;
  text-indent: 1em;
}

.sousuo .search {
  line-height: 36px;
  text-align: center;
  background-color: #E80000;
  color: #fff;
}

.login {
  display: grid;
  /* height: 36px; */
  grid-template-columns: auto auto;
  grid-column-gap: 30px;
  align-items: center;
  justify-self: end;
}

.loginIn {
  width: 96px;
  height: 34px;
  line-height: 36px;
  border: 1px solid #E80000;
  color: #E80000;
  text-align: center;

}

.login_toux {
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
}

.login_toux img {
  /* width: 40px;
    height: 40px; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
}

/* 主体部分 */
.mainPart {
  position: relative;
  display: grid;
  background: #F7F8FA;
  padding-top: 82px;
  grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px);
}

.heatlistHead {
  display: none;
}

.heatlistHead:first-child {
  display: block;
}

.whiteBox {
  background: #F7F8FA;
  /* height: 3508px; */
  min-height: 1000px;
}

.rankingImg {
  width: 1200px;
  height: 260px;
  /* background: url(https://img.chooseauto.com.cn/rank/banner/rd.jpg) no-repeat;
  background-size: 100% 100%; */
  /*position: relative;*/
  position: sticky;
  /*top: 80px;*/
  z-index: 3;
}

.dongtaiImg {
  /* position: absolute;
  top: 0;
  right: 0; */
  /* right: 200px; */
  /* display: none; */
  position: relative;
}
.dongtaiImg .banner-icon {
    width: 200px;
    position: absolute;
    right: 204px;
    bottom: 122px;
    text-align: center;
}


.switchList {
  position: absolute;
  bottom: 20px;
  left: 88px;
  display: grid;
  grid-template-columns: repeat(9, auto);
  grid-column-gap: 33px;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.switchListItem {
  /* margin-right: 50px; */
  padding: 5px 10px;
  cursor: pointer;
}

.switchList .active {
  background: #FFFFFF;
  border-radius: 5px;
  color: #6613E1;
  font-weight: bold;
  /* padding: 5px 15px; */
}

/* 热度榜 */
.chooseCondition {
  height: 148px;
  background: #F7F8FA;
  padding-top: 20px;
  box-sizing: border-box;
  /*    position: sticky;
    top: 302px;*/
  z-index: 2;
}

.chooseheatType {
  display: flex;
  align-items: center;
}

.chooseheatType .active {
  background: #6613E1;
  color: #fff;
}

.chooseheatTypeItem {
    width: 58px;
    line-height: 22px;
    height: 30px;
  margin-right: 30px;
  padding: 4px 13px;
  background: #EDEDED;
  border-radius: 3px;
  cursor: pointer;
}

.timeinterval {
  margin-top: 20px;
}

.timeinterval select {
  border: none;
  outline: none;
  background: #F7F8FA;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  cursor: pointer;
}
.timeinterval select option {
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.ranklist_tit {
  margin-top: 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.rankingMainBox {
  display: grid;
  grid-template-columns: 830px 340px;
  grid-column-gap: 30px;
}

.rankingList {
  width: 830px;
  min-height: 1919px;
  background: #FFFFFF;
}

.rankingListEveryOne {
  height: 184px;
  display: flex;
  /* align-items: center; */
  padding: 30px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #EFEFEF;
}

.rankingNums {
  width: 70px;
  padding-top: 5px;
}

.rankingSale {
  padding-top: 5px;
}

.bofangPos {
  position: absolute;

  top: 100px;
  right: 5px;
}

.bofangPosBox {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.bofangDiv {
  width: 12px;
  height: 17px;
  margin-right: 4px;
  background: url(../../image/jinling.png) -882px -82px no-repeat;
}

.otherNums {
  margin-top: -5px;
  font-size: 22px;
  font-family: DIN-Blod;
  color: #ccc;
  text-align: center;
  width: 38px;
}

.otherNumsHot {
  margin-top: -5px;
  font-size: 22px;
  font-family: DIN-Blod;
  color: #ccc;
  line-height: 124px;
  margin-left: 14px;
}

.rankingListEveryOne_img {
  position: relative;
  /* margin-left: 32px; */
}

.rankingListEveryOne_img img {
  width: 220px;
  height: 124px;
  object-fit: cover;
}

.rankingListEveryOne_msg {
  /* align-self: flex-start;
    margin-top: 30px; */
  margin-left: 30px;
  width: 362px;
  height: 50px;
}

.rankingListEveryOne_msg_tit {
    line-height: 20px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rankingListEveryOne_msg_Num {
  margin: 12px 0;
  display: flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.rankingListEveryOne_msg_Num_pl {
  margin: 0 15px;
}

.rankingListEveryOne_msg_portrait {
  display: flex;
  align-items: center;
}

.rankingListEveryOne_msg_portrait img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.rankingListEveryOne_msg_portrait_tit {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 10px;
}

.rankingListEveryOne_num {
  align-self: flex-end;
  margin-left: 73px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #2B2929;
  font-size: 14px;
}

.fileImg {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(../../image/jinling.png) -1876px -410px no-repeat;
}

.firstImg {
  width: 37px;
  height: 42px;
  background: url(../../image/jinling.png) -1650px -397px no-repeat;
}

.secondImg {
  width: 37px;
  height: 42px;
  background: url(../../image/jinling.png) -1725px -397px no-repeat;
}

.thirdImg {
  width: 37px;
  height: 42px;
  background: url(../../image/jinling.png) -1801px -397px no-repeat;
}

.hidden {
  display: none;
}

.sousuoLisrt {}

.sousuotit {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.hotSsListItem {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 170px 150px;
  grid-column-gap: 20px;
  height: 96px;
}

.hotSsListItem_left img {
  width: 170px;
  height: 96px;
  object-fit: cover;
}
.hotSsListItem_left .replace-img img {
  width: 170px;
  height: 96px;
  object-fit: contain;
}

.hotSsListItem_right_tit {
line-height: 18px;
  height: 54px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hotSsListItem_right_msg {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

/* 作者榜 */
.chooseAuto {
  display: flex;
}

.chooseAuto .active {
  background: #6613E1;
  color: #fff;
}

.chooseAutoItem {
  width: 58px;
  height: 30px;
  line-height: 30px;
  background: #EFEFEF;
  border-radius: 3px;
  color: #2B2929;
  text-align: center;
  cursor: pointer;
}

.chooseAutoItem:last-child {
  margin-left: 30px;
}

.autoChooseTime {
  margin-top: 10px;
}

.autoChooseTime select {
  border: none;
  outline: none;
  background: #F7F8FA;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
}

.autolist_tit {
  margin-top: 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.autoMainBox {
  display: grid;
  grid-template-columns: 830px 340px;
  grid-column-gap: 30px;
}

.autoList {
  width: 830px;
  min-height: 1000px;
  background: #FFFFFF;
}

.autoMainZhu {
  margin-top: 20px;
}

.autoList {}

.autoListEveryOne {
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 180px;
  border-bottom: 1px solid #EFEFEF;
}

.autoranking {
  width: 37px;
  text-align: center;
}

.autoHead img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.autoHead {
  position: relative;
}

.authentication {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 80px;
  bottom: 4px;
  background: url(../../image/jinling.png) -523px -172px no-repeat;
}

.autoContent {
  /* margin-left: 30px;
    margin-right: 48px; */
}

.autoContent_name {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.autoContent_content {
  width: 293px;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.autofensi {
  text-align: center;
}

.autoActivity {
  text-align: center;
  /* margin-left: 32px; */
}

.autofensiNum, .autoActivityNum {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #E80000;
}

.autofensiname, .autoActivityname {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.autoBtn {
  width: 58px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background: #E80000;
  border-radius: 2px;
  cursor: pointer;
}

.shangOrxia {
  font-size: 10px;
  font-family: Helvetica;
  display: flex;
  text-align: center;
  justify-content: center;
  /* margin-left: 5px; */
}

.shangNum {
  color: #FF3535;
}

.xiaNum {
  color: #26AE00;
}

.hidden {
  display: none;
}

.otherAutoNums {
  font-size: 18px;
  color: #ccc;
}

.shengjImg {
  width: 10px;
  height: 13px;
  background: url(../../image/jinling.png) -1335px -84px no-repeat;
}

.xiaImg {
  width: 10px;
  height: 13px;
  background: url(../../image/jinling.png) -1407px -84px no-repeat;
}

.nochangeImg {
  width: 10px;
  height: 13px;
  background: url(../../image/jinling.png) -1478px -84px no-repeat;
}

.recommendedAuthor_tit {
  /* margin-top: -42px; */
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.recommendedAuthor_list {
  margin-top: 15px;
  width: 340px;
  height: 1070px;
  background: #FFFFFF;
  padding: 30px 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: repeat(10, auto);
}

.recommendedAuthor_list_img {
  position: relative;
}

.recommendedAuthor_list_img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.rankingListEveryOne_img .replace-img img {
    width: 220px;
    height: 124px;
    object-fit: contain;
}
.gou {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 54px;
  bottom: 4px;
  background: url(../../image/jinling.png) -523px -172px no-repeat;
}

.recommendedAuthor_list_content {
  width: 120px;
}

.recommendedAuthor_list_content_tit {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2929;
  margin-bottom: 15px;
}

.recommendedAuthor_list_content_msg {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.bijiNums, .peoppleNums {
  display: flex;
  align-items: center;
}

.bijiNumsIcon {
  margin-right: 7px;
  width: 18px;
  height: 18px;
  background: url(../../image/jinling.png) -355px -173px no-repeat;
}

.peoppleNumsIcon {
  margin-left: 10px;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  background: url(../../image/jinling.png) -430px -171px no-repeat;
}

.reAuto_list_every {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommendedAuthor_list_content_btn {
  width: 58px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #E80000;
  border-radius: 2px;
}

/* 话题榜 */
.conversationMain_tit {

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  background: #F7F8FA;
  /*    position:sticky;*/
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  top: 302px;
  z-index: 2;
}

.conversationMain_list {
  width: 830px;
  min-height: 1679px;
  background: #FFFFFF;
}

.conversationMain_list_item {
  height: 180px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
}

.conversationMain_list_item_num {
  width: 37px;
}

.conversationMain_list_item_nums {
  text-align: center;
}

.conversationMain_list_item_img {
  margin: 0 35px;
}

.conversationMain_list_item_img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
span.replace-img img {
    object-fit: contain;
}

.conversationMain_list_item_content_tit {
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.conversationMain_list_item_content_num {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
}

/* 车圈榜 */
.carchooseitemOne {
  display: flex;
  align-items: center;
}

.carchooseitemOne .active {
  background-color: #6613E1;
  color: #fff;
}

.carChoose {
  height: 148px;
  background: #F7F8FA;
  padding-top: 20px;
  box-sizing: border-box;
  /*    position: sticky;
    top: 302px;*/
  z-index: 2;
}

.salesVolumemainChoose {
  /*position: sticky;*/
  padding-top: 20px;
  box-sizing: border-box;
  /*top: 302px;*/
  z-index: 2;
  height: 148px;
  background: #F7F8FA;
}

.carchooseitemtype:last-child {
  margin-left: 30px;
}

.carchooseitemTwo {
  margin-top: 20px;
}

.carchooseitem .active {
  background: #E80000;
  color: #fff;
}

.carchooseitemtype {
  width: 58px;
  height: 30px;
  line-height: 30px;
  color: #2B2929;
  text-align: center;
  background: #EFEFEF;
  border-radius: 3px;
}

.carchooseitemTwo select {
  border: none;
  outline: none;
  background: #F7F8FA;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
}

.carquan_tit {
  margin-top: 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.carquanList {
  display: grid;
  grid-template-columns: 830px 340px;
  grid-column-gap: 30px;
}

.carquan_list_main {
  width: 830px;
  min-height: 1529px;
  background: #FFFFFF;
}

.carquan_list_main_every {
  height: 145px;
  display: flex;
  padding: 0 20px;
  border-bottom: 1px solid #EFEFEF;
  align-items: center;
  justify-content: space-between;
}

.carquan_list_main_every_num {
  width: 37px;
  text-align: center;
}

/* .carquan_list_main_every_nums{
    width: 37px;
} */
.carquan_list_main_every_img img {
  width: 183px;
  height: 84px;
  object-fit: contain;
}

.carquan_list_hot {
  width: 340px;
  /* height: 780px; */
  /* background: #FFFFFF; */
}

.carquan_list_main_every_msg_name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2929;
}

.carquan_list_main_every_msg {
  width: 428px;
}

.carquan_list_main_every_msg_people {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.carquan_list_main_every_msg_people_third {
  display: flex;
  align-items: center;
  position: relative;
  width: 50px;
}

.carquan_list_main_every_msg_people_third img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.carquan_list_main_every_msg_people_third img:nth-child(2) {

  margin-left:-10px;
}
.carquan_list_main_every_msg_people_third img:nth-child(3) {

  margin-left:-10px;
}

.carquan_list_main_every_msg_people_sum {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  margin-left: 36px;
}

.carquan_list_main_every_msg_people_sum span {
  color: #E80000;
}

.carquan_list_main_every_hot {
  display: flex;
  align-items: center;
  margin-top: 36px;
}

.carquan_list_hot_tit {
  /* margin-top: -42px; */
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.carquan_list_hot_list {
  margin-top: 15px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 800px;
  background: #FFFFFF;

}

.carquan_list_hot_list_every {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.carquan_list_hot_list_img img {
  width: 80px;
  height: 45px;
  object-fit: cover;
}
.carquan_list_hot_list_img .replace-img img {
  width: 80px;
  height: 45px;
  object-fit: contain;
}
.carquan_list_hot_list_content {
  width: 140px;
}

.carquan_list_hot_list_content_name {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2929;
  margin-bottom: 6px;
}

.carquan_list_hot_list_content_tit {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.carquan_list_hot_list_btn_jiaru {
  width: auto;
  padding: 0px 6px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #E80000;
  border-radius: 2px;
  cursor: pointer;
}

.carquan_list_hot_list_btn_weijiaru {
  width: 64px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #999999;
  background: #F7F8FA;
  border-radius: 2px;
  cursor: pointer;
}

/* 销量榜 */
.chooseSalesOne {
  /* margin-top: 20px; */
  display: flex;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
}

.chooseSalesOne .active {
  background: #6613E1;
  color: #fff;
}

.chooseSalesItem {
  min-width: 72px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2B2929;
  background: #EFEFEF;
  border-radius: 3px;
  /* margin-right: 30px; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
}

/* .saleType .active{
    background-color: #E80000;
    color: #ffffff;
} */
.screen_select_img {
  display: inline-block;
  width: 10px;
  height: 10px;
  /* margin-top: 10px; */
  margin-left: 4px;
  margin-right: 4px;
  background: url(../../image/jinling.png) no-repeat;
  background-position: -893px -793px;
}

.chooseSalesTwo {
  width: 400px;
  margin-top: 20px;
  display: grid;
  align-items: center;
  cursor: pointer;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 30px;
}

#chooseSaless {
  width: 540px;
  grid-template-columns: repeat(5, auto);
}

#choosekeepTwo {
  width: 260px;
  grid-template-columns: repeat(3, auto);
}

.chooseSalesTwoTime select {
  border: none;
  outline: none;
  background: #F7F8FA;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  cursor: pointer;
}

.chooseSalesTwoitem {
  /* margin-left: 42px; */
  padding: 7px 0px;
}

.kbjiagepos {
  /* margin-right: 42px; */
}

.choosewordmouthTwoitem {
  /* margin-right: 42px; */
  padding: 7px 0px;
}
/* .choosewordmouthTwoitem span:hover {
    background-color: #FACCCC;
} */

.sales_tit {
  margin-top: 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.salesMain {
  display: grid;
  grid-template-columns: 830px 340px;
  grid-column-gap: 30px;
}

.salesMain_left_list {
  /* margin-top: 20px; */
  width: 830px;
  min-height: 1527px;
  background: #FFFFFF;
}

.salesMain_left_list_every {
  height: 145px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sales_Nums {
  width: 37px;
  text-align: center;
}

.keepv_Nums {
  width: 37px;
  text-align: center;
  font-size: 22px;
  font-family: DIN-Blod;
  color: #ccc;
}

.keepv_Index, .sales_Index {
    font-size: 22px;
  font-family: DIN-Blod;
  color: #ccc;  
}

.sales_Img img {
  width: 153px;
  height: 88px;
  object-fit: cover;
}

.sales_content {
  width: 420px;
}

.sales_content_name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2929;
}

.sales_content_name span {
  margin-left: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.sales_content_price {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
  margin: 5px 0;
}

.sales_btns {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.sale_peizhi {
  cursor: pointer;
  width: 58px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #2B2929;
  border-radius: 2px;
  border: 1px solid #999999;
}

.sale_carquan {
  width: 58px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #2B2929;
  border-radius: 2px;
  border: 1px solid #999999;
  margin-left: 20px;
  cursor: pointer;
}

.history_sales {
  text-align: center;
}

.hideSaleBox {
  height: 302px;
  display: grid;
  padding: 0 20px 0 50px;
  grid-template-columns: 375px 375px;
  grid-column-gap: 15px;
  border-bottom: 1px solid #EFEFEF;
  /* background: rgba(0,120,147,0.15); */
}

.hideSaleBoxL {
  /* background: #ccc; */
}

.hideSaleBoxR {
  /* background: yellowgreen; */
}
.sales_echarts {
  height: 220px;
  width: 375px;
}

#salesEchart {
  height: 220px;
  width: 375px;
  /* padding: 10px 25px 0 25px; 
    box-sizing: border-box; */
}

#paihEchart {
  height: 220px;
  width: 375px;
}

.HedgingBox {
  height: 280px;
  background: rgba(0, 120, 18, 0.15);
}

.salesMain_right_list {}

.salesMain_right_list_tit {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.salesMain_title {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.salesMain_allbang {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.newenergyList {
  margin-top: 15px;
  width: 340px;
  height: 400px;
  background: #FFFFFF;
  padding: 10px 20px 10px 15px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: repeat(5, auto);
}

.newenergyList_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newenergyListItem_num1 {
  width: 34px;
  height: 34px;
  background: url(../../image/jinling.png) -1592px -483px no-repeat;
}

.newenergyListItem_num2 {
  width: 34px;
  height: 34px;
  background: url(../../image/jinling.png) -1664px -483px no-repeat;
}

.newenergyListItem_num3 {
  width: 34px;
  height: 34px;
  background: url(../../image/jinling.png) -1739px -483px no-repeat;
}

.newenergyListItem_num4 {
  width: 34px;
  height: 34px;
  background: url(../../image/jinling.png) -1814px -483px no-repeat;
}

.newenergyListItem_num5 {
  width: 34px;
  height: 34px;
  background: url(../../image/jinling.png) -1886px -483px no-repeat;
}

.newenergyListItem_content {
  width: 165px;
}

.newenergyListItem_content_name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2929;
  margin-bottom: 6px;
}

.newenergyListItem_content_price {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
}

.newenergyListItem_score {
  text-align: center;
}

.newenergyListItem_score_num {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  text-align: right;
}

.newenergyListItem_score_evaluate {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.hotcar_title {
  margin: 30px 0 20px 0;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.hotCar {
  width: 340px;
  height: 548px;
  background: #FFFFFF;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: repeat(5, 84px);
  grid-row-gap: 20px;

}

.hotCarItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotCarItem_img img {
  width: 153px;
  height: 84px;
  object-fit: cover;
}

.hotCarItem_msg {
  display: grid;
  grid-template-rows: auto auto;
  justify-items: end;
}

.hotCarItem_msg_name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2929;
  margin-bottom: 6px;
}

.hotCarItem_msg_price {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
}

/* 口碑榜 */
.wordmouthMain {
  display: grid;
  grid-template-columns: 830px 340px;
  grid-column-gap: 30px;
}

.wordMain_left_list {
  /* margin-top: 20px; */
  width: 830px;
  min-height: 1527px;
  background: #FFFFFF;
}

.history_word {
  text-align: center;
}

.history_word_num {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.history_word_tit {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
}

/* 升降榜 */
.liftinghMain {
  display: grid;
  grid-template-columns: 830px 340px;
  grid-column-gap: 30px;
}

.liftinghMain_left_list {
  /* margin-top: 20px; */
  width: 830px;
  min-height: 1527px;
  background: #FFFFFF;
}

.maxliftingh_msg {
  text-align: end;
  width: 290px;
}

.maxliftingh_msglow {
  text-align: end;
  width: 320px;
  overflow: hidden;
}

.maxliftingh_msg_num {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2B2929;
}

.maxliftingh_msg_baifb {
  margin-top: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.maxliftingh_msg_tit {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
}

.liftingh_content {
  width: 290px;
}

.liftingh_contentlow {
  width: 260px;
}

.newenergyList_lifting {
  margin-top: 15px;
  width: 340px;
  height: 400px;
  background: #FFFFFF;
  padding: 30px 20px 30px 15px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: repeat(5, auto);
}

.newenergyListItem_content_baifb {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.pinpaiItemTit {
  position: relative;
  cursor: pointer;
}

.kbpinpaiItemTit {
  position: relative;
  cursor: pointer;
}

.pinpaiBox {
  display: none;
  z-index: 100;
  position: absolute;
  top: 322px;
  left: 340px;
  width: 234px;
  height: 606px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 0px 0px 2px 2px;
}

.chooseXiaBox {
  display: grid;
  width: 242px;
  height: 600px;
  background: #FFFFFF;
  grid-template-columns: 55px 1px calc(100% - 56px);
}

.chooseXiaBoxkb {
  display: grid;
  width: 242px;
  height: 600px;
  background: #FFFFFF;
  grid-template-columns: 55px 1px calc(100% - 56px);
}

.chooseXiaBox_zimu, .chooseXiaBox_zimukb {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  display: grid;
  grid-template-rows: repeat(26, 22px);
  justify-items: center;
  cursor: pointer;
}

.chooseXiaBox_zimu .active, .chooseXiaBox_zimukb .active {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #E80000;
  color: #fff;
  border-radius: 2px;
}

.chooseXiaBox_line {
  height: 100%;
  border: 1px solid #EFEFEF;
}

.chooseXiaBox_List, .chooseXiaBox_Listkb {
  padding: 12px 0 0 0;
  /* height: 100%; */
  box-sizing: border-box;
  overflow: auto;
}

.chooseXiaBox_List_name {
  background: #F7F8FA;
  width: 169px;
  height: 36px;
  line-height: 36px;
  text-indent: 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.chooseXiaBox_List_items div {
  margin-top: 6px;
  text-indent: 15px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
}

/* 关于我们 */
.aboutUs {
  display: grid;
  background: #F7F8FA;
  padding-top: 30px;
  padding-bottom: 30px;
  grid-template-columns: calc(50% - 800px) 1600px calc(50% - 800px);
}

.lines {
  width: 1600px;
  border: 1px solid #EFEFEF;
  margin-top: 102px;
}

.abooutusMsg {
  display: grid;
  margin-top: 38px;
  padding-left: 150px;
  grid-template-columns: 496px 1px auto 1px auto;
  color: #999999;
  grid-column-gap: 30px;
  align-items: center;
  font-size: 16px;
}

.oneLine {
  height: 18px;
  border: 1px solid #999999;
}

.abooutusMsgitem {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-items: center;
}

.abooutusMsgitemT {
  /* display: grid;
    grid-template-rows: repeat(2,); */
}

/* 底部 */
.graphicDetails .footer {
  /* margin-top:20px; */
  width: 100%;
  height: 110px;
  background: #343434;

}

.footerCenter {
  display: grid;
  justify-content: center;
  padding: 30px 0;
  color: #FFFFFF;
  font-size: 14px;
  box-sizing: border-box;
}

.companyMsg {
  display: grid;
  width: 805px;
  align-items: center;
  grid-template-columns: auto 1px auto 1px auto 1px auto;
  font-size: 14px;
  grid-column-gap: 6px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.shuLine {
  height: 14px;
  width: 1px;
  background-color: #ffffff;
}

.policeMsg {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 10px;
  margin-top: 10px;
  /* width: 230px; */
  justify-content: center;
}

.policeIcon {
  width: 20px;
  height: 20px;
  /* background-color: #E80000; */
  background: url(../../image/jinling.png) -1568px -81px no-repeat;
}


.topBtn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 220px;
  z-index: 99;
  background: url(../../image/jinling.png) -634px -385px no-repeat;
}

.aiRobot {
  width: auto;
  height: auto;
  /* background: #FFFFFF; */
  position: fixed;
  top: 800px;
  right: 14px;
  text-align: center;
}

.aiRobotImg {
  width: 52px;
  height: 55px;
  /* background: url(../../image/jinling.png) -600px -500px no-repeat; */
  background: url(../../image/jinling.png) -628px -504px no-repeat;
}

/* 左侧导航 */
.navigationLeft {
  width: 80px;
  height: 414px;
  background: #ffffff;
  border-radius: 0px 0px 2px 2px;
  position: fixed;
  box-sizing: border-box;
  top: 80px;
  left: calc(50% - 600px);
  margin-left: -100px;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  /* align-items: center;
    justify-items: center; */
  align-content: center;
}

.navItem {
  display: grid;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}

.navigationLeft .active {
  background: #E80000;
  color: #ffffff;
}

/* 首页图标 */
.navImgSelect1 {
  width: 26px;
  justify-self: center;
  height: 22px;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  background: url(../../image/jinling.png) no-repeat;
  background-position: -173px -404px;
}

/* 车圈图标 */
.navImgSelect2 {
  height: 22px;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  background: url(../../image/jinling.png) no-repeat;
  background-position: -248px -404px;
}

/* 选车图标 */
.navImgSelect3 {
  width: 24px;
  justify-self: center;
  height: 22px;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  background: url(../../image/jinling.png) no-repeat;
  background-position: -340px -404px;
}

/* 销量图标 */
.navImgSelect4 {
  width: 26px;
  justify-self: center;
  height: 22px;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  background: url(../../image/jinling.png) no-repeat;
  background-position: -432px -404px;
}

/* 销量图标 */
.navImgSelect5 {
  width: 22px;
  justify-self: center;
  height: 22px;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  background: url(../../image/jinling.png) no-repeat;
  background-position: -537px -300px;
}

/* 手机图标 */
.navImgNOSelect6 {
  width: 20px;
  height: 28px;
  justify-self: center;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  background: url(../../image/jinling.png) -624px -276px no-repeat;
}

.history_sales_tit {
  cursor: pointer;
}

.keepvalue_tit {
  cursor: pointer;
}

.sales_bijiao {
  display: flex;
  padding: 15px 0px 5px 25px;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.echartsSum {
  font-weight: 700;
}

.lastMonth {
  font-size: 12px;
  color: #999999;
}

.NoNum, .NoNum1 {
  font-weight: 700;
}

/* .sales_tits{
    display: flex;
    padding: 0px 50px;
    box-sizing: border-box;
    justify-content: space-between; 
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999; 
} */
.top_num, .top_num1 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #26AE00;
  ;
}

.echart_top_img1 {
  display: inline-block;
  width: 8px;
  height: 7px;
  margin-left: 5px;
  background: url(../../image/jinling.png) -1408px -86px no-repeat;
}

.echart_top_img2 {
  width: 8px;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  background: url(../../image/jinling.png) -1337px -87px no-repeat;
}

.echart_top_img3 {
  display: inline-block;
  width: 8px;
  height: 7px;
  margin-left: 5px;
  background: url(../../image/jinling.png) -1480px -86px no-repeat;
}

.echarts_tit {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #626C83;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
}

/* 定位盒子 */
/* 销量榜 */
.posBox {
  position: relative;
  margin-right: 30px;
}

.poskbBox {
  position: relative;
  margin-right: 30px;
}

.poskeepvBox {
  position: relative;
  margin-right: 30px;
}

.posxhBox {
  position: relative;
  margin-right: 30px;
}

.poslowBox {
  position: relative;
  margin-right: 30px;
}

.pinpaiItem {
  cursor: pointer;
}

.keepvxiaBox {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 239px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  text-indent: 10px;
  z-index: 100;
  display: none;
}

.keepvxiaBox div {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.keepvxiaBox .active {
  background-color: #FACCCC;
  color: #2B2929;
}

.vhxiaBox {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 239px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  text-indent: 10px;
  z-index: 100;
  display: none;
}

.vhxiaBox div {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.vhxiaBox .active {
  background-color: #FACCCC;
  color: #2B2929;
}

.carxiaBox {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 239px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  text-indent: 10px;
  z-index: 100;
  display: none;
}

.carxiaBox div {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.carxiaBox div:hover {
  background-color: #FACCCC;
  color: #2B2929;
}

.kbxiaBox div:hover {
  background-color: #FACCCC;
  color: #2B2929;
}

.lowxiaBox div:hover {
  background-color: #FACCCC;
  color: #2B2929;
}

.keepvxiaBox div:hover {
  background-color: #FACCCC;
  color: #2B2929;
}

.vhxiaBox div:hover {
  background-color: #FACCCC;
  color: #2B2929;
}

.carxiaBox .active {
  background-color: #FACCCC;
  color: #2B2929;
}

.lowxiaBox {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 239px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  text-indent: 10px;
  z-index: 100;
  display: none;
}

.lowxiaBox div {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.lowxiaBox .active {
  background-color: #FACCCC;
  color: #2B2929;
}

.kbxiaBox {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 239px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  text-indent: 10px;
  z-index: 100;
  display: none;
}

.kbxiaBox div {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.kbxiaBox .active {
  background-color: #FACCCC;
  color: #2B2929;
}

.priceBoxPos {
  position: relative;
}

.priceBoxPoskeep {
  position: relative;
}

.priceBoxPosxh {
  position: relative;
}

.priceBoxPoslow {
  position: relative;
}

.pricechooseBox {
  position: absolute;
  top: 30px;
  left: 0;
  width: 376px;
  min-height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  padding: 20px 12px;
  box-sizing: border-box;
  display: none;
}

.kbpricechooseBox {
  position: absolute;
  top: 30px;
  left: 0;
  width: 376px;
  min-height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  padding: 20px 12px;
  box-sizing: border-box;
  display: none;
}

.keepvpricechooseBox {
  position: absolute;
  top: 30px;
  left: 0;
  width: 376px;
  min-height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  padding: 20px 12px;
  box-sizing: border-box;
  display: none;
}

.xhpricechooseBox {
  position: absolute;
  top: 30px;
  left: 0;
  width: 376px;
  min-height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  padding: 20px 12px;
  box-sizing: border-box;
  display: none;
}

.lowpricechooseBox {
  position: absolute;
  top: 30px;
  left: 0;
  width: 376px;
  min-height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
  padding: 20px 12px;
  box-sizing: border-box;
  display: none;
}

.pricechooseBox_danjia {
  /* display: grid;
    grid-template-columns: repeat(3,80px);
    grid-column-gap: 60px;
    grid-row-gap: 20px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.kbpricechooseBox_danjia {
  /* display: grid;
    grid-template-columns: repeat(3,80px);
    grid-column-gap: 60px;
    grid-row-gap: 20px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.keepvpricechooseBox_danjia {
  /* display: grid;
    grid-template-columns: repeat(3,80px);
    grid-column-gap: 60px;
    grid-row-gap: 20px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.xhpricechooseBox_danjia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.lowpricechooseBox_danjia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.pricesItem {
  padding: 5px 8px;
  width: 85px;
  margin-bottom: 20px;
}

.kbpricesItem {
  padding: 5px 8px;
  width: 85px;
  margin-bottom: 20px;
}

.keepvpricesItem {
  padding: 5px 8px;
  width: 85px;
  margin-bottom: 20px;
}

.lowpricesItem {
  padding: 5px 8px;
  width: 85px;
  margin-bottom: 20px;
}

.xhpricesItem {
  padding: 5px 8px;
  width: 85px;
  margin-bottom: 20px;
}

.pricechooseBox_danjia .active {
  background-color: #FACCCC;
}

.lowpricechooseBox_danjia .active {
  background-color: #FACCCC;
}

.kbpricechooseBox_danjia .active {
  background-color: #FACCCC;
}

.keepvpricechooseBox_danjia .active {
  background-color: #FACCCC;
}

.xhpricechooseBox_danjia .active {
  background-color: #FACCCC;
}
.salespricesectionTit {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  margin-top: 15px;
  margin-left: 8px;
}

.salespricesectionTit span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
  margin-left: 20px;
}
.pricesectionTit {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  margin-top: 15px;
  margin-left: 8px;
}

.pricesectionTit span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
  margin-left: 20px;
}

.baozhiValue {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  margin-top: 15px;
  margin-left: 8px;
}

.baozhiValue span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
  margin-left: 20px;
}

.lowPriceValue {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  margin-top: 15px;
  margin-left: 8px;
}

.lowPriceValue span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
  margin-left: 20px;
}

.xuhangValue {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
  margin-top: 15px;
  margin-left: 8px;
}

.xuhangValue span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E80000;
  margin-left: 20px;
}

.pricechooseBox_button {
  text-align: center;
  display: flex;
  justify-content: center;
}

.pricechooseBox_btn, .xlpricechooseBox_btn {

  width: 336px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #E80000;
  border-radius: 5px;
  color: #fff;
}

.kbpricechooseBox_btn {

  width: 336px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #E80000;
  border-radius: 5px;
  color: #fff;
}

.keepvpricechooseBox_btn {

  width: 336px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #E80000;
  border-radius: 5px;
  color: #fff;
}

.lowpricechooseBox_btn {

  width: 336px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #E80000;
  border-radius: 5px;
  color: #fff;
}

.xhpricechooseBox_btn {

  width: 336px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #E80000;
  border-radius: 5px;
  color: #fff;
}

.countoryBoxPos {
  position: relative;
}

.kbcountoryBoxPos {
  position: relative;
}

.keepvcountoryBoxPos {
  position: relative;
}

.xhcountoryBoxPos {
  position: relative;
}

.countoryGuo {
  display: none;
  position: absolute;
  top: 30px;
  width: 60px;
  min-height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.countoryGuo .active {
  background-color: #FACCCC;
}

.countoryGuo div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.countoryGuo div:hover {
  background-color: #FACCCC;
}

.kbcountoryGuo {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 60px;
  min-height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.kbcountoryGuo .active {
  background-color: #FACCCC;
}
.kbcountoryGuo div:hover {
    background-color: #FACCCC;
}

.kbcountoryGuo div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.keepvcountoryGuo {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 60px;
  min-height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.keepvcountoryGuo .active {
  background-color: #FACCCC;
}
.keepvcountoryGuo div:hover {
    background-color: #FACCCC;
}

.keepvcountoryGuo div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.xhcountoryGuo {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 60px;
  min-height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.xhcountoryGuo .active {
  background-color: #FACCCC;
}
.xhcountoryGuo div:hover {
    background-color: #FACCCC;
}

.xhcountoryGuo div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.nengyuanPos, .nengyuanPoskb, .nengyuanPoslow {
  position: relative;
}

.nengyBox {
  display: none;
  position: absolute;
  top: 30px;
  width: 80px;
  text-align: center;
  min-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.nengyBox div {
  height: 30px;
  line-height: 30px;
}

.nengyBox .active {
  background-color: #FACCCC;
}
.nengyBox div:hover {
    background-color: #FACCCC;
}

.nengyBoxkb {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 80px;
  text-align: center;
  min-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.nengyBoxkb div {
  height: 30px;
  line-height: 30px;
}

.nengyBoxkb .active {
  background-color: #FACCCC;
}
.nengyBoxkb div:hover {
    background-color: #FACCCC;
}

.nengyBoxlow {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 80px;
  text-align: center;
  min-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.nengyBoxlow div {
  height: 30px;
  line-height: 30px;
}

.nengyBoxlow .active {
  background-color: #FACCCC;
}
.nengyBoxlow div:hover {
    background-color: #FACCCC;
}

.keepEcharts {
  width: 100%;
  height: 280px;
  border-bottom: 1px solid #EFEFEF;
}

.keepEchart {
  height: 250px;
  width: 100%;
  /* margin-left: 232px; */
}

.keepCankao {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #626C83;
  padding-right: 32px;
    justify-content: flex-end;
    display: flex;
}

.xhnenghTypePos {
  position: relative;
}

.xhnenghTypeBox {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 120px;
  text-align: center;
  min-height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 1);
  border-radius: 3px;
}

.xhnenghTypeBox div {
  height: 30px;
  line-height: 30px;
}

.xhnenghTypeBox .active {
  background-color: #FACCCC;
}
.xhnenghTypeBox div:hover {
    background-color: #FACCCC;
}

.cityPos {
  position: relative;
}

.cityBox {
  position: absolute;
  top: 30px;
  left: 0;
  width: 506px;
  /* height: 638px; */
  height: 582px;
  background: #FFFFFF;
  display: none;
  box-shadow: 0px 0px 7px -2px #A1A1A1;
}

.cityBoxClose {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
  background: url(../../image/jinling.png) -790px -698px no-repeat;
}

.cityBoxDiv {
  padding: 15px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 54px 1px 450px;
}

.letter {
  padding-top: 35px;
  text-align: center;
  display: grid;
  justify-content: center;
  line-height: 22px;
  grid-template-rows: repeat(27, 22px);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2929;
}

.letter .active {
  width: 22px;
  height: 22px;
  background: #E80000;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}

.lineCity {
  width: 1px;
  /* height: 616px; */
  height: 554px;
  background: #EFEFEF;
}

.inputDiv {
  height: 36px;
  line-height: 36px;
  padding-left: 14px;
}

.inputCity {
  width: 320px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #999999;
  text-indent: 1em;
}

.chooseDiv {
  margin-top: 15px;
  height: 550px;
  overflow: auto;
  background: #F7F8FA;
}

.letterDiv {
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #2B2929;
  font-size: 16px;
  padding-left: 15px;
}

.cities {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  min-height: 43px;
  padding: 15px 0 15px 13px;
  box-sizing: border-box;
  /* display: grid;
    grid-template-columns: repeat(7,auto);
    grid-column-gap: 30px; */
}

.cities div {
  width: auto;
  /* margin-right: 30px; */
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.searchCity {
  display: none;
  margin-top: 15px;
  height: 550px;
  overflow: auto;
  background: #F7F8FA;
  /* display: grid;
    grid-template-columns: repeat(7,auto);
    grid-column-gap: 30px; */
}

.searchCityBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  min-height: 43px;
  padding: 15px 0 15px 13px;
  box-sizing: border-box;
}

.searchCity div {
  width: auto;
  /* margin-right: 30px; */
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.searchCity .active {
  background: #e80000;
  color: #fff;
}

.cities .active {
  background: #e80000;
  color: #fff;
}
.home-mini-nav {
    width: 80px;
    height: auto;
    position: fixed;
    top: 90px;
    left: 50%;
    margin-left: -700px;
    background-color: #fff;
    z-index: 99;
}