img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.head h1,
.head h2,
.head h3,
.head h4,
.head h5,
.head h6,
#bike_content h1,
#bike_content h2,
#bike_content h3,
#bike_content h4,
#bike_content h5,
#bike_content h6,
.foot h1,
.foot h2,
.foot h3,
.foot h4,
.foot h5,
.foot h6 {
    font-weight: revert;
}

.a_word {
    font-size: 20px;
    font-family: 'Opensans-Bold';
    color: #1a1a1a;
}

.b_word {
    font-size: 45px;
    font-family: 'Opensans-Bold';
    color: #1a1a1a;
    line-height: 45px;
}

.c_word {
    font-size: 16px;
    font-family: 'Opensans-Bold';
    color: #1a1a1a;
}

.e_word {
    font-size: 25px;
    font-family: 'Opensans-Bold';
    color: #1a1a1a;
}

@media only screen and (max-width: 1600px) {
    .a_word {
        font-size: 17px;
    }

    .b_word {
        font-size: 40px;
    }

    .e_word {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .b_word {
        font-size: 30px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 600px) {
    .b_word {
        font-size: 25px;
        line-height: 30px;
    }
}

[v-cloak] {
    display: none;
}


/* head-start */
.head {
    background-color: #f7f7f7;
}

.head_box {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 10px;
    box-sizing: border-box;
}

.head_L_a {
    width: 220px;
    background-color: #ffc7b2;
    border-radius: 5px;
    text-align: center;
    padding: 8px 0;
}

.head_L_b {
    width: 908px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.head_L_c {
    width: 658px;
}

.head_R {
    width: 576px;
    height: 441px;
    overflow: hidden;
}

.head_R img {
    border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
    .head_L_a {
        width: 200px;
    }

    .head_L_b {
        max-width: 700px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .head_L_c {
        width: 450px;
    }

    .head {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 1200px) {
    .head_R {
        max-width: 400px;
        width: 100%;
        height: auto;
    }

    .head_L_c {
        max-width: 450px;
        width: 100%;
    }

    .head_L_b {
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .head_box {
        display: block;
        padding: 50px 10px;
    }

    .head_L_b,
    .head_L_c {
        max-width: 100%;
        width: 100%;
    }

    .head_R {
        max-width: 576px;
        margin: 0 auto;
        margin-top: 20px;
    }
}

/* head-end */

/* foot-start */
.foot {
    margin: 50px auto;
}

.foot_word_width {
    max-width: 1400px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.foot_word_width>h5 {
    text-align: center;
}

.foot_box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.foot_box_L {
    display: grid;
    grid-row-gap: 50px;
    justify-content: center;
    grid-template-columns: repeat(2, 50%);
}

.foot_box_L>div:nth-child(odd) {
    margin-right: 50px;
}

.foot_list {
    max-width: 395px;
    width: 100%;
}

.foot_list_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.foot_list_title img {
    max-width: 54px;
    width: 100%;
    margin: 0;
}

.foot_list_title h6 {
    margin-left: 10px;
}

.foot_list_content {
    width: 396px;
}

.foot_words {
    text-align: center;
    max-width: 420px;
    width: 100%;
    padding: 45px 40px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.foot_words h6,
.foot_words p {
    text-align: left;
}

.foot_words h6 {
    padding-bottom: 15px;
}

.foot_words p:nth-child(2) {
    padding-bottom: 20px;
}

.foot_words_btn {
    margin-top: 50px;
    display: inline-block;
    padding: 9px 30px;
    box-sizing: border-box;
    background-color: #ff5a1e;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .foot_box {
        display: block;
    }

    .foot_box_L>div:nth-child(odd) {
        margin-right: 0;
    }

    .foot_box_L {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .foot_words {
        max-width: 800px;
        padding: 0;
        background: #fff;
        margin: 0 auto;
        margin-top: 50px;
    }

    .foot_list {
        max-width: 350px;
    }

    .foot_list_content {
        width: 350px;
    }
}

@media only screen and (max-width: 750px) {
    .foot_box_L {
        display: block;
    }

    .foot_box_L .foot_list,
    .foot_box_L>div:nth-child(odd) {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .foot_list_title {
        margin-bottom: 10px;
    }

    .foot>h5 {
        text-align: center;
    }

    .foot_list,
    .foot_list_content {
        max-width: 100%;
        width: 100%;
    }

    section.head {
        display: none;
    }
}

/* foot-end */

/* bike_content-start */
.phone_nav {
    display: none;
}

.nav {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}


#bike_content .nav_list {
    display: flex;
    padding: 9px 20px;
    border-radius: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.nav .nav_list:nth-child(2) {
    margin-left: 25px;
}

.nav_list img {
    max-width: 20px;
    width: 100%;
    margin: 0;
    opacity: 0;
}

.nav_list p {
    margin-left: 5px;
}

.nav_hover {
    background-color: #cccccc;
}

.nav_hover img {
    opacity: 1;
}

.view_box {
    max-width: 1791px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}

.phone_nav_list {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
    visibility: hidden;
    transition: visibility .35s linear;
    overflow-y: scroll;
    background: #fff;
}

.view_nav {
    width: 292px;
    position: relative;
    align-self: flex-start;
}

.view_content {
    width: calc(100% - 292px);
    margin-left: 29px;
}

.grid_view {
    display: grid;
    grid-row-gap: 30px;
    justify-content: center;
    grid-template-columns: repeat(3, 34%);
}

.clear_all {
    display: inline-block;
    padding: 9px 21px;
    box-sizing: border-box;
    background-color: #cccccc;
    border-radius: 40px;
    cursor: pointer;
    float: right;
    position: relative;
}

.clear_all.active {
    background-color: #ff5a1e;
    color: #fff;
    /* box-shadow: 0 4px 15px 0 #ff5a1e; */
}


.view_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 0;
}

.view_nav .view_nav_ul {
    padding-top: 65px;
}

.view_nav_ul>li {
    border-bottom: 1px solid #999999;
}

.view_nav_ul>li:last-child {
    border: initial;
}

.view_nav_ul .sidenav_label {
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 26px;
    margin-top: 26px;
    cursor: pointer;
    transition: 0.2s;
}

.view_nav_ul li:first-child .sidenav_label {
    padding-top: 0;
}

.view_nav_ul .sidenav_label::after {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: auto;
    background: url("/static/themes/default/img/icon/9.png") center no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
}

.view_nav_ul .sidenav_label:hover {
    opacity: 1;
}

.view_nav .sub li {
    position: relative;
    margin-bottom: 22px;
    line-height: 22px;
    cursor: pointer;
}

.app_radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.app_radio input:checked~.app_radio_tip::after,
.app_radio_tipHover::after {
    content: '';
    background-color: #1a1a1a;
    display: block;
    height: 100%;
    border-radius: 50%;
}

.view_nav .sub .app_radio_tip,
.app_radio_tipHover {
    width: 22px;
    height: 22px;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    padding: 2px;
    box-sizing: border-box;
}

.view_nav .sub li:last-child {
    margin-bottom: 30px;
}

.view_nav :checked+label::after {
    transform: rotate(-90deg);
}

.view_nav .sub {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s;
    overflow: hidden;
}

.view_nav :checked+label::after {
    transform: rotate(-90deg);
}

.view_nav :checked~.sub {
    grid-template-rows: 1fr;
}

.view_nav_hover::before {
    background-color: #1a1a1a;
}

.grid_view_list {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.grid_view_box {
    min-height: 540px;
    background-color: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.grid_view_checkbox {
    margin-top: 29px;
    margin-left: 29px;
}

.grid_view_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 29px 29px 0 29px;
    position: relative;
    z-index: 5;
}

.add_parameters {
    justify-content: flex-end;
}

.app_checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.25s ease;
}

.app_checkbox_tip {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: solid 2px #1a1a1a;
    margin-right: 15px;
    position: relative;
}

.app_checkbox input:checked~.app_checkbox_tip::after {
    content: url('/static/themes/default/img/icon/8.png');
}

.app_checkbox input:disabled~.app_checkbox_tip {
    border-color: #b7b7b7;
}

.app_checkbox input:disabled~span {
    color: #b7b7b7;
}

.grid_view_tip {
    padding: 5px 8px;
    border-radius: 5px;
    text-align: center;
}

.grid_view_sold {
    background-color: #cccccc;
}

.grid_view_save {
    background-color: #ffffff;
}

.grid_view_save p {
    color: #ff5a1e;
}

.grid_view_img {
    max-width: 417px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: 0 auto;
    overflow: hidden;
}

.grid_view_img img {
    height: inherit;
    object-fit: cover;
}

.grid_view_words {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 15px auto;
}

.grid_view_words_R p,
.list_view_wordPrice span {
    color: #808080;
    text-decoration: line-through;
}

.grid_view_words h5 {
    margin-bottom: 5px;
}

.grid_view_color li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.grid_view_color li:last-child {
    margin-right: 0;
}

.grid_view_color li img {
    width: 20px;
    height: 20px;
}

.grid_view_color li p {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #505050;
    border-radius: 5px;
}

.grid_view_color .grid_view_imgHover p {
    border-color: #f26326;
    border-width: 2px;
}

.grid_view_color li img {
    border-radius: 7px;
    border: 1px solid #505050;
}

.grid_view_color .grid_view_imgHover img {
    border: 2px solid #f26326;
    padding: 3px;
}


.list_view .grid_view_list {
    max-width: 1224px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 20px;
}

.list_view .grid_view_list:last-child {
    margin-bottom: 0;
}

.list_view .grid_view_box {
    max-width: 720px;
    width: 100%;
    min-height: 780px;
    overflow: hidden;
}

.list_view .grid_view_img {
    max-width: 632px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 115px;
    margin: 0 auto;
}

.list_view_word {
    margin-left: 30px;
    max-width: 475px;
    width: 100%;
}

.list_view_wordTip {
    margin-bottom: 10px;
}

.list_view_wordTitle {
    margin-bottom: 30px;
    font-weight: 600 !important;
}

.list_view_wordParagraph {
    margin-bottom: 20px;
}

.list_view_wordBike {
    margin-bottom: 20px;
    font-weight: 550;
}

.list_view_wordPrice {
    margin: 20px 0;
    font-weight: 600;
}

.list_view_wordPrice span {
    padding-right: 10px;
    font-weight: 500;
}

.list_view_btn {
    background-color: #ff5a1e;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
}

.list_view_btn p {
    color: #fff;
    font-weight: 600;
}

.page_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.page_box li {
    width: 35px;
    height: 35px;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-align: center;
    margin-right: 9px;
    cursor: pointer;
}

.page_box li p {
    font-size: 16px;
    line-height: 35px;
}

.page_box li:first-child,
.page_box li:last-child {
    width: 20px;
    height: 20px;
}

.page_box li:first-child,
.page_box li:last-child {
    background-color: #fff;
}

.page_box li:first-child {
    transform: rotate(180deg);
}

.page_box li:last-child {
    margin-right: 0;
}

.page_box .page_hover {
    background-color: #4d4d4d;
}

.page_box .page_hover p {
    color: #fff;
}

/* bike_content-end */

/* loading_start */
.grid_loading .grid_view_box,
.grid_loading h5,
.grid_loading p,
.grid_loading ul,
.grid_loading .list_view_btn {
    background-color: #f7f7f7;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%) #f7f7f7;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading ease-in-out infinite
}

.grid_loading h5,
.grid_loading p,
.grid_loading ul {
    min-height: 1.6rem;
    border-radius: 4px;
}

.grid_loading .grid_view_words_L h5 {
    width: 100px;
}

.grid_loading .grid_view_words_L p {
    width: 150px;
}

.grid_loading .grid_view_words_R h5,
.grid_loading .grid_view_words_R p {
    width: 90px;
}

.grid_loading .list_view_wordTip {
    width: 150px;
}

.grid_loading .list_view_wordTitle {
    width: 100px;
}

.grid_loading .list_view_wordParagraph {
    min-height: 5rem;
}

.grid_loading .list_view_wordBike {
    width: 120px;
}

.grid_loading .list_view_wordPrice {
    width: 150px;
}

.grid_loading .list_view_btn {
    width: 150px;
    height: 34px;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

/* loading_end */

/* nav_wrapper-start */
.nav_wrapper {
    background-color: #fff;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: -96px;
    left: 0;
    right: 0;
    border-top: 2px solid #0000001a;
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0;
    z-index: 9999999;
}

.slide_down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .2s ease-out;
}

.slide_up {
    -webkit-transform: translateY(-96px);
    transform: translateY(-96px);
    transition: transform .2s ease-out;
}

.nav_select_list li {
    display: inline-block;
    border: 1px solid #1a1a1a;
    vertical-align: middle;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 9px;
    margin-right: 20px;
}

.nav_select_list li:last-child {
    margin-right: 50px;
}

.nav_select_list svg,
.nav_select_list p {
    display: inline-block;
    vertical-align: middle;
}

.nav_select_list svg {
    height: 1em;
    width: 1em;
    margin-left: 10px;
    cursor: pointer;
}

.nav_select_list svg:hover {
    color: #fff;
    border-radius: 50%;
    background-color: #ff5a1e;
}

.nav_wrapper_page {
    margin-right: 100px;
    display: inline-block;
    padding: 10px 30px;
    box-sizing: border-box;
    background-color: #ff5a1e;
    border-radius: 9px;
    color: #ffffff;
    text-align: center;
}

/* nav_wrapper-end */
.empty_view {
    display: block;
}

.empty_state {
    text-align: center;
    margin: 200px auto;
}

@media only screen and (max-width: 1850px) {
    .foot>h5 {
        margin-left: 0;
        text-align: center;
    }

    .view_box {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .grid_view_list {
        max-width: 90%;
    }

    .grid_view_box {
        min-height: 500px;
    }

    .grid_view_img {
        max-width: 85%;
    }

    .grid_view {
        grid-template-columns: repeat(3, 33%);
    }
}

@media only screen and (max-width: 1500px) {
    .grid_view_box {
        min-height: 450px;
    }

    .list_view .grid_view_box {
        min-height: 700px;
    }

    .list_view .grid_view_img {
        max-width: 90%;
        bottom: 90px;
    }
}

@media only screen and (max-width: 1300px) {
    .view_nav {
        width: 200px;
    }

    .view_content {
        width: calc(100% - 200px);
    }

    .grid_view_box {
        min-height: 400px;
    }

    .grid_view_top {
        margin: 20px 12px 0 12px;
    }

    .app_checkbox_tip {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .app_checkbox input:checked~.app_checkbox_tip::after {
        position: absolute;
        top: -4px;
        left: -3px;
    }

    .list_view .grid_view_box {
        min-height: 650px;
    }
}

@media only screen and (max-width: 1200px) {
    .grid_view_box {
        min-height: 350px;
    }

    .list_view .grid_view_box {
        min-height: 520px;
    }

    .nav_wrapper {
        /*z-index: 666;*/
        padding: 15px 10px;
        box-sizing: border-box;
        justify-content: space-around;
    }

    .nav_wrapper_page {
        margin-right: 10px;
        padding: 7px 13px;
    }

    .nav_select_list li {
        padding: 5px 10px;
    }

    .nav_select_list p {
        width: 95px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 13px;
        line-height: 20px;
    }

    .nav_select_list svg {
        margin-left: 5px;
        cursor: pointer;
        background: #1a1a1a;
        color: #fff;
        border-radius: 50%;
    }

    .nav_select_list li:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .grid_view_box {
        min-height: 300px;
    }

    .list_view .grid_view_box {
        min-height: 480px;
    }
    .grid_view_img {
        bottom: 30px;
    }
    .list_view .grid_view_img {
        bottom: 50px;
    }
}

@media only screen and (max-width: 1000px) {
    .grid_view_list {
        max-width: 95%;
    }
    .phone_nav {
        display: flex;
        background-color: #e6e6e6;
        align-items: center;
        justify-content: space-around;
        padding: 25px 0;
    }

    .nav,
    .view_box .view_nav {
        display: none;
    }

    .phone_nav_box {
        display: flex;
        background-color: #ff5a1e;
        padding: 10px 17px;
        border-radius: 20px;
        cursor: pointer;
    }

    .phone_nav_box img {
        max-width: 21px;
        width: 100%;
        margin-right: 6px;
    }

    .grid_view {
        grid-template-columns: repeat(2, 50%);
    }

    .view_content {
        width: 100%;
        margin: 0 auto;
    }

    .grid_view_box {
        min-height: 450px;
    }

    .phone_nav_list[aria-hidden=false] {
        visibility: visible;
        display: block;
    }

    .phone_nav_list[aria-hidden=true] {
        visibility: hidden;
    }

    .phone_nav_list::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity .35s ease-in-out;
        background: #000;
    }

    .phone_nav_list[aria-hidden=false]:before {
        opacity: .4;
    }

    .phone_nav_list .view_nav {
        position: absolute;
        top: 100px;
        width: 100%;
        height: calc(100% - 100px);
        margin-left: auto;
        background: #fff;
        transform: translateY(100%);
        transition: transform .35s cubic-bezier(.645, .045, .355, 1);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: 0 20px;
        box-sizing: border-box;
        min-height: 1000px;
    }

    .phone_nav_list[aria-hidden=false] .view_nav {
        transform: translate(0);
    }

    .phone_nav_top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .clear_all {
        display: inline-block;
        float: inherit;
    }

    .view_nav .view_nav_ul {
        padding-top: 0;
        padding-bottom: 73px;
    }

    .phone_close svg {
        height: 16px;
        width: 16px;
        border: 1px solid #1a1a1a;
        border-radius: 50%;
        padding: 5px;
        box-sizing: content-box;
    }

    .phone_nav_foot {
        max-width: 1000px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        box-sizing: border-box;
        border-top: 2px solid rgba(0, 0, 0, .1);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
    }

    .phone_nav_footBtn {
        background-color: #ff5a1e;
        display: inline-block;
        padding: 9px 21px;
        border-radius: 40px;
    }

    .phone_nav_footBtn p {
        color: #fff;
    }

    .nav_select_list svg:hover {
        background-color: #1a1a1a;
    }


}
@media only screen and (max-width: 900px) {
    .grid_view_box {
        min-height: 400px;
    }
}
@media only screen and (max-width: 800px) {
    .grid_view_box {
        min-height: 365px;
    }
}
@media only screen and (max-width: 750px) {
    .grid_view .grid_view_box {
        min-height: 350px;
    }

    .list_view .grid_view_box {
        min-height: 600px;
    }

    .grid_view_img {
        bottom: 20px;
    }

    .grid_view_list {
        margin-bottom: 35px;
    }

    .nav_wrapper_page {
        margin-right: 0;
    }

    .list_view .grid_view_list {
        display: block;
        max-width: 750px;
        margin-bottom: 35px;
    }

    .list_view_word {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .list_view .grid_view_img {
        max-width: 85%;
        bottom: 20px;
    }

    .list_view_wordTitle,
    .list_view_wordParagraph {
        margin-bottom: 15px;
    }
    
    .grid_view_tip {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    .grid_view {
        grid-row-gap: 10px;
    }
    .grid_view_list {
        margin-bottom: 30px;
    }
    .grid_view_img {
        bottom: 0;
    }
    .grid_view .grid_view_box {
        min-height: 300px;
    }
    .grid_view_words {
        display: block;
    }
    .grid_view_words_L > p {
        display: none;
    }
    .grid_view_words_R {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 15px 0;
    }
    .grid_view_words_R > h5 {
        margin-right: 5px;
    }
    .page_box li {
        width: 20px;
        height: 20px;
        padding: 1px;
    }
    .page_box li:first-child, .page_box li:last-child {
        width: 15px;
        height: 15px;
    }
    .page_box li p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 650px) {

    .grid_view .grid_view_box {
        min-height: 280px;
    }

    .list_view .grid_view_box {
        min-height: 550px;
    }

    .app_checkbox_tip {
        width: 15px;
        height: 15px;
    }
    .app_checkbox input:checked~.app_checkbox_tip::after {
        top: 0;
        left: 0;
    }
    .app_checkbox input:checked~.app_checkbox_tip::after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(/static/themes/default/img/icon/8.png);
        background-size: cover;
    }
    .app_checkbox_tip {
        border: solid 1px #1a1a1a;
    }

    .grid_view_top .app_checkbox .c_word {
        font-size: 14px;
    }

    .grid_view_color li img {
        width: 17px;
        height: 17px;
    }

    .grid_view_color li img {
        padding: 2px;
    }

    .nav_wrapper {
        display: block;
    }

    .nav_select_list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .nav_wrapper_page {
        display: inherit;
    }
    .grid_view_color li p {
        padding: 2px 5px;
    }

}

@media only screen and (max-width: 600px) {
    .grid_view .grid_view_box {
        min-height: 260px;
    }

    .list_view .grid_view_box {
        min-height: 500px;
    }
}

@media only screen and (max-width: 550px) {
    .grid_view .grid_view_box {
        min-height: 240px;
    }

    .list_view .grid_view_box {
        min-height: 450px;
    }
}

@media only screen and (max-width: 500px) {

    .grid_view .grid_view_box {
        min-height: 220px;
    }

    .list_view .grid_view_box {
        min-height: 400px;
    }

    .nav_select_list li {
        margin-right: 10px;
    }

    .phone_nav_box p {
        font-size: 13px;
    }

    .phone_nav_box img {
        max-width: 16px;
    }

    .phone_nav_box {
        padding: 8px 13px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 455px) {
    .nav_select_list {
        display: block;
        margin-bottom: 0;
    }

    .nav_select_list li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 450px) {

    .grid_view .grid_view_box {
        min-height: 200px;
    }

    .list_view .grid_view_box {
        min-height: 350px;
    }

    .foot_list,
    .foot_list_content {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {

    .grid_view .grid_view_box {
        min-height: 180px;
    }
    .grid_view_top {
        margin: 12px 12px 0 12px;
    }
    .a_word {
        font-size: 15px;
    }
    .list_view .grid_view_box {
        min-height: 320px;
    }
}

@media only screen and (max-width: 360px) {

    .grid_view .grid_view_box {
        min-height: 160px;
    }

    .list_view .grid_view_box {
        min-height: 300px;
    }
}

.view_content .view_hoverImg {
    opacity: 0;
    height: 0;
    transition: opacity 0.2s ease 0s, height 0.2s ease 0s;
}

.grid_view_boxHover:hover .grid_view_img .view_hoverImg{
    opacity: 1;
    height: auto;
}
.grid_view_boxHover:hover .grid_view_img .view_baseImg {
    display: none;
}
@media only screen and (max-width: 750px) {
    .grid_view_boxHover:hover .grid_view_img .view_hoverImg,.grid_view_img .view_hoverImg {
        display: none;
        opacity: 0;
    }
    .grid_view_boxHover:hover .grid_view_img .view_baseImg {
        display: block;
    }
}