/* -----------------------------公共部分--------------------------- */
html {
  box-sizing: border-box;
  background-color: #fff;
}
body {
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
}
.footer {
  height: auto;
}
ul,
ol {
  list-style: none;
}
.bearNavContainer {
  color: #999999;
  font-size: 14px;
  width: 100%;
  height: 60px;
  z-index: 2;
  transition: top 0.5s ease 0.1s;
  font-weight: 600;
  margin-left: 5px;
  position: absolute;
}
.bearNavGroup span {
  height: 60px;
  line-height: 60px;
}
.bearNavGroup a {
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  color: #999999;
}
.bearNavContainer .curItem {
  color: #bcbcbc;
  font-weight: bold;
}
.bearNavGroup a:hover {
  color: rgba(16, 220, 255);
}
.swiper-slide.delete {
  max-width: 0 !important;
  margin-right: 0 !important;
  transition: all 0.3s !important;
  overflow: hidden;
}
.swiper-button-lock {
  display: block;
}
.icon-add:before {
  float: right;
}
.icon-minus:before {
  float: right;
}
.main .top .content {
  position: relative;
}
@media (min-width: 801px) {
  /* .container .swiper-slide {
        max-width: 443px;
    } */
  .main {
    width: 100%;
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
    transition: transform 0.8s ease 0.1s;
  }
  .main .top {
    width: 100%;
    height: 235px;
    position: relative;
    /* background-color: #000; */
    margin-top: 80px;
    background: url(http://www.118nft.com/static/images/carCompare/banner_03.png) no-repeat center;
    background-size: cover;
  }
  .main .top .content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .main .top .title {
    display: inline-block;
    line-height: 235px;
    padding-top: 4px;
    font-size: 52px;
    font-family: FZLanTingHei-DB-GBK;
    color: #fff;
    box-sizing: border-box;
  }
  .main .top .carSeries {
    font-size: 28px;
  }
  .main .top .car {
    width: 392px;
    position: absolute;
    top: 96px;
    right: 65px;
  }
  .container {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    min-height: 40vh;
    margin-bottom: 100px;
  }
  .container > .content {
    width: 100%;
    margin-top: 120px;
  }
  .container > .content .bar {
    width: 100%;
    height: 48px;
    border-bottom: solid 1px #DFDFDF;
    box-sizing: border-box;
  }
  .container > .content .bar .icons {
    float: left;
  }
  .container > .content .bar .icons .item {
    display: flex;
    line-height: 18px;
    font-size: 18px;
    font-family: FZLanTingHei-R-GBK;
    color: #0C0C0C;
    float: left;
    margin-right: 35px;
  }
  .container > .content .bar .icons .item .i {
    margin-right: 10px;
    font-size: 16px;
    transform: scale(0.5);
    transform-origin: center;
  }
  .container > .content .bar .hideItem {
    line-height: 18px;
    font-size: 18px;
    font-family: FZLanTingHei-R-GBK;
    color: #999;
    float: right;
    cursor: pointer;
  }
  .container .models {
    width: 100%;
    height: 136px;
    padding-top: 30px;
    position: relative;
    box-sizing: content-box;
    margin-bottom: 6px;
    z-index: 2;
  }
  .container .carParams {
    position: relative;
    z-index: 1;
  }
  .models .btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 0;
    z-index: 3;
    font-size: 22px;
  }
  .models .btn:focus {
    outline: none;
  }
  .models .btn.swiper-button-disabled {
    background-color: #e5e5e5;
    cursor: no-drop;
  }
  .models .btn.prev {
    transform: rotate(180deg);
    right: initial;
    left: 230px;
  }
  .models .text {
    width: 160px;
    float: left;
    margin-left: 24px;
  }
  .models .text p {
    line-height: 50px;
    text-align: left;
    font-size: 24px;
    font-family: FZLanTingHei-R-GBK;
    color: #0C0C0C;
    margin-bottom: 6px;
    font-weight: bold;
  }
  .models .selectModel {
    /* float: left; */
    /* margin-left: 90px; */
    height: 150px;
    overflow-x: hidden;
    position: absolute;
    left: 310px;
    top: 30px;
    /* padding: 0 4px; */
    z-index: 2;
  }
  .models .selectModel .swiper1 {
    width: 910px;
  }
  .models .selectModel .m {
    width: 443px;
    float: left;
    transition: all 0.3s;
    margin-left: 0;
  }
  .models .selectModel .m.delete {
    width: 1px;
    overflow: hidden;
  }
  .models .selectModel .mm {
    width: 443px;
    height: 50px;
    position: relative;
    cursor: pointer;
  }
  .models .selectModel .mm .input {
    line-height: 48px;
    padding-left: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    opacity: 0.8;
  }
  .models .selectModel .mm .input .name {
    color: #0c0c0c;
    font-weight: bold;
    font-size: 20px;
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .models .selectModel .mm .input > span {
    width: 56px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    transform: rotate(90deg);
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: -1;
  }
  .models .selectModel .mm .dropContent {
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
  }
  .models .selectModel .mm .dropContent .item {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .models .selectModel .mm .dropContent .item.active {
    color: #000;
  }
  .models .selectModel .mm.c-open .dropContent {
    max-height: 200px;
    overflow-y: auto;
  }
  .models .selectModel .mm.c-open .dropContent::-webkit-scrollbar {
    width: 3px;
    background-color: #666666;
    height: 90%;
  }
  .models .selectModel .mm.c-open .dropContent::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #b5b5b5;
  }
  .models .selectModel .price {
    width: 400px;
    margin-top: 23px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #000;
  }
  .models .selectModel .price .p {
    line-height: 18px;
    font-size: 20px;
    font-family: FZLanTingHei-R-GBK;
    float: left;
    font-weight: bold;
  }
  .models .selectModel .price .p > span {
    margin-right: 5px;
  }
  .models .selectModel .price .iconfont {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 50%;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    transform: scale(0.7);
    transform-origin: center top;
    display: none;
  }
  .carParams .section {
    width: 100%;
    height: auto;
    max-height: 83px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .carParams .section.active {
    max-height: 2000px;
  }
  .carParams .section .title {
    width: 100%;
    height: 83px;
    border-bottom: solid 1px #DFDFDF;
    line-height: 83px;
    font-size: 24px;
    font-family: FZLanTingHei-DB-GBK;
    color: #0C0C0C;
    box-sizing: border-box;
    padding-left: 22px;
    position: relative;
  }
  .carParams .section .title p {
    float: left;
  }
  .carParams .section .title .iconfont {
    width: 30px;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    float: right;
    margin-right: 6px;
    cursor: pointer;
    padding-top: 28px;
    padding-bottom: 28px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .carParams .section .title .icon-minus {
    display: none;
  }
  .carParams .section.active .title .icon-minus {
    display: block;
  }
  .carParams .section.active .title .icon-add {
    display: none;
  }
  .carParams .section .content {
    position: relative;
    display: flex;
  }
  /*---- 内容背景色填充 ------*/
  .carParams .section .content .background {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .carParams .section .content .background ul {
    padding-left: 0;
    text-indent: -9999px;
  }
  .carParams .section .content .background ul li:nth-child(even) {
    background-color: #f9f9f9;
  }
  /*========= 内容背景色填充 ======*/
  .carParams .section .content .pName {
    width: 264px;
    flex-shrink: 0;
  }
  .carParams .section .content .pValue {
    width: 906px;
    overflow: hidden;
    margin-left: 48px;
    flex-shrink: 0;
  }
  .carParams .section .content ul {
    width: 100%;
    padding-left: 22px;
    float: left;
  }
  .carParams .section .content .pValue ul {
    width: 443px;
    padding-left: 20px;
    box-sizing: border-box;
    transition: all 0.3s;
    overflow: hidden;
  }
  .carParams .section .content .pValue ul.delete {
    width: 0;
    padding-left: 0;
  }
  .carParams .section .content ul li {
    width: 100%;
    /* height: 79px; */
    min-height: 60px;
    /* line-height: 26px; */
    font-size: 18px;
    font-family: FZLanTingHei-R-GBK;
    color: #0C0C0C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
  }
  h2 {
    display: table;
    color: rgba(16, 220, 255);
    font-size: 38px;
    font-weight: 400;
    border-bottom: rgba(16, 220, 255) solid 1px;
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .container .swiper-slide {
    max-width: 100px;
  }
  .main .top {
    width: 100%;
    height: 216px;
    position: relative;
    background-color: #000;
    margin-top: 64px;
    background: url(http://www.118nft.com/static/images/carCompare/banner_03.png) no-repeat center;
    background-size: 100% 100%;
  }
  .main .top .content {
    width: 90%;
    margin: 0 auto;
  }
  .main .top .title {
    display: inline-block;
    line-height: 132px;
    padding-top: 4px;
    font-size: 16px;
    font-family: FZLanTingHei-DB-GBK;
    color: #fff;
    box-sizing: border-box;
  }
  .main .top .title .carSeries {
    font-size: 13px;
  }
  .main .top .car {
    width: auto;
    height: 128px;
    position: absolute;
    top: 120px;
    right: 50%;
    /* margin-right: -122px; */
    transform: translateX(50%);
  }
  .container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .container > .content {
    width: 100%;
    margin-top: 54px;
  }
  .container > .content .bar {
    width: 100%;
    height: 26px;
    border-bottom: solid 1px #DFDFDF;
    box-sizing: border-box;
  }
  .container > .content .bar .icons {
    float: right;
  }
  .container > .content .bar .icons .item {
    display: flex;
    line-height: 12px;
    font-size: 12px;
    font-family: FZLanTingHei-R-GBK;
    color: #0C0C0C;
    float: left;
    margin-left: 14px;
  }
  .container > .content .bar .icons .item .i {
    margin-right: 4px;
    font-size: 12px;
    transform: scale(0.5);
    transform-origin: center;
  }
  .container > .content .bar .hideItem {
    width: 80px;
    height: 23px;
    border: 1px solid #999;
    border-radius: 12px;
    box-sizing: border-box;
    line-height: 21px;
    font-size: 12px;
    font-family: FZLanTingHei-R-GBK;
    color: #999;
    float: left;
    text-align: center;
    margin-top: -6px;
  }
  .container .models {
    width: 100%;
    height: 136px;
    padding-top: 20px;
    position: relative;
    box-sizing: content-box;
    margin-bottom: 6px;
    overflow: hidden;
  }
  .models .btn {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 66px;
    font-size: 14px;
  }
  .models .btn:focus {
    outline: none;
  }
  .models .btn.swiper-button-disabled {
    color: #ddd;
    cursor: no-drop;
  }
  .models .btn.prev {
    transform: rotate(180deg);
    right: initial;
    left: 75px;
  }
  .models .text {
    float: left;
  }
  .models .text p {
    line-height: 50px;
    text-align: left;
    font-size: 11px;
    font-family: FZLanTingHei-R-GBK;
    color: #0C0C0C;
    margin-bottom: 6px;
  }
  .models .selectModel {
    /* float: left; */
    /* margin-left: 90px; */
    height: 350px;
    overflow-x: hidden;
    position: absolute;
    left: 100px;
    top: 20px;
    z-index: 2;
    width: 214px;
    padding-left: 2px;
    box-sizing: border-box;
  }
  .models .selectModel .swiper1 {
    width: 210px;
  }
  .models .selectModel .m {
    width: 100px;
    float: left;
    transition: all 0.3s;
    margin-left: 0;
  }
  .models .selectModel .m.delete {
    width: 1px;
    overflow: hidden;
  }
  .models .selectModel .mm {
    width: 100px;
    position: relative;
    cursor: pointer;
  }
  .models .selectModel .mm .input {
    line-height: 17px;
    padding: 6px 9px 30px;
    width: 100%;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    opacity: 0.8;
    font-size: 11px;
    color: #0c0c0c;
  }
  .models .selectModel .mm .input .name {
    min-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 34px;
  }
  .models .selectModel .mm .input > span {
    width: 100%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .models .selectModel .mm .input .iconfont {
    transform: rotate(90deg);
    display: block;
  }
  .models .selectModel .mm .dropContent {
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: auto;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .models .selectModel .mm .dropContent .item {
    width: 100%;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 6px;
    box-sizing: border-box;
    color: #666;
    font-size: 12px;
  }
  .models .selectModel .mm .dropContent .item.active {
    color: #000;
  }
  .models .selectModel .mm .dropContent .item:first-child {
    margin-top: 0;
  }
  .models .selectModel .mm.c-open .dropContent {
    max-height: 116px;
    padding: 8px 0;
  }
  .models .selectModel .price {
    width: 100px;
    margin-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #000;
  }
  .models .selectModel .price .p {
    line-height: 11px;
    font-size: 11px;
    font-family: FZLanTingHei-R-GBK;
    float: left;
  }
  .models .selectModel .price .iconfont {
    width: 28px;
    height: 28px;
    float: right;
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 50%;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    transform: scale(0.5);
    transform-origin: right top;
    margin-top: -2px;
    display: none;
  }
  .carParams .section {
    width: 100%;
    height: auto;
    max-height: 50px;
    overflow: hidden;
    transition: all 1s;
  }
  .carParams .section.active {
    max-height: 2000px;
  }
  .carParams .section .title {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #DFDFDF;
    line-height: 49px;
    font-size: 13px;
    font-family: FZLanTingHei-DB-GBK;
    color: #0C0C0C;
    box-sizing: border-box;
    position: relative;
  }
  .carParams .section .title p {
    float: left;
  }
  .carParams .section .title .iconfont {
    width: 18px;
    height: 49px !important;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    transform: scale(0.5);
    transform-origin: right center;
    float: right;
    cursor: pointer;
  }
  .carParams .section .title .icon-minus {
    display: none;
  }
  .carParams .section.active .title .icon-minus {
    display: block;
  }
  .carParams .section.active .title .icon-add {
    display: none;
  }
  .carParams .section .content {
    position: relative;
  }
  .carParams .section .content .background {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .carParams .section .content .background ul li {
    text-indent: -9999px;
  }
  .carParams .section .content .background ul li:nth-child(even) {
    background-color: #f9f9f9;
  }
  .carParams .section .content .pName {
    width: 102px;
    float: left;
  }
  .carParams .section .content .pValue {
    width: 210px;
    overflow: hidden;
  }
  .carParams .section .content ul {
    width: 100%;
    float: left;
  }
  .carParams .section .content .pValue ul {
    width: 100px;
    padding-left: 6px;
    box-sizing: border-box;
    transition: all 0.3s;
    overflow: hidden;
    font-size: 10px;
    color: #999;
  }
  .carParams .section .content .pValue ul.delete {
    width: 0;
    padding-left: 0;
  }
  .carParams .section .content ul li {
    width: 100%;
    min-height: 38px;
    line-height: 18px;
    font-size: 10px;
    font-family: FZLanTingHei-R-GBK;
    color: #0C0C0C;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  h2 {
    display: table;
    color: rgba(16, 220, 255);
    font-size: 38px;
    font-weight: 400;
    border-bottom: rgba(16, 220, 255) solid 1px;
    padding-bottom: 20px;
  }
  .bearNavGroup span {
    height: auto;
    line-height: 24px;
    display: inline-block;
  }
  .bearNavGroup a {
    height: auto;
    line-height: 24px;
    display: inline-block;
  }
}

@font-face {
  font-family: "iconfont";
  /* Project id 4025876 */
  src: url(../images/iconfont_43e93ee1c778b40c714d.woff2?t=1681891398515) format('woff2'), url(../images/iconfont_9afd2ebdd38b7685f6fd.woff?t=1681891398515) format('woff'), url(../images/iconfont_9dc3cfafd2a5f726672b.ttf?t=1681891398515) format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-disc:before {
  content: "\e60e";
}
.icon-minus:before {
  content: "\e609";
}
.icon-close:before {
  content: "\e60a";
}
.icon-circle:before {
  content: "\e60b";
}
.icon-xiangyou:before {
  content: "\e60c";
}
.icon-add:before {
  content: "\e60d";
}

