* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .2183rem;
}

/* 头部广告位 */
.de_iv_adv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    /* background-color: #F8F8F8; */
    margin: 0 0 40px 0;
}

/* 底部广告位 */
.postionFixed {
    width: 100%;
    min-height: 60px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.swiper {
    width: 95%;
    height: auto;
    border-radius: 10px;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px !important;
}

.swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calssTitleName {
    font-size: .4911rem;
    font-weight: 600;
    text-transform: uppercase;
}

.top-title .image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.top-title .image img {
    width: 100%;
    height: 100%;
}

main {
    min-height: calc((100vh - 281px));
}

a {
    text-decoration: none;
}

img {
    object-fit: cover;
}

#app {
    width: 750px;
    min-height: 100vh;
    margin: auto;
    position: relative;
    background-color: #f7f5f7 !important;
}


.loading {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 6;
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: .4093rem;
    font-size: 14px;
    color: gray;
}

.loading::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: #000;
    animation: loading 0.8s linear infinite;
    margin-right: .4093rem;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}




header {
    width: 100%;
    height: 55px;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .05);
    padding: 0 10px;
    margin: 0 auto;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon {
    width: 30px;
    height: 30px;
}


.logo {
    height: 80%;
}

.listBox {
    width: 100%;
    padding: 20px;
}

.list {
    width: 100%;
    border: 5px solid #000;
    box-sizing: border-box;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.list img {
    width: 100%;
    height: 100%;
}

.bottomBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(360deg, #000000 0%, #000000 48%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    padding-top: 70px;
}

.text-white {

    font-weight: 500;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
}

.btn {
    width: 172px;
    height: 48px;
    background: #edeef3;
    border-radius: 100px;
    opacity: 1;
    color: #3a82f7;
    margin-left: 20px;
    flex: 0 0 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
}

.footer {
    background: #282828;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 60px;
}

.footer .padding-20 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px;
}

.footer .bottom {
    border-top: 1px solid #383838;
}

.footer .padding-bottom-20 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}


.footer .padding-bottom-20 {
    padding-bottom: 10px;
}

.footer .padding-top-10 {
    padding-top: 5px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.footer .bottom .copyright {
    color: #7d7d7d;
    margin-top: 10px;
    font-size: 20px;
}

.font-20 {
    font-size: 20px;
}

.line-height-1-5 {
    line-height: 1.5;
}

.text-white {
    color: #fff;
}

.font-weight-500 {
    font-weight: 500;
}


.align-center,
.center {
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.flex,
.flex-column,
.flex-row,
.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

footer .el-image__inner {
    width: 25px;
    height: 25px;
}

.footerLogo {
    object-fit: contain;
    width: auto !important;
    height: 30px !important;
}

@media screen and (max-width:750px) {
    #app {
        width: 100%;
    }

    .icon {
        width: 20px;
        height: 20px;
    }

    .logo {
        height: 55%;
    }
}

@media screen and (min-width:750px) {
    html {
        font-size: 73.3px !important;
    }
}

.el-rate__text {
    font-size: .2729rem;
}

.footerB a {
    margin-right: .2729rem;
}

footer a {
    color: #7d7d7d;
    font-weight: 500;
}