html body .page {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.detail-open.detail-open .page {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: initial;
}
html.detail-open.detail-open .header-gl {
  display: none;
}
.dlg.dlg-alert .dlg-footer .btn-close {
  border: none;
}
.checkbox label span {
  width: auto;
}
#kv-swiper {
  width: 100%;
  height: calc(100vh - .7rem);
  margin-top: .7rem !important;
}
#kv-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#kv-swiper .swiper-wrapper .swiper-slide .btn-live-video {
  display: block;
  width: 2.268rem;
  height: .588rem;
  position: relative;
  top: 3rem;
  left: 2rem;
  z-index: 1;
  background: url(https://dm30webimages.geely.com/GeelyPromotion/BRGE/images/index/kv/live-video.png) no-repeat;
  background-size: contain;
  line-height: .588rem;
  padding-left: .9rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: .23rem;
  letter-spacing: .015rem;
}
#kv-swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  object-fit: cover;
  display: none;
  background-color: white;
}
#kv-swiper .swiper-button-prev {
  display: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
#kv-swiper .swiper-button-next {
  display: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
#kv-swiper .swiper-pagination-bullets {
  bottom: .3rem;
  text-align: right;
  transform: translateX(0);
  padding-right: .3rem;
}
#kv-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #FFF;
  opacity: 1;
  width: .12rem;
  height: .12rem;
}
#kv-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}
.smart-block .smart-block-header {
  padding-top: .3rem;
  padding-bottom: .2rem;
}
.smart-block .title {
  font-size: .48rem;
  font-weight: bold;
  padding: 0 35%;
  padding: 0;
  text-align: center;
  letter-spacing: .04rem;
  color: #0370B5;
}
.smart-block .sub-title {
  font-size: .3rem;
  padding: 0 30%;
  text-align: center;
  margin-top: .2rem;
  padding: 0;
}
.smart-block .description {
  font-size: .18rem;
  padding: 0 20%;
  text-align: center;
  margin-top: .1rem;
  letter-spacing: .01rem;
}
.smart-block .more {
  text-align: center;
  font-size: .16rem;
  padding: .5rem 0 .4rem 0;
}
.smart-block .more > a {
  display: inline-block;
  padding: .1rem .2rem;
  border-radius: .4rem;
  border: 1px solid #ddd;
  cursor: pointer;
}
.smart-block .more > a > i {
  font-size: .1rem;
}
.smart-block .more > a > span {
  margin-left: .1rem;
}
.smart-block > .img {
  width: 100%;
  height: 8.5rem;
  height: 8rem;
}
.smart-block > .img > img {
  width: 100%;
  height: 8.5rem;
  height: 8rem;
}
.smart-hybrid .switch-wrapper {
  display: flex;
  justify-content: center;
  margin-top: .4rem;
}
.smart-hybrid .switch-wrapper > li {
  border-bottom: .04rem solid #CCC;
  font-size: .3rem;
  cursor: pointer;
  letter-spacing: .01rem;
  color: #CCC;
}
.smart-hybrid .switch-wrapper > li.active {
  color: #2b2b2b;
  border-bottom-color: #2962A0;
}
.smart-hybrid .switch-wrapper > li.active:nth-child(1) {
  color: #2b2b2b;
  border-bottom-color: #ad0c0c;
}
.smart-hybrid .switch-wrapper > li + li {
  margin-left: .5rem;
}
.smart-hybrid .design-container {
  height: 7.4rem;
  overflow: hidden;
  position: relative;
}
.smart-hybrid .design-container .design-wrapper {
  height: 100%;
}
.smart-hybrid .design-container .design-wrapper .design-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.smart-hybrid .design-container .design-wrapper .design-item .btn-play {
  display: none;
}
.smart-hybrid .design-container .design-wrapper .design-item > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.smart-hybrid .design-container .design-wrapper .design-item > img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul {
  position: absolute;
  width: 100%;
  bottom: .5rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-shadow: #000 0 0 .01rem;
  opacity: 0;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul > li {
  padding: 0 1rem;
  position: relative;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul > li > h1 {
  font-size: .2rem;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul > li > div {
  font-size: .4rem;
  display: flex;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul > li:first-child {
  padding-left: 0;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul > li:last-child {
  padding-right: 0;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul > li + li::before {
  content: "";
  display: block;
  height: 0;
  border-left: .02rem solid #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul.in {
  opacity: 1;
  animation: fadeInTop 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul.in > li:nth-child(2):before {
  animation: ani_height_0_d5 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul.in > li:nth-child(3):before {
  animation: ani_height_0_d5 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul.out {
  animation: fadeOutBottom 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul.out > li:nth-child(2):before {
  animation: ani_height_d5_0 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .design-container .design-wrapper .design-item > ul.out > li:nth-child(3):before {
  animation: ani_height_d5_0_ 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .design-container .design-wrapper .design-item.active {
  display: block;
}
.smart-hybrid .price-container {
  height: 8.5rem;
  height: 8rem;
  position: relative;
  overflow: hidden;
}
.smart-hybrid .price-container .price-wrapper {
  height: 8.5rem;
}
.smart-hybrid .price-container .price-wrapper .price-item {
  height: 8.5rem;
  display: none;
}
.smart-hybrid .price-container .price-wrapper .price-item > img {
  width: 100%;
  height: 8.5rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .title {
  position: absolute;
  top: .4rem;
  width: 100%;
  font-size: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2B2B2B;
  padding: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .title .price {
  margin-left: .2rem;
  font-weight: bold;
  display: flex;
  color: #5D5D5D;
}
.smart-hybrid .price-container .price-wrapper .price-item .btn-viewcfg {
  position: absolute;
  display: flex;
  align-items: center;
  top: .45rem;
  right: calc(50% - 7rem);
}
.smart-hybrid .price-container .price-wrapper .price-item .btn-viewcfg > i {
  width: .3rem;
  height: .3rem;
  font-size: .15rem;
  line-height: .3rem;
  text-align: center;
  border: .01rem solid #CCC;
  box-shadow: #CCC 0 .01rem .03rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .btn-viewcfg > span {
  margin-left: .1rem;
  font-size: .22rem;
  line-height: .22rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .points {
  display: none;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li {
  position: absolute;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li .circle {
  width: .4rem;
  height: .4rem;
  opacity: 0;
  scale: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li .circle > i {
  position: absolute;
  width: .25rem;
  height: .25rem;
  left: .075rem;
  top: .075rem;
  background: #c7312c;
  border-radius: .125rem;
  font-size: .12rem;
  color: #FFF;
  transform: scale(0.8, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li .circle:before {
  content: '';
  display: block;
  position: absolute;
  width: .4rem;
  height: .4rem;
  border-radius: .2rem;
  background: radial-gradient(closest-side circle, transparent 70%, rgba(199, 49, 44, 0.6));
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li .path {
  position: absolute;
  background: #2b2b2b;
  width: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li > span {
  position: absolute;
  width: 3.84rem;
  font-size: .16rem;
  opacity: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line1 {
  bottom: 4.3rem;
  right: 69%;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line1 .circle {
  right: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line1 .path {
  left: 0;
  top: .185rem;
  width: 0;
  border-top: .02rem solid #000;
  opacity: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line1 span {
  right: 2.8rem;
  text-align: right;
  top: .1rem;
  transform: translate(1rem, 0);
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line2 {
  bottom: 5.1rem;
  right: 60%;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line2 .circle {
  bottom: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line2 .path {
  border-left: .02rem solid #000;
  height: 0;
  top: 0;
  left: .18rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line2 span {
  left: -1.7rem;
  text-align: center;
  bottom: 1.8rem;
  transform: translate(0, 0.5rem);
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line3 {
  bottom: 3.6rem;
  left: 69%;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line3 .circle {
  bottom: 0;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line3 .path {
  border-top: .02rem solid #000;
  width: 0;
  left: .3rem;
  top: 0.17rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .points > li.line3 span {
  left: 2.1rem;
  text-align: left;
  top: .07rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li .circle:before {
  animation: circle_scale 2s cubic-bezier(0.23, 1, 0.32, 1) 3s infinite;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line1 .circle {
  animation: line_circle_in 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line1 .path {
  animation: line1_path_in 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line1 span {
  animation: line1_text_in 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line2 .circle {
  animation: line_circle_in 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line2 .path {
  animation: line2_path_in 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line2 span {
  animation: line2_text_in 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line3 .circle {
  animation: line_circle_in 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line3 .path {
  animation: line3_path_in 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.in > li.line3 span {
  animation: line3_text_in 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line1 .circle {
  opacity: 1;
  scale: 1;
  animation: line_circle_out 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line1 .path {
  left: -2.8rem;
  width: 2.5rem;
  opacity: 1;
  animation: line1_path_out 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line1 span {
  animation: line1_text_out 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line2 .circle {
  opacity: 1;
  scale: 1;
  animation: line_circle_out 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line2 .path {
  top: -1.8rem;
  height: 1.5rem;
  opacity: 1;
  animation: line2_path_out 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line2 span {
  animation: line2_text_out 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line3 .circle {
  opacity: 1;
  scale: 1;
  animation: line_circle_out 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line3 .path {
  width: 1.8rem;
  opacity: 1;
  animation: line3_path_out 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .points.out > li.line3 span {
  animation: line3_text_out 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper {
  position: absolute;
  bottom: .5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21323C;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords {
  display: flex;
  align-items: center;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li {
  padding: 0 .5rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li > h4 > span {
  font-size: .36rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li > h4 > i {
  font-size: .24rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li > h1 {
  font-size: .14rem;
  text-align: center;
  margin-top: .1rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li + li {
  position: relative;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li + li:before {
  content: "";
  position: absolute;
  left: 0;
  border-left: .02rem solid #999;
  top: 50%;
  transform: translateY(-50%);
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords.in {
  animation: fadeInTop 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords.in > li:before {
  animation: ani_height_0_d5 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords.out {
  animation: fadeOutBottom 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords.out > li:before {
  animation: ani_height_d5_0 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  margin-left: .5rem;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .btn-wrapper > button {
  border: .01rem solid #9BA9B2;
  padding: .1rem .5rem;
  font-size: .24rem;
  font-weight: bold;
}
.smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .btn-wrapper > button + button {
  margin-left: .1rem;
}
.smart-hybrid .price-container .price-wrapper .price-item.active {
  display: block;
}
.smart-beauty .ge-carousel-nav {
  display: flex;
  justify-content: center;
}
.smart-beauty .ge-carousel-nav > li {
  height: .1rem;
  width: .8rem;
  background: #DDD;
  cursor: pointer;
}
.smart-beauty .ge-carousel-nav > li + li {
  margin-left: .2rem;
}
.smart-beauty .ge-carousel-nav > li.active {
  background: #1e83d3;
}
.smart-beauty .ge-carousel {
  height: 8.5rem;
  height: 8rem;
  position: relative;
}
.smart-beauty .ge-carousel .ctrl-wrapper {
  position: absolute;
  top: .4rem;
  right: calc(50% - 7rem);
  display: flex;
  align-items: center;
  color: #FFF;
  z-index: 2;
  cursor: pointer;
}
.smart-beauty .ge-carousel .ctrl-wrapper > i {
  font-size: .4rem;
}
.smart-beauty .ge-carousel .ctrl-wrapper > ul {
  margin-left: .1rem;
  font-size: .18rem;
  line-height: .38rem;
  height: .38rem;
  width: 1rem;
  position: relative;
  transform-style: preserve-3d;
}
.smart-beauty .ge-carousel .ctrl-wrapper > ul > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smart-beauty .ge-carousel .ctrl-wrapper > ul > li.active {
  display: block;
}
.smart-beauty .ge-carousel .ge-carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.smart-beauty .ge-carousel .ge-carousel-wrapper > img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.smart-beauty .ge-carousel .ge-carousel-wrapper > img.active {
  display: block;
}
.smart-drive .smart-block-header {
  background: url(https://dm30webimages.geely.com/GeelyPromotion/BRGE/images/index/smart-drive/pc/title-bg.png) right bottom / auto 80% no-repeat;
}
.smart-share .smart-block-header {
  background: url(https://dm30webimages.geely.com/GeelyPromotion/BRGE/images/index/smart-share/pc/title-bg.png) left top / auto 100% no-repeat;
}
.car-cfg-section {
  padding: 0.4rem calc(50% - 7rem);
  background: #E9E9E9;
}
.car-cfg-section .section-head {
  margin: 0 auto .12rem auto;
  text-align: center;
}
.car-cfg-section .section-head .section-title {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: .48rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  width: 2.16rem;
  background-size: 100% auto;
  letter-spacing: .04rem;
}
.car-cfg-section .section-head .section-btns {
  text-align: right;
}
.car-cfg-section .section-head .section-btns .button-wrapper {
  display: inline-block;
  position: relative;
}
.car-cfg-section .section-head .section-btns .button-wrapper > button {
  border-radius: 0;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper {
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.8rem;
  background: #FFF;
  border-radius: .04rem;
  display: none;
  z-index: 202;
  border: .01rem solid #ccc;
  outline: none;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li {
  padding: .05rem .1rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li > a > span {
  margin-left: .1rem;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li:hover {
  background-color: #F0F2F2;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li + li {
  border-top: .01rem solid #DDD;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li:first-child {
  border-radius: .05rem .05rem 0 0;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li:last-child {
  border-radius: 0 0 .05rem .05rem;
}
.car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper:before {
  content: "";
  display: block;
  width: .12rem;
  height: .12rem;
  background: #FFF;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.car-cfg-section .section-head .section-btns .button-wrapper.active .sendto-wrapper {
  display: block;
}
.car-cfg-section .filter-wrapper {
  background: #265182;
  color: #DDDDDD;
  padding: .2rem .2rem 0 .28rem;
}
.car-cfg-section .filter-wrapper > p {
  margin-bottom: .1rem;
}
.car-cfg-section .filter-wrapper .check-list .checkbox > label > span {
  color: #FFF;
}
.car-cfg-section .car-param-wrapper {
  height: calc(100vh - 4rem);
  overflow-y: auto;
  background: #FFF;
}
.car-cfg-section .car-param-wrapper .table {
  border-top-color: #265182;
}
.car-cfg-section .car-param-wrapper .table tr td:first-child {
  padding-left: .3rem;
}
.car-cfg-section .table {
  background-size: 100% auto;
  margin-bottom: 0;
}
.car-cfg-section .table tr {
  background: rgba(255, 255, 255, 0.4);
}
.car-cfg-section .table tr th {
  border: .01rem solid #ddd;
  font-size: .12rem;
  height: .35rem;
  padding: .1rem;
  vertical-align: middle;
}
.car-cfg-section .table tr td {
  font-weight: 600;
  border: .02rem solid #ddd;
  empty-cells: show;
  color: #656873;
}
.car-cfg-section .table tr.cfg-header {
  background: #FFF;
}
.car-cfg-section .table tr.cfg-header th {
  text-align: center;
  font-size: .17rem;
}
.car-cfg-section .table tr.cfg-header:first-child th:first-child {
  text-align: left;
  padding-left: .3rem;
}
.car-cfg-section .table .price-row {
  background: #FFF;
}
.car-cfg-section .table .price-row td {
  border: .01rem solid #ddd;
  text-align: center;
  color: #656873;
  padding: .1rem;
  font-size: .18rem;
}
.car-cfg-section .table .price-row td:first-child {
  text-align: left;
  padding-left: .3rem;
}
.car-cfg-section .table .param-header {
  background: #265182;
  color: #FFF;
}
.car-cfg-section .table .param-header > th {
  height: .34rem;
  line-height: .34rem;
  padding: .08rem .28rem;
  font-size: .13rem;
  border-top-color: #ddd;
}
.car-cfg-section #mobile-carinfo {
  display: none;
}
.car-cfg-section .param-btns {
  display: flex;
  margin-top: .1rem;
}
.car-cfg-section .param-btns button {
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.23);
  color: #111;
  border: 0.01rem solid #dddddd;
  padding: .06rem 0;
  font-size: .14rem;
}
.car-cfg-section .param-btns button + button {
  margin-left: .05rem;
}
.car-cfg-section .param-btns button:active,
.car-cfg-section .param-btns button:focus {
  outline: none;
}
.car-cfg-section .param-btns button.active {
  background: #FFF;
  color: #111;
}
.car-cfg-section .param-notice {
  margin-top: .1rem;
  text-align: justify;
}
.subscribe-wrapper {
  width: 100%;
  height: .9rem;
  position: fixed;
  left: 0;
  bottom: 1.4rem;
  z-index: 12;
  padding: 0 2.7rem 0 1rem;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: transform .4s;
}
.subscribe-wrapper .subscribe-close {
  position: absolute;
  height: 100%;
  left: 1.4rem;
  display: flex;
  align-items: center;
  color: #FFF;
  cursor: pointer;
  user-select: none;
}
.subscribe-wrapper .subscribe-close > span {
  margin-left: .1rem;
  font-size: .16rem;
}
.subscribe-wrapper .subscribe-form {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.6rem 0 1.6rem;
}
.subscribe-wrapper .subscribe-form > span {
  color: #FFF;
  font-size: .18rem;
}
.subscribe-wrapper .subscribe-form > input {
  border: none;
  width: 3.5rem;
  height: .4rem;
  line-height: .4rem;
  padding: 0 .15rem;
  font-size: .16rem;
}
.subscribe-wrapper .subscribe {
  height: 100%;
  width: 1.8rem;
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}
.subscribe-wrapper .policy{
  height: 100%;
  width: 4rem;
  position: absolute;
  top: 0;
  right: 2.8rem;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  color: #FFF;
  padding: 0 .3rem;
  z-index: 999;
}
.subscribe-wrapper .policy .policy-button-pc{
  position: absolute;
  left: 0;
}
.subscribe-wrapper .policy .policy-button-pc input[type="checkbox"]{
  width:20px;
  height:20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
}
.subscribe-wrapper .policy .policy-button-pc input[type="checkbox"]::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9
}
.policy .policy-button-pc input:checked{
  opacity: 1;
}
.subscribe-wrapper .policy-pc .policy-text,.subscribe-wrapper .policy .policy-text{
  margin-left: 10px;
}

.subscribe-wrapper .policy .policy-button-pc.active input[type="checkbox"]::before{
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  color:#337ab7;
  font-size: 20px;
  font-weight: bold;
}

.subscribe-wrapper .subscribe > i {
  font-size: .4rem;
}
.subscribe-wrapper .subscribe > span {
  margin-left: .1rem;
  font-size: .18rem;
}
.subscribe-wrapper .buy {
  height: 100%;
  width: 1rem;
  background: rgba(38, 94, 155, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.subscribe-wrapper .buy > i {
  font-size: .4rem;
}
.subscribe-wrapper.active {
  transform: translateY(0);
}
.detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  background: #FFF;
  z-index: 14;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.detail .content {
  height: 100%;
  overflow: auto;
}
.detail .detail-close-wrapper {
  display: none;
}
#form-mail {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: .12rem;
  background: #FFF;
  border-radius: .04rem;
  z-index: 201;
  display: none;
}
#form-mail .form-head {
  display: flex;
  align-items: center;
  padding-bottom: .05rem;
}
#form-mail .form-head > i {
  width: .3rem;
  font-size: .3rem;
}
#form-mail .form-head .title {
  flex-grow: 1;
  font-size: .20rem;
  font-weight: bold;
  margin-left: .06rem;
}
#form-mail .form-head .close {
  width: .24rem;
  margin-top: -0.1rem;
}
#form-mail .form-head .close > i {
  font-size: .24rem;
}
#form-mail .form-content > label {
  display: block;
  margin-bottom: .06rem;
  font-weight: normal;
}
#form-mail .form-content > input,
#form-mail .form-content > input:focus,
#form-mail .form-content > input:active {
  outline: none;
  border: .01rem solid #DDD;
  border-radius: .04rem;
  padding: .04rem .12rem;
  width: 3rem;
}
#form-mail .form-footer {
  text-align: center;
  margin-top: .12rem;
}
@-moz-keyframes line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-o-keyframes line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-moz-keyframes line1_path_in {
  from {
    left: 0;
    width: 0;
    opacity: 0;
  }
  to {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
}
@-o-keyframes line1_path_in {
  from {
    left: 0;
    width: 0;
    opacity: 0;
  }
  to {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
}
@-webkit-keyframes line1_path_in {
  from {
    left: 0;
    width: 0;
    opacity: 0;
  }
  to {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
}
@keyframes line1_path_in {
  from {
    left: 0;
    width: 0;
    opacity: 0;
  }
  to {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
}
@-moz-keyframes line1_text_in {
  from {
    opacity: 0;
    transform: translate(100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes line1_text_in {
  from {
    opacity: 0;
    transform: translate(100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line1_text_in {
  from {
    opacity: 0;
    transform: translate(100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes line1_text_in {
  from {
    opacity: 0;
    transform: translate(100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
}
@-o-keyframes line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
}
@-webkit-keyframes line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
}
@keyframes line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
}
@-moz-keyframes line2_text_in {
  from {
    opacity: 0;
    transform: translate(0, 100);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes line2_text_in {
  from {
    opacity: 0;
    transform: translate(0, 100);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line2_text_in {
  from {
    opacity: 0;
    transform: translate(0, 100);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes line2_text_in {
  from {
    opacity: 0;
    transform: translate(0, 100);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes line3_path_in {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 1.8rem;
    opacity: 1;
  }
}
@-o-keyframes line3_path_in {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 1.8rem;
    opacity: 1;
  }
}
@-webkit-keyframes line3_path_in {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 1.8rem;
    opacity: 1;
  }
}
@keyframes line3_path_in {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 1.8rem;
    opacity: 1;
  }
}
@-moz-keyframes line3_text_in {
  from {
    opacity: 0;
    transform: translate(-100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes line3_text_in {
  from {
    opacity: 0;
    transform: translate(-100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line3_text_in {
  from {
    opacity: 0;
    transform: translate(-100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes line3_text_in {
  from {
    opacity: 0;
    transform: translate(-100, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@-o-keyframes line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@keyframes line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@-moz-keyframes line1_path_out {
  from {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
  to {
    left: 0;
    width: 0;
    opacity: 0;
  }
}
@-o-keyframes line1_path_out {
  from {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
  to {
    left: 0;
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes line1_path_out {
  from {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
  to {
    left: 0;
    width: 0;
    opacity: 0;
  }
}
@keyframes line1_path_out {
  from {
    left: -2.35rem;
    width: 2.5rem;
    opacity: 1;
  }
  to {
    left: 0;
    width: 0;
    opacity: 0;
  }
}
@-moz-keyframes line1_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(100, 0);
  }
}
@-o-keyframes line1_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(100, 0);
  }
}
@-webkit-keyframes line1_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(100, 0);
  }
}
@keyframes line1_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(100, 0);
  }
}
@-moz-keyframes line2_path_out {
  from {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-o-keyframes line2_path_out {
  from {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes line2_path_out {
  from {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@keyframes line2_path_out {
  from {
    top: -1.41rem;
    height: 1.5rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-moz-keyframes line2_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 100);
  }
}
@-o-keyframes line2_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 100);
  }
}
@-webkit-keyframes line2_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 100);
  }
}
@keyframes line2_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 100);
  }
}
@-moz-keyframes line3_path_out {
  from {
    width: 1.8rem;
    opacity: 1;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@-o-keyframes line3_path_out {
  from {
    width: 1.8rem;
    opacity: 1;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes line3_path_out {
  from {
    width: 1.8rem;
    opacity: 1;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes line3_path_out {
  from {
    width: 1.8rem;
    opacity: 1;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@-moz-keyframes line3_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(-100, 0);
  }
}
@-o-keyframes line3_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(-100, 0);
  }
}
@-webkit-keyframes line3_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(-100, 0);
  }
}
@keyframes line3_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(-100, 0);
  }
}
.footer-subscribe .policy{
  height: 100%;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  padding: 0 .3rem;
  z-index: 999;
}
.footer-subscribe .policy .policy-button{
  position: relative;
  left: 0;
  /*top: 10px;*/
}
/*.footer-subscribe .policy .policy-button input[type="checkbox"]{
  width:20px;
  height:20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
  top: -11px;
  opacity: 1;
}*/
.footer-subscribe .policy .policy-button input[type="checkbox"]{
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
  border: 2px solid #333;
  vertical-align: middle;
  outline: none;
  position: relative;
  z-index: 999;
}
/*.footer-subscribe .policy .policy-button input[type="checkbox"]::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9
}*/
.footer-subscribe .policy .policy-text{
  margin-left: 10px;
}

.footer-subscribe .policy .policy-button.warn input[type="checkbox"] {
  border: 2px solid #e7e600;
}

.footer-subscribe .policy .policy-button input[type="checkbox"] + i {
    display: inline-block;
    position: relative;
    height: 20px;
    vertical-align: middle;
    z-index: 4;
}
.footer-subscribe .policy .policy-button input[type="checkbox"] + i:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    top: -20px;
}

.subscribe-wrapper .policy.Active .policy-button input{
  opacity: 1;
}
.footer-subscribe .policy .policy-button input:checked{
    opacity: 1;
}
.footer-subscribe .policy.Active .policy-button input[type="checkbox"] + i:before {
    /*background: url(../images/checked.png) no-repeat;*/
}

.policy .policy-button-pc input[type="checkbox"]:checked::before{
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  color:#337ab7;
  font-size: 20px;
  font-weight: bold;
}
.policy .policy-button input[type="checkbox"]:checked::before{
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    line-height: 16px;
    color:#337ab7;
    font-size: 18px;
    font-weight: bold;
}
.policy-text .txt{
  color: #2B82C2;
}
@media (max-width: 812px) {
  .policy .policy-button{
    display: block;
  }
  .policy .policy-button-pc{
    display: none;
  }
  .footer-subscribe .policy{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
  color: #FFF;
  padding: 0;
  z-index: 999;
}
.footer-subscribe .policy .policy-button{
  /*position: absolute;*/
  left: 0;
}
.footer-subscribe .policy .policy-button input[type="checkbox"]{
  width:20px;
  height:20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
}
.footer-subscribe .policy .policy-button input[type="checkbox"]::before{
  /*content: "";*/
  position: absolute;
  top: 0;
  left: 0;
  /*background: #fff;*/
  width: 100%;
  height: 100%;
  /*border: 1px solid #d9d9d9*/
}
.footer-subscribe .policy .policy-text{
  margin-left: 10px;
}
.footer-subscribe .policy .policy-button input[type="checkbox"].Active::before{
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  color:#337ab7;
  font-size: 20px;
  font-weight: bold;
}

  #kv-swiper {
    height: 90vw;
  }
  #kv-swiper .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #kv-swiper .swiper-wrapper .swiper-slide video {
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  #kv-swiper .swiper-wrapper .swiper-slide .btn-live-video {
    top: 2.4rem;
    left: .5rem;
  }
  #kv-swiper .swiper-pagination {
    text-align: center;
    padding-right: 0;
  }
  #kv-swiper .swiper-pagination .swiper-pagination-bullet {
    width: .25rem;
    height: .25rem;
    background: #aaa;
    opacity: .8;
    border-color: #aaa;
  }
  #kv-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .25rem;
    height: .25rem;
    background: #FFF;
    border-color: #FFF;
  }
  .smart-block .title {
    padding: 0;
  }
  .smart-block .sub-title {
    padding: 0 15%;
    padding: 0;
    font-size: .36rem;
  }
  .smart-block .description {
    padding: 0 10%;
    font-size: .26rem;
  }
  .smart-block .more {
    font-size: .28rem;
  }
  .smart-block .more > a > i {
    font-size: .2rem;
  }
  .smart-block .img {
    height: 90.66666667vw;
  }
  .smart-block .img > img {
    height: 90.66666667vw;
  }
  .smart-hybrid .switch-wrapper > li {
    font-size: .34rem;
  }
  .smart-hybrid .smart-block-header {
    background: url(https://dm30webimages.geely.com/GeelyPromotion/BRGE/images/index/smart-hybrid/mobile/title-bg.png) top right / auto 80% no-repeat;
  }
  .smart-hybrid .design-container {
    height: 60vw;
  }
  .smart-hybrid .design-container .design-wrapper .design-item .btn-play {
    position: absolute;
    top: calc(50% - .5rem);
    left: calc(50% - .5rem);
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    border: .04rem solid #FFF;
    opacity: .8;
    z-index: 1;
  }
  .smart-hybrid .design-container .design-wrapper .design-item .btn-play:before {
    content: "";
    border-radius: .1rem;
    border-left: .4rem solid #FFF;
    border-top: .3rem solid transparent;
    border-bottom: .3rem solid transparent;
    position: relative;
    left: .05rem;
  }
  .smart-hybrid .design-container .design-wrapper .design-item > ul > li {
    padding: 0 .5rem;
  }
  .smart-hybrid .design-container .design-wrapper .design-item > ul > li > div {
    justify-content: center;
  }
  .smart-hybrid .price-container {
    height: 92vw;
  }
  .smart-hybrid .price-container .price-wrapper {
    height: 100%;
  }
  .smart-hybrid .price-container .price-wrapper .price-item {
    height: 100%;
  }
  .smart-hybrid .price-container .price-wrapper .price-item > img {
    height: 100%;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .info-wrapper {
    flex-direction: column;
    bottom: .2rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li h4 > span {
    font-size: .38rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li h4 > i {
    font-size: .26rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .info-keywords > li > h1 {
    font-size: .2rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .info-wrapper .btn-wrapper {
    margin-left: 0;
    margin-top: .2rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .points {
    display: none;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points {
    display: none;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li {
    position: absolute;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li .circle {
    width: .5rem;
    height: .5rem;
    position: relative;
    z-index: 1;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li .circle > i {
    width: .3rem;
    height: .3rem;
    left: .1rem;
    top: .1rem;
    position: relative;
    z-index: 1;
    border-radius: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c7312c;
    font-size: .1rem;
    line-height: .05rem;
    color: #FFF;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li .circle:before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: .25rem;
    background: rgba(199, 49, 44, 0.3);
    position: absolute;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li .path {
    position: absolute;
    background: #c7312c;
    width: .03rem;
    left: .24rem;
    height: 0;
    top: 0;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li > span {
    position: absolute;
    display: block;
    width: 1.2rem;
    opacity: 0;
    left: .25rem;
    font-size: .2rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li.line1 {
    left: 1.5rem;
    top: 3.1rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li.line1 > span {
    top: -1.5rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li.line2 {
    left: 3rem;
    top: 2.8rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li.line2 > span {
    top: -1.52rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li.line3 {
    left: 5.2rem;
    top: 3.8rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points > li.line3 > span {
    top: -1.9rem;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li .circle:before {
    animation: circle_scale 2s cubic-bezier(0.23, 1, 0.32, 1) 3s infinite;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line1 .circle {
    animation: mobile_line_circle_in 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line1 .path {
    animation: mobile_line1_path_in 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line1 span {
    animation: mobile_line_text_in 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line2 .circle {
    animation: mobile_line_circle_in 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line2 .path {
    animation: mobile_line2_path_in 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line2 span {
    animation: mobile_line_text_in 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line3 .circle {
    animation: mobile_line_circle_in 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line3 .path {
    animation: mobile_line3_path_in 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.in > li.line3 span {
    animation: mobile_line_text_in 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line1 .circle {
    opacity: 1;
    scale: 1;
    animation: mobile_line_circle_out 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line1 .path {
    left: -2.8rem;
    width: 2.5rem;
    opacity: 1;
    animation: mobile_line1_path_out 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line1 span {
    animation: mobile_line_text_out 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line2 .circle {
    opacity: 1;
    scale: 1;
    animation: mobile_line_circle_out 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line2 .path {
    top: -1.8rem;
    height: 1.5rem;
    opacity: 1;
    animation: mobile_line2_path_out 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line2 span {
    animation: mobile_line_text_out 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line3 .circle {
    opacity: 1;
    scale: 1;
    animation: mobile_line_circle_out 1s cubic-bezier(0.23, 1, 0.32, 1) 2s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line3 .path {
    width: 1.8rem;
    opacity: 1;
    animation: mobile_line3_path_out 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
  }
  .smart-hybrid .price-container .price-wrapper .price-item .mobile-points.out > li.line3 span {
    animation: mobile_line_text_out 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .smart-beauty .ge-carousel {
    height: 92vw;
  }
  .smart-beauty .ge-carousel .ctrl-wrapper {
    right: .4rem;
    border: .01rem solid #ddd;
    padding: .15rem .2rem;
  }
  .smart-beauty .ge-carousel .ctrl-wrapper > ul {
    width: 1.2rem;
  }
  .smart-drive .smart-block-header {
    background: url(https://dm30webimages.geely.com/GeelyPromotion/BRGE/images/index/smart-drive/mobile/title-bg.png) bottom right / auto 80% no-repeat;
  }
  .smart-share .smart-block-header {
    background: url(https://dm30webimages.geely.com/GeelyPromotion/BRGE/images/index/smart-share/mobile/title-bg.png) top left / auto 80% no-repeat;
  }
  .car-cfg-section {
    padding: .4rem .15rem .2rem .15rem;
  }
  .car-cfg-section .section-head .section-btns .button-wrapper > button {
    font-size: .2rem;
  }
  .car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li {
    padding: .2rem;
  }
  .car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper > li > a > span {
    font-size: .3rem;
    margin-left: .2rem;
    letter-spacing: .05rem;
  }
  .car-cfg-section .section-head .section-btns .button-wrapper .sendto-wrapper:before {
    display: none;
  }
  .car-cfg-section .filter-wrapper {
    display: none;
  }
  .car-cfg-section #pc-carinfo {
    display: none;
  }
  .car-cfg-section .car-param-wrapper {
    display: none;
  }
  .car-cfg-section #mobile-carinfo {
    display: block;
  }
  .car-cfg-section #mobile-carinfo .head {
    background-color: #265182;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    padding: .2rem;
  }
  .car-cfg-section #mobile-carinfo .head .title {
    font-size: .28rem;
  }
  .car-cfg-section #mobile-carinfo .head > button,
  .car-cfg-section #mobile-carinfo .head > button:focus,
  .car-cfg-section #mobile-carinfo .head > button:active {
    font-size: .28rem;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: none;
  }
  .car-cfg-section #mobile-carinfo .sub-head {
    background-color: #FFF;
    color: #2b2b2b;
    padding: .2rem;
    text-align: right;
    font-size: .28rem;
  }
  .car-cfg-section #mobile-carinfo .sub-head .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .2rem;
  }
  .car-cfg-section #mobile-carinfo .sub-head .price {
    border-top: 0.01rem solid #5f6f86;
    padding-top: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .car-cfg-section #mobile-carinfo .sub-head .price span {
    font-size: .28rem;
  }
  .car-cfg-section #mobile-carinfo .params-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .car-cfg-section #mobile-carinfo .params-wrapper .param-header {
    background-color: #DDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem;
    color: #2b2b2b;
    font-size: .24rem;
  }
  .car-cfg-section #mobile-carinfo .params-wrapper .param-header.active > i {
    transform: rotate(90deg);
  }
  .car-cfg-section #mobile-carinfo .params-wrapper .param-content {
    background: #FFF;
    overflow-y: auto;
    border: .015rem solid #DDD;
  }
  .car-cfg-section #mobile-carinfo .params-wrapper .param-content .table tbody tr td {
    padding: .2rem;
    border-left: none;
    border-right: none;
    border-color: #DDD;
    border-width: .015rem;
    font-size: .22rem;
  }
  .car-cfg-section #mobile-carinfo .params-wrapper .table {
    margin-bottom: 0;
  }
  .car-cfg-section #mobile-carinfo .params-wrapper .table tr td {
    font-weight: normal;
  }
  .car-cfg-section .param-btns {
    display: none;
  }
  .detail .detail-close-wrapper {
    position: fixed;
    left: calc(50% - .25rem);
    bottom: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b2b2b;
    color: #FFF;
    width: .5rem;
    height: .5rem;
    border-radius: .25rem;
    cursor: pointer;
    margin-top: .4rem;
    box-shadow: rgba(255, 255, 255, 0.2) 0 0 0.1rem;
    z-index: 1;
  }
  .detail .detail-close-wrapper > i {
    font-size: .3rem;
  }
  .subscribe-wrapper {
    width: 100%;
    height: 3.35rem;
    padding: 0.4rem calc(50% - 3.45rem);
    left: 0;
    bottom: 3.2rem;
    display: flex;
    flex-direction: column;
  }
  .subscribe-wrapper .subscribe-close {
    display: none;
  }
  .subscribe-wrapper .subscribe-form {
    padding: 0;
    height: auto;
  }
  .subscribe-wrapper .subscribe-form > span {
    display: none;
  }

  .subscribe-wrapper .policy{
    height: 1rem;
    width: 100%;
    position: static;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    color: #FFF;
    padding: 0;
    /*z-index: 999;*/
  }
  .subscribe-wrapper .policy .policy-button{
      /*position: absolute;*/
    /*left: .3rem;*/
  }
  /*.subscribe-wrapper .policy .policy-button input[type="checkbox"]{
    width:20px;
    height:20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
  }*/
  .subscribe-wrapper .policy .policy-button input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: transparent;
    -webkit-appearance: none;
    border: 2px solid #333;
    vertical-align: middle;
    outline: none;
    position: relative;
    z-index: 5;
  }

  .subscribe-wrapper .policy .policy-button.warn input[type="checkbox"] {
    border: 2px solid #e7e600;
  }

  .subscribe-wrapper .policy .policy-button input[type="checkbox"] + i {
    display: inline-block;
    position: relative;
    height: 20px;
    vertical-align: middle;
    z-index: 4;
  }
  .subscribe-wrapper .policy .policy-button input[type="checkbox"] + i:before {
      content: "\2713";
      display: inline-block;
      width: 20px;
      height: 20px;
      border: none;
      position: absolute;
      top: 0;
      right: 4px;
  }

  .subscribe-wrapper .policy.active .policy-button input{
    opacity: 1;
  }
  .subscribe-wrapper .policy .policy-text{
    margin-left: 10px;
    color: #fff;
  }

  .subscribe-wrapper .policy.active .policy-button input[type="checkbox"] + i:before {
      /*background: url(../images/checked.png) no-repeat;*/
  }

 /* .subscribe-wrapper .policy .policy-button input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9
  }*/
  .subscribe-wrapper .policy .policy-text{
    margin-left: 10px;
  }
  /*.subscribe-wrapper .policy .policy-button input[type="checkbox"].active::before{
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    color:#337ab7;
    font-size: 20px;
    font-weight: bold;
  }*/
 .subscribe-wrapper .policy .policy-button input:checked{
    opacity: 1;
  }
    .policy .policy-button input:checked{
        opacity: 1;
    }

  .subscribe-wrapper .subscribe-form > input {
    height: .65rem;
    width: 3.35rem;
    font-size: .24rem;
  }
  .subscribe-wrapper .subscribe {
    position: static;
    width: 100%;
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    padding: 0 .2rem;
    background: #3F7FBE!important;
    margin-top: .2rem;
  }
  .subscribe-wrapper .subscribe > i {
    display: none;
  }
  .subscribe-wrapper .subscribe > span {
    font-size: .3rem;
  }
  .subscribe-wrapper .buy {
    display: none;
  }
  #form-mail {
    padding: .2rem;
  }
  #form-mail .form-head {
    margin-top: .2rem;
  }
  #form-mail .form-head .title {
    font-size: .3rem;
  }
  #form-mail .form-head .close {
    font-size: .3rem;
    line-height: .3rem;
  }
  #form-mail .form-content {
    margin-top: .2rem;
  }
  #form-mail .form-content > label {
    font-size: .26rem;
  }
  #form-mail .form-content > input,
  #form-mail .form-content > input:focus,
  #form-mail .form-content > input:active {
    width: 4rem;
    border-width: .015rem;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .2rem;
    font-size: .26rem;
  }
  #form-mail .form-footer button,
  #form-mail .form-footer button:focus,
  #form-mail .form-footer button:active,
  #form-mail .form-footer button:hover {
    font-size: .24rem;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  #kv-swiper .swiper-wrapper .swiper-slide .btn-live-video {
    top: 3.2rem;
    left: .8rem;
  }
  .subscribe-wrapper {
    display: none;
  }
}
@-moz-keyframes circle_scale {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@-o-keyframes circle_scale {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes circle_scale {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes circle_scale {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@-moz-keyframes mobile_line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-o-keyframes mobile_line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes mobile_line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes mobile_line_circle_in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-moz-keyframes mobile_line_text_in {
  from {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes mobile_line_text_in {
  from {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes mobile_line_text_in {
  from {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mobile_line_text_in {
  from {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes mobile_line1_path_in {
  from {
    top: 0;
    width: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@-o-keyframes mobile_line1_path_in {
  from {
    top: 0;
    width: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@-webkit-keyframes mobile_line1_path_in {
  from {
    top: 0;
    width: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@keyframes mobile_line1_path_in {
  from {
    top: 0;
    width: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@-moz-keyframes mobile_line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@-o-keyframes mobile_line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@-webkit-keyframes mobile_line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@keyframes mobile_line2_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -0.8rem;
    height: 1rem;
    opacity: 1;
  }
}
@-moz-keyframes mobile_line3_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.2rem;
    height: 1.4rem;
    opacity: 1;
  }
}
@-o-keyframes mobile_line3_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.2rem;
    height: 1.4rem;
    opacity: 1;
  }
}
@-webkit-keyframes mobile_line3_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.2rem;
    height: 1.4rem;
    opacity: 1;
  }
}
@keyframes mobile_line3_path_in {
  from {
    top: 0;
    height: 0;
    opacity: 0;
  }
  to {
    top: -1.2rem;
    height: 1.4rem;
    opacity: 1;
  }
}
@-moz-keyframes mobile_line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@-o-keyframes mobile_line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes mobile_line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@keyframes mobile_line_circle_out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@-moz-keyframes mobile_line_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@-o-keyframes mobile_line_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@-webkit-keyframes mobile_line_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@keyframes mobile_line_text_out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@-moz-keyframes mobile_line1_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    width: 0;
    opacity: 0;
  }
}
@-o-keyframes mobile_line1_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes mobile_line1_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    width: 0;
    opacity: 0;
  }
}
@keyframes mobile_line1_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    width: 0;
    opacity: 0;
  }
}
@-moz-keyframes mobile_line2_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-o-keyframes mobile_line2_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes mobile_line2_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@keyframes mobile_line2_path_out {
  from {
    top: -1rem;
    height: 1rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-moz-keyframes mobile_line3_path_out {
  from {
    top: -1.4rem;
    height: 1.4rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-o-keyframes mobile_line3_path_out {
  from {
    top: -1.4rem;
    height: 1.4rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes mobile_line3_path_out {
  from {
    top: -1.4rem;
    height: 1.4rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@keyframes mobile_line3_path_out {
  from {
    top: -1.4rem;
    height: 1.4rem;
    opacity: 1;
  }
  to {
    top: 0;
    height: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@-o-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 1rem);
  }
}
@-moz-keyframes ani_height_0_d5 {
  0% {
    height: 0;
  }
  100% {
    height: 0.5rem;
  }
}
@-o-keyframes ani_height_0_d5 {
  0% {
    height: 0;
  }
  100% {
    height: 0.5rem;
  }
}
@-webkit-keyframes ani_height_0_d5 {
  0% {
    height: 0;
  }
  100% {
    height: 0.5rem;
  }
}
@keyframes ani_height_0_d5 {
  0% {
    height: 0;
  }
  100% {
    height: 0.5rem;
  }
}
@-moz-keyframes ani_height_d5_0 {
  0% {
    height: 0.5rem;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes ani_height_d5_0 {
  0% {
    height: 0.5rem;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes ani_height_d5_0 {
  0% {
    height: 0.5rem;
  }
  100% {
    height: 0;
  }
}
@keyframes ani_height_d5_0 {
  0% {
    height: 0.5rem;
  }
  100% {
    height: 0;
  }
}

header .glmenu > li.lookall .glmenu-content .glmenu-content-body.glmenu-content-body-pc .vehicle-models .info-input .info-form{
  width: calc(100% - 6.8rem)!important;
}

header .glmenu > li.lookall .glmenu-content .glmenu-content-body.glmenu-content-body-pc .vehicle-models .info-input .info-form > div{
  width: calc((100% - 0.64rem)/ 3)!important;
}

/*# sourceMappingURL=index.css.map */

