.index-banner .kv-desc {
  position: absolute;
  top: 12%;
  left: 8%;
  opacity: 0;
}

.kv-desc.black {
  color: #000;
}

.kv-desc.black {
  color: #000;
  border-color: #000;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  right: -36%;
  left: auto;
}

.index-banner-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.4;
  margin: 8px;
  cursor: pointer;
  background: #666665;
}

.index-banner-bullet-active {
  background: #fff;
  opacity: 1;
}

.index-carlist,
.index-module {
  margin-top: 0.78rem;
  position: relative;
}

.index-carlist .swiper-container {
  width: 86%;
}

.index-carlist .car-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.index-carlist h3 {
  font-family: "NotoSansHans Bold";
  font-size: 0.4465rem;
  margin-bottom: 2%;
  font-weight: normal;
}

.index-carlist h5 {
  font-family: "NotoSansHans Bold";
  font-size: 0.2233rem;
  font-weight: normal;
}

.index-carlist p {
  font-family: "NotoSansHans Regular";
  font-size: 0.2009rem;
  font-weight: normal;
  margin-top: 0.06rem;
}

.index-carlist .know-more,
.index-carlist .gotodrive {
  font-size: 0.2334rem;
}

.index-carlist .link-wrap {
  font-size: 0;
}

.index-carlist .link-wrap a {
  width: 60%;
  height: 0.47rem;
  line-height: 0.47rem;
  color: #d90011;
}

.index-carlist .link-wrap a.gotodrive {
  border: 1px solid #d90011;
  margin-top: 3%;
}

.index-carlist .car-item .car-desc {
  height: 2.3rem;
  padding-top: 0.4rem;
  cursor: pointer;
  -ms-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  overflow: hidden;
  backface-visibility: hidden;
}

.index-carlist .car-item:hover .car-desc h3 {
  color: #d90011;
}
.index-carlist .swiper-button-next {
  background-image: url(../../img/index/arrow-next.png);
  right: 0.5rem;
}

.index-carlist .swiper-button-prev {
  background-image: url(../../img/index/arrow-prev.png);
  left: 0.5rem;
}

.index-carlist .swiper-button-next,
.index-carlist .swiper-button-prev {
  width: 0.58rem;
  height: 0.76rem;
  background-size: 0.58rem 0.76rem;
}

.index-module {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  flex-wrap: wrap;
  color: white;
}

.index-module .module-item {
  margin-top: 0.17rem;
  position: relative;
  width: 48.6%;
  background-color: #000;
  height: 100%;
  display: flex;
}

.index-module .module-item:nth-child(odd) {
  width: 48.3%;
}

.index-module .module-item img {
  opacity: 0;
  display: block;
}

.index-module .module-item .know-more {
  font-size: 0.2392rem;
  position: absolute;
  top: 20.5%;
  left: 12%;
  opacity: 0;
  color: #fff;
  font-family: "NotoSansHans Light";
}

.index-module .module-item .module-desc {
  font-size: 0.4465rem;
  position: absolute;
  left: 12%;
  top: 11%;
  opacity: 0;
  color: #fff;
  font-weight: normal;
  font-family: "NotoSansHans Bold";
}

.index-module .module-item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-module .module-item:hover .cover {
  opacity: 0.35;
}

.fadeInUp {
  animation: fadeInUp 0.4s linear 0.5s forwards;
  -webkit-animation: fadeInUp 0.4s linear 0.5s forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.28rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(0.28rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ie .swiper-slide {
  position: relative;
}

.ie .index-banner .swiper-slide + .swiper-slide .kv-desc,
.index-banner .swiper-slide + .swiper-slide + .swiper-slide .kv-desc {
  color: #000;
}

.ie .index-banner .kv-desc,
.ie .index-module .module-item .module-desc,
.ie .index-module .module-item .know-more {
  opacity: 1;
}

.ie .index-carlist .swiper-button-next,
.ie .index-carlist .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

.ie .index-module {
  overflow: hidden;
}

.ie .index-module .module-item {
  float: left;
  margin-left: 1%;
}

.ie .index-module .module-item + .module-item + .module-item {
  clear: left;
}

.ie .index-module .module-item + .module-item + .module-item + .module-item {
  clear: none;
}

.ie8 .index-carlist,
.ie8 .index-module {
  margin-top: 1.78em;
}

.ie8 .index-carlist h3 {
  font-size: 0.4465em;
}

.ie8 .index-carlist h5 {
  font-size: 0.2233em;
}

.ie8 .index-carlist p {
  font-size: 0.2009em;
  margin-top: 0.06em;
}

.ie8 .index-carlist .know-more,
.ie8 .index-carlist .gotodrive {
  font-size: 20px;
}

.ie8 .index-carlist .link-wrap a {
  height: 40px;
  line-height: 40px;
}

.ie8 .index-carlist .car-item .car-desc {
  height: 2.3em;
  padding-top: 0.4em;
}

.ie8 .index-carlist .swiper-button-next {
  right: 0.5em;
}

.ie8 .index-carlist .swiper-button-prev {
  left: 0.5em;
}

.ie8 .index-carlist .swiper-button-next,
.ie8 .index-carlist .swiper-button-prev {
  width: 58px;
  height: 76px;
  /* background-size: cover;
  -ms-behavior:url(../global/backgroundsize.min.htc);
  behavior:url(../global/backgroundsize.min.htc); */
}

.ie8 .index-module .module-item {
  margin-top: 0.17em;
}

.ie8 .index-module .module-item .know-more {
  font-size: 0.2392em;
}

.ie8 .index-module .module-item .module-desc {
  font-size: 0.4465em;
}

.float-div {
  position: fixed;
  right: 0;
  /* top: calc(30% + 258px); */
  bottom: 6%;
  width: 10.5%;
  z-index: 3;
}

.float-div .float-close {
    position: absolute;
    width: 14%;
    height: 13%;
    right: 5%;
    cursor: pointer; 
    top: 0%;
}

/* 傅首尔信息浮窗 20200616 start */
.float-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.float-pop-con {
  width: 28%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float-pop-close {
  position: absolute;
  width: 10%;
  right: -10%;
  top: 0;
  cursor: pointer;
}
/* 傅首尔信息浮窗 20200616 end */

.index-carlist .car-item .car-img {
  width: 2.7rem;
}

/* M-SPACE app下载 202012 start */
.appdownload-wrap {
  position: relative;
  margin-top: 0.2rem;
  padding: 0.8rem 0;
  font-family: "NotoSansHans Regular";
  font-size: 0.2rem;
  background-color: whitesmoke;
}
.appdownload-wrap .app-left {
  position: absolute;
  left: 8%;
  top: 20%;
}
.appdownload-wrap .app-left .title {
  font-size: 1.6em;
  font-weight: normal;
}
.appdownload-wrap .app-left .line {
  width: 1.8em;
  height: 2px;
  margin: 0.5em 0 1em;
  background-color: #fe495b;
}
.appdownload-wrap .app-left .slogan p{
  font-size: 1em;
  line-height: 1.6;
}
.appdownload-wrap .app-left .slogan strong {
  display: inline-block;
  width: 5em;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
}
.appdownload-wrap .app-center {
  width: 16%;
  margin: 0 auto;
}
.appdownload-wrap .app-right {
  position: absolute;
  top: 20%;
  right: 16%;
  width: 10%;
  text-align: center;
}
.appdownload-wrap .app-right p{
  font-size: 2em;
  line-height: 2;
  white-space: nowrap;
}
/* M-SPACE app下载 202012 end */
.index-banner .swiper-slide>a {
	width: 100%;
}
/* 网站设置灰度-哀悼 */
html.gray {
  -webkit-filter: grayscale(100%); /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%); /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* CSS3 filter方式，标准写法*/
  filter: gray;
}

.index-banner-m .kv-desc.kv-btns {
  font-size: 0;
}

.index-banner .kv-btn {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 2.2;
  width: 12.7em;
  text-align: center;
  border-radius: 0.5em;
  padding: 0px 1em;
  margin: 0px 1em;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0.02rem solid #000;
  color: #fff;
  vertical-align: top;
}

.index-banner .kv-btn:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.index-banner .kv-btn-orange {
  background-color: #eaba2c;
  border: 0.02rem solid #c19821;
  color: #000;
}

.index-banner .kv-btn-orange:hover {
  background-color: rgba(234, 187, 46, 0.5);
}

.index-banner .kv-btn span {
  display: inline-block;
  min-width: 6em;
  text-align: center;
  text-align-last: justify;
}