/* @font-face {
    font-family: 'Hyundai';
    src: url("../fonts/HyundaiSans/HyundaiSansTextOffice-Regular.eot");
    src: url("../fonts/HyundaiSans/HyundaiSansTextOffice-Regular.eot%3F") format("embedded-opentype"),
    url("../fonts/HyundaiSans/HyundaiSansTextOffice-Regular.woff") format("woff"),
    url("../fonts/HyundaiSans/HyundaiSansTextOffice-Regular.ttf") format("truetype"),
    url("../fonts/HyundaiSans/HyundaiSansTextOffice-Regular.svg") format("svg");
}

@font-face {
    font-family: 'HanSans';
    src: url("../fonts/SourceHanSansCN/SourceHanSansCN-regular.eot");
    src: url("../fonts/SourceHanSansCN/SourceHanSansCN-regular.eot%3F") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN/SourceHanSansCN-regular.woff") format("woff"),
    url("../fonts/SourceHanSansCN/SourceHanSansCN-regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN/SourceHanSansCN-regular.svg") format("svg");
}

@font-face {
    font-family: 'HanSansBold';
    src: url("../fonts/SourceHanSansCN/SourceHanSansCN-Bold.eot");
    src: url("../fonts/SourceHanSansCN/SourceHanSansCN-Bold.eot%3F") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN/SourceHanSansCN-Bold.woff") format("woff"),
    url("../fonts/SourceHanSansCN/SourceHanSansCN-Bold.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN/SourceHanSansCN-Bold.svg") format("svg");
}

@font-face {
    font-family: 'HyundaiBold';
    src: url("../fonts/HyundaiSans/HyundaiSansHeadOffice-Regular.eot");
    src: url("../fonts/HyundaiSans/HyundaiSansHeadOffice-Regular.eot%3F") format("embedded-opentype"),
    url("../fonts/HyundaiSans/HyundaiSansHeadOffice-Regular.woff") format("woff"),
    url("../fonts/HyundaiSans/HyundaiSansHeadOffice-Regular.ttf") format("truetype"),
    url("../fonts/HyundaiSans/HyundaiSansHeadOffice-Regular.svg") format("svg");
} */


@font-face {
    font-family: 'KiaSignatureRegular';
    src: url("../fonts/kia.ttf");
}
@font-face {
    font-family: '方正兰亭';
    src: url("../fonts/fzlt.ttf");
}

/* $font-family-sans-serif:'KiaSignatureRegular', '方正兰亭'; */

body,
html {
    margin: 0;
    font-family: 'KiaSignatureRegular', '方正兰亭';
}
/* body{
    font-size: 100%;
} */

br {
    opacity: 0;
    font-family: none;
 }

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

/* 全屏 */
.full-screen {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.pc-only {
    display: block !important;
}

.mb-only {
    display: none !important;
}

/* 图片没有配置src的显示样式 */
img[src=""],
img:not([src]) {
    opacity: 0;
}

/* 换行 工具 start */
.br-pc {
    display: block;
    height: 0;
}

.br-m {
    display: inline;
}

@media (max-width: 767px) {

    .br-pc {
        display: inline;
    }

    .br-m {
        display: block;
        height: 0;
    }
}

/* 换行 工具 end */

@media (max-width: 767px) {

    .pc-only {
        display: none !important;
    }

    .mb-only {
        display: block !important;
    }
}

.back {
    position: fixed;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
    display: none;

}

.back img {
    width: 0.54rem;
}

.mouse {
    width: 18px;
    height: 60px;
    background: url("../images/Nline/mouse.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 40px;
    z-index: 9;
    left: 50%;
    margin-left: -9px;
    cursor: pointer;
    animation: iconscroll 2s infinite;
    z-index: 9;
}

.mouseRigt {
    width: 18px;
    height: 60px;
    background: url("../images/Nline/mouse.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 8%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
    cursor: pointer;
    animation: iconscroll 2s infinite;
    z-index: 9;
}

@keyframes iconscroll {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.video-content {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-content .poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-content video {
    width: 100%;
    height: 100%;
}

.video-content .video-btn {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    cursor: pointer;
    background-image: url(../images/N-Brand-People/play-btn.png);
    background-size: 100%;
}
.fixed {
    position: fixed;
    left: 0;
    top: 1rem;
    z-index: 99;
    width: 100%;
  }
  #pc-wrap .brandBottom img{
     transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
  }
  #pc-wrap .brandBottom img:hover{
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
  }
  #pc-wrap .img-border{
      display: inline-block;
      overflow: hidden;
      width: 100%;
      height: auto;
  }
