html,body,p{
    margin: 0;
    padding: 0;
}
body{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    width: 100%;
}
div,header{
    box-sizing: border-box;
}
.el-image-viewer__actions{display: none}
.el-image-viewer__mask {opacity: 1;}
#mi-app{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgba(224,224,224,1) !important;
    overflow: hidden;
}
.mi-top-actions{
    position: absolute;
    top: 2%;
    right: 20px;
    z-index: 99;
}
.mi-top-actions i{
    cursor: pointer;
}
.mi-top-actions i{
    cursor: pointer;
}
.mi-top-actions i.mi-full{
    font-size: 23px;
    font-weight: bolder;
}
.mi-top-menu{
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 0 1.5rem 10%;
    height: 6rem;
    background-color: rgba(224,224,224,0.8) !important;
}
.mi-top-menu .logo{
    width: 7rem;
    /*height: 5rem;*/
    /*overflow: hidden;*/
    /*display: flex;
    align-items: end;*/
    cursor: pointer;
}
.mi-top-menu .logo img{
    max-height: 5rem;
    width: 100%;
    /*animation: a_1 1s ease forwards;*/
}
.mi-top-menu .menus{
    width: 80%;
    margin-left: 3%;
    display: flex;
}
.mi-top-menu .menus .item{
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    /*overflow: hidden;*/
}
.mi-top-menu .menus .item span{
    cursor: pointer;
    word-wrap:break-word;
    padding: .03rem .08rem;
    font-size: .6rem;
}
.mi-top-menu .menus .item span:hover{
    color: #333333;
}
.mi-top-menu .menus .item span.active{
    background-color: #0d1318;
    color: #ffffff;
    border-radius: .5rem;
    padding: .04rem .35rem .06rem;
    font-size: .6rem;
}
.mi-top-menu .menus .item:not(:last-child)::after {
    content: "/";
    display: block;
    width: 1rem;
    color: #2f2f2f;
    text-align: center;
}
.sub-cat-menu{
    position: absolute;
    top: 1.5rem;
    display: flex;
    font-size: .55rem;
    min-width: 22rem;
    left: -20px;
}
.sub-cat-menu .sub-item{
    margin: 0 5px;
    cursor: pointer;
}
.sub-cat-menu .sub-active{
    color: #0b6cbc;
}
.sub-cat-menu .sub-item:hover{
    color: #0b6cbc;
}
footer{
    padding: .15rem 0 1rem;
    text-align: center;
    font-size: .35rem;
    transform: translate3d(0,.5rem,0);
    animation: a_1 1s ease .2s forwards;
}
.poweredby{
    color: #999;
    transform: scale(.85);
    padding: .2rem 0 0;
    line-height: 1;
    opacity: .6;
}

.main-content{
    width: 100%;
    animation: a_1-data-v-cb4b120c 1s ease forwards;
    /*transform: scaleX(1.05) scaleY(1.05);*/
    margin: auto;
    min-height: 25rem;
    /*background-color: #666666;*/
}
.index-brand{
    display: block;
    width: 100%;
    height: 25rem;
    object-fit: cover;
}
.mi-swiper-content{
    width: 96%;
    position: relative;
    margin-left: 2%;
}
.mi-swiper-content .mi-swiper,.mi-swiper-content .mi-swiper2,.mi-swiper-content .swiper6,.mi-swiper-content .swiper2,.mi-swiper-content .swiper1,.mi-swiper-content .mi-index-swiper,.mi-swiper-content .swiper31,.mi-swiper-content .swiper3{
    width: 86%;
    margin-left: 7%;
}
.mi-swiper-content .mi-swiper .swiper-slide,.mi-swiper-content .mi-swiper-content .swiper-slide,.mi-swiper-content .mi-index-swiper .swiper-slid,.mi-swiper-content .swiper3 .swiper-slide{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.mi-swiper-content .mi-swiper .swiper-slide img{
    width: 100%;
    cursor: pointer;
    /*height: 100vh!important;*/
}
.swiper-slide{
    cursor: pointer;
}

.taoxiSwiper{
    height: 25rem;
    width: 92%;
    margin-left: 4%;
}
.taoxiSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 10.5rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}
.taoxiSwiper .swiper-slide .el-image {
    display: flex;
    justify-content: center;
}
.taoxiSwiper .swiper-slide img{
    width: auto;
    height: 10.5rem;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.video-play{
    width: 100%;
    height: 25rem;
    padding: 1rem;
    background-color: #000;
    display: flex;
    justify-content: center;
}
.video-play-area{
    width: 100%;
    height: 25rem;
    overflow-y: scroll;
    padding: 1rem 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-play-area .video-item{
    width: 46%;
    height: 12rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 1rem;
}
.video-play-area .video-item img{
    width: auto;
    height: 12rem;
}
.video-play-area .video-item i{
    position: absolute;
    top: 5.1rem;
    left: 48%;
    font-size: 55px;
    color: #fff;
}
.show-preview{
    min-width: 5rem;
    max-width: 10rem;
    height: 7rem;
    margin: .2rem;
}
.show-preview .el-image__preview{
    width: auto;
    max-width: 10rem;
    height: 7rem;
    margin: .2rem;
}
.show-all-photos{
    width: 100%;
    height: 25rem;
    overflow-y: scroll;
    padding: 0px 10%;
}
.preview-back{
    font-size: 20px;
    cursor: pointer;
}
.el-image{
    cursor: pointer;
}
.show-img-item{
    min-width: 5rem;
    max-width: 10rem;
    height: 7rem;
    margin: .2rem;
}

.scroll-container{
    width: 100%;
    height: 600px;
    overflow-y: auto;
    background-color: #ffffff;
}