footer.footer-wrapper {
    /*position: relative;*/
    z-index: 1;
}
.index-wrapper {
    width: 100%;
    position: absolute;
    flex-direction: column;
    align-items: center;
}
.index-banner-wrapper {
    width: 100%;
    z-index: 10;
    position: relative;
}
.index-banner-item-wrapper {
    width: 100%;
    position: relative;
    margin-top: -4px;
}
.index-banner-item-wrapper > img {
    width: 100%;
}
.index-banner-item-wrapper > video {
    display: block;
    width: 100%;
    pointer-events: none;
}
.index-banner-item-content {
    position: absolute;
    bottom: 8%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.index-banner-item-content h5{
    letter-spacing: 1.3px;
    font-weight: 750;
    font-size: 26px;
}

.index-banner-item-content p{
    letter-spacing: 1.2px;
    font-size: 16px;
    margin-top: 10px;
}
.index-banner-item-video-btn {
    position: absolute;
    bottom: 50px;
    right: 100px;
}
.index-banner-item-video-btn img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.index-banner-item-content .index-banner-item-content-btn {
    margin-top: 30px;
}

.index-banner-item-content .index-banner-item-content-btn a{
    position: relative;
    width: 160px;
    height: 50px;
    background: #ffffff;
    color: #000000;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 0 20px;
    text-decoration: none;
}
.index-banner-item-content .index-banner-item-content-btn a:hover span {
    color: #FFFFFF;
}

.index-product-wrapper{
    width: 100%;
    margin-top: -5px;
    position: relative;
    display: block;
    height: 150vh;
    overflow: hidden;
}
.index-product-wrapper .index-product-swiper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 10;
    width: 100%;
    background: #ffffff;
    padding: 80px 0;
}
.index-product-wrapper .index-product-swiper .li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-product-wrapper .index-product-swiper  .li:hover img {
    transform: scale(1.2);
}
header.navbar-header-wrapper:hover .navbar-menu-wrapper .navbar-sub-wrapper .li a {
    color: #ffffff;
}
.index-product-wrapper .index-product-swiper  .li > div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 350px;
}
.index-product-wrapper .index-product-swiper  .li > p:nth-child(1) {
    letter-spacing: 1.3px;
    font-weight: bold;
}
.index-product-wrapper .index-product-swiper  .li > p:nth-child(2) {
    letter-spacing: 1.2px;
}
.index-product-wrapper .index-product-swiper  .li > p {
    color: #555;
    margin: 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-product-wrapper .index-product-swiper  .li > p img {
    max-height: 90%;
    max-width: 90%;
}
.index-product-wrapper .index-product-swiper  .li > a{
    width: 160px;
    height: 50px;
    background: #000000;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.index-product-img-wrapper {
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: 0;
    transition: none;
    background: #fff;
}
.index-product-img-wrapper img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.index-brand-value-wrapper {
    background: #FFFFFF;
    padding: 120px 10%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
    position: relative;
}
.index-brand-value-wrapper .index-brand-value {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    justify-content: space-between;
}
.index-brand-value-wrapper .index-brand-value > div{

    flex-direction: column;
    position: relative;
}
.index-brand-value-wrapper .index-brand-value > div span{
    position: absolute;
    left: -20px;
    top: 15px;
}
.index-brand-value-wrapper .index-brand-value > div h5{
    font-family: monospace;
    font-size: 120px;
    cursor: pointer;
}
.index-brand-value-wrapper .index-brand-value > div h5:hover {
    color: #e7004c;
}
.index-brand-value-wrapper .index-brand-value > div p{
    font-size: 12px;
}
.index-brand-value-explain{
    margin-top: 50px;
    flex-grow: 1;
    color: #cccccc;
    font-size: 10px;
}
.index-brand-value-explain li {
    margin: 2px 0;
    position: relative;
}
.index-brand-value-explain li span{
    position: absolute;
    bottom: -3px;
    left: -53px;
    text-align: right;
    width: 50px;
}




.index-shopping-wrapper {
    background: #000000;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 10;
}
.index-shopping-wrapper .index-shopping-item {
    width: 50%;
    flex-direction: column;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
}
.index-shopping-wrapper .index-shopping-item h6 {
    font-size: 26px;
    color: #ffffff;
}

.index-shopping-item a {
    display: inline-block;
    position: relative;
    width: 260px;
    height: 50px;
    background: #ffffff;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-top: 60px;
    letter-spacing: 2px;
    overflow: hidden;
    text-decoration: none;
}
.index-shopping-item a::after {
    content: "";
    transition: all .4s ease-in-out;
    background: #000000;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}
.index-shopping-item a:hover span {
    color: #ffffff;
}
.index-shopping-item a:hover::after {
    bottom: 0;
}
.index-shopping-item a span{
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.index-shopping-offline > div {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    width: 380px;
    height: 50px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.index-shopping-offline > div input{
    display: block;
    width: calc(100% - 50px);
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0;
    resize: none;
    outline: none;
    padding-left: 25px;
    color: #fff;
}
.index-shopping-offline > div input::placeholder {
    color: #fff;
}
.index-shopping-offline > div .index-shopping-btn {
    border-left: 1px solid #FFFFFF;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 50px;
}
.index-shopping-offline > div img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.index-shopping-online > div {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.index-shopping-offline:hover + .index-shopping-background {
    left: 0;
}
.index-shopping-online:hover + .index-shopping-background {
    left: 50%;
}
.index-shopping-background {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #e7004c;
    left: 0;
    z-index: 1;
}