.instructions {
    padding: 0.08rem 0.2rem;
    font-size: 0.23rem;
    line-height: 0.2rem;
    font-family: 'Times New Roman', Times, serif;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 3px solid #eee;
    padding: 15px 0;
}

.instructions_download {
    display: flex;
    flex-wrap: wrap;
}

.anniu {
    display: flex;
    padding-top: 20px;
    height: 60px;
    align-items: center;
    margin-right: 30px;
}
.anniu .selection_icon_img{
    margin-right: 0.1rem;
    display: inline-block;
    width: 0.26rem;
    height: 0.18rem;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.selection_download .swiper-slide{
    width: 100%!important;
    height: 100%!important;
    background-color: rgba(0, 0, 0, 0)!important;
}
.selection_download .selection_content{
    width: auto!important;
    height: auto!important;
}
.selection_download .swiper-slide img{
    object-fit: contain;
    max-width: 8rem!important;
    max-height: 6rem!important;
}

.anniu_1 {
    background-color: #eee;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px 0 0 5px;
}

.anniu_2 {
    background-color: #eee;
    margin-left: 2px;
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    margin-right: 5px;
}

.anniu_2 a {
    text-decoration: underline
}

.instructions span {
    font-size: 25px;
    font-weight: 600;
    margin-left: 15px;
}

.instructions img {
    height: 20px;
    width: auto;
}

.trunk {
    margin-top: 60px;
}


.quanbu {
    display: inline-block;
    padding: 0 0.22rem;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 999px;
    font-size: 0.22rem;
    line-height: 0.38rem;
}

.quanbu:hover {
    color: #ffffff;
    background-color: #fe0000;
    border: 1px solid #fe0000;
    text-decoration: none;
}

.search_other .active {
    color: #ffffff;
    background-color: #fe0000;
    border: 1px solid #fe0000;
    text-decoration: none;
}


.search_other_left a {
    margin: 0 8px;
    background-color: #eee;
}

.nav_left {
    display: none;
}

.download_up {
    position: fixed;
    right: 100px;
    bottom: 30px;
    display: none;
    cursor: pointer;
}

.download_up img {
    margin-left: 87%;
}

.banner_text_en {
    width: 100% !important;
    border-left: 0.04rem solid #a27d4e !important;
}

html {
    background-color: white;
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages li {
    display: table-cell;
    padding: 0.06rem 0.12rem;
    font-size: 0.16rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: none;
}

.pages li:first-child {
    border-left: 1px solid #ddd;
}

.pages .absolutepage {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.pages .absolutepage a {
    color: #fff;
}

.search_other_item {
    color: #000000;
    background-color: #EEEEEE
}

@media (max-width: 768px) {
    .search_other_left a {
        margin: 3px 0.5px;
    }
    .instructions{ border-bottom: 1px solid #eee;}

    .instructions span {
        font-size: 15px;
    }

    .instructions img {
        height: 15px;
    }

    .instructions span {
        margin-left: 5px;
    }

    .instructions_download {
        display: flex;
        flex-wrap: wrap;
    }

    .anniu {
        min-width: 50%;
    }

    .anniu_2 {
        margin-right: 2px;
        margin-left: 2px;
    }

    .anniu_chang {
        width: 100%;
    }

    .download_up img {
        margin-left: 83%;
        width: 35px;
    }

    .nav_left {
        display: flex;
    }

    body {
        font-size: 10px
    }

}