/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


#lxp_vehiclelist .input-text,
#lxp_maintenancelist .input-text{
    color: inherit;
    height: 40px;
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 320px;
    border-radius: 5px;
}

#lxp_vehiclelist .search-field .search-btn,
#lxp_maintenancelist .search-field .search-btn{
    margin-left: 10px;
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #21c9c0;
    color: #ffffff;
    position: static;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    border-radius: 5px;
}


.lxp_guide_btn_margin{
    margin-bottom: 20px;
    margin-left: 20px;
}
.lxp_guide_your_need_flex{
    display: flex;
    align-items: center;
}

.lxp_guide_ul_flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.lxp_guide_ul_flex_li{
    cursor: pointer;
    border: 1px solid;
    padding: 6px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 10%;

}
.lxp_guide_margin_bottom_6{
    margin-bottom: 6px;
    margin-right: 6px;
}
.lxp_guide_border_arrow{
    width: 12px !important;
    height: 12px !important;
    transform: rotate(45deg);
    border-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
}

.vehicle-none{
    display:none;
}
.vehicle-active{
    display:block;
}
#lxp_vehiclelist{
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top:3%;
    transform: translate(-50%,0);
    z-index: 1100;
    width: 100%;
    height: calc(60vh - 10px);
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-weight: 500;
    padding: 2%;
}
@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_vehiclelist{
        position: absolute;
        top:35%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1100;
        width: 80%;
        min-width: 80%;

        height: calc(80vh - 10px);
        background-color: rgba(0, 0, 0, 0.9);
        color: #ffffff;
        font-weight: 500;
        padding: 2%;
    }
}

.close-ico{
    display: flex;
    justify-content: end;
}
.close-ico1{
    display: flex;
    justify-content: end;
}
#lxp_vehiclelist  .display_flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#lxp_vehiclelist .vehicle_showlist{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:3%;
    padding: 1%;
    height: 80%;
    overflow-y: auto;
}
#lxp_vehiclelist .vehicle_showlist .vehicle_border{
    margin-right:1%;
    margin-bottom:1%;
    padding:6px;
    border:1px solid #fff;
    border-radius:3px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#lxp_vehiclelist .vehicle_showlist .vehicle_border .vehicle_p_name{
    color:#fff;
    font-size:1.5rem;
}





#lxp_maintenancelist{
    border-radius: 3px;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1100;
    width: 100%;
    height: calc(50vh - 10px);
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-weight: 500;
    padding: 2%;
}
@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_maintenancelist{
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,0);
        z-index: 1100;
        width: 80%;
        min-width: 80%;

        height: auto;
        background-color: rgba(0, 0, 0, 0.9);
        color: #ffffff;
        font-weight: 500;
        padding: 2%;
    }
}

#lxp_maintenancelist  .display_flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#lxp_maintenancelist .maintenance_showlist{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:3%;
    padding: 1%;
    height: 80%;
    overflow-y: auto;
}
#lxp_maintenancelist .maintenance_showlist .maintenance_border{
    margin-right:1%;
    margin-bottom:1%;
    width:15.83%;
    padding:6px;
    border:1px solid #fff;
    border-radius:3px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#lxp_maintenancelist .maintenance_showlist :nth-child(6n){

    margin-right:0 !important;
}
#lxp_maintenancelist .maintenance_showlist .maintenance_border .vehicle_p_name{
    color:#fff;
    font-size:1.5rem;
}

@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_maintenancelist .maintenance_showlist .maintenance_border{
        margin-right:1%;
        margin-bottom:1%;
        width:32%;
        padding:6px;
        border:1px solid #fff;
        border-radius:3px;
        display:flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #lxp_maintenancelist .maintenance_showlist .maintenance_border .vehicle_p_name{
        color:#fff;
        font-size:1rem;
    }


    #lxp_vehiclelist .vehicle_showlist .vehicle_border{
        margin-right:1%;
        margin-bottom:1%;
        width:32%;
        padding:6px;
        border:1px solid #fff;
        border-radius:3px;
        display:flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #lxp_vehiclelist .vehicle_showlist .vehicle_border .vehicle_p_name{
        color:#fff;
        font-size:1rem;
    }

}

#lxp_vehiclelist #show_resultcarlist,
#lxp_maintenancelist #show_result_maintenance{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:3%;
    padding: 1%;
    max-height: 80%;
    overflow-y: auto;
}
#lxp_vehiclelist #show_resultcarlist .vehicle_border,
#lxp_maintenancelist #show_result_maintenance .vehicle_border{
    margin-right:1%;
    margin-bottom:1%;
    padding:6px;
    border:1px solid #fff;
    border-radius:3px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#lxp_vehiclelist #show_resultcarlist .vehicle_border .vehicle_p_name,
#lxp_maintenancelist #show_result_maintenance .vehicle_border .vehicle_p_name{
    color:#fff;
    font-size:1.5rem;
}

#lxp_vehiclelist  .lxp_search_none,
#lxp_maintenancelist  .lxp_search_none{
    display:none !important;
}

/**愿望**/

#lxp_wishlist{
    padding:1%;
    border-radius:3px;
}
#lxp_vehiclelist .input-text,
#lxp_maintenancelist .input-text {
    color: inherit;
    height: 40px;
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 320px;
    border-radius: 5px; }


#lxp_vehiclelist .search-field .search-btn,
#lxp_maintenancelist .search-field .search-btn {
    margin-left: 10px;
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #9b0008cc;
    color: #ffffff;
    position: static;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    border-radius: 5px; }



#lxp_wishlist  .wishlist_title{
    font-weight: 600;
}
#lxp_wishlist .wishlist_need{

}
#lxp_wishlist .wish_h2{

}
#lxp_wishlist .wish_flex{
    display:flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#lxp_wishlist .wish_h6{
    width:6.9%;
    margin-bottom: 0;
    margin-right: 5%;
    padding-top: 6px;
    white-space: nowrap;

}
@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_wishlist .wish_h6{
        width:auto;
        margin-bottom: 0;
        margin-right: 1%;
        padding-top: 6px;
        white-space: nowrap;
    }

}
#lxp_wishlist .wish_options{

    display: flex;
    flex-wrap: wrap;
}
#lxp_wishlist .wish_options .wish_options_right{
    display: flex;

}
#lxp_wishlist .wish_border{
    white-space: nowrap;
    cursor:pointer;
    border-radius:3px;
    border:1px solid rgba(200,200,200,1);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right: 10px;
    padding:6px;
}

@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_wishlist .wish_diy{
        width:20%;
    }
}
@media (min-width:300px) and (max-width:1024px){
    .wish_media_width{
        width:25% !important;
    }
}
#lxp_wishlist .wish_diy input{
    border:0;
    outline:none;
    width:100%;
}
#lxp_wishlist .wish_name{

}
#lxp_wishlist #wish_describe{
    width:100%;
    outline:none;
    padding:12px;

}
#lxp_wishlist .wish_flex_100{
    margin-bottom: 1%;
    width:48%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
#lxp_wishlist .wish_flex_100_name{
    margin-right:4%;
}
#lxp_wishlist .wish_nickname,
#lxp_wishlist .wish_email{
    font-size: 16px;
}


#lxp_wishlist .wish_input{
    width:90%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 0 0px 6px;
    padding: 6px 12px;
}

@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_wishlist .wish_flex_100{
        margin-bottom: 3%;
        width:100%;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }


    #lxp_wishlist .wish_nickname,
    #lxp_wishlist .wish_email{
        font-size: 14px;
        width:15%;
        white-space:nowrap;
    }

    #lxp_wishlist .wish_input{
        width:85%;
        outline: none;
        border: 1px solid #ccc;
        border-radius: 2px;
        margin: 0 0 0px 6px;
        padding: 6px 12px;
    }
}


#lxp_wishlist .wish_info{
    margin: 1% 0;
    display:flex;
    flex-wrap:wrap;
}

@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_wishlist .wish_info{
        margin: 1% 0;
        display:block;

    }

}

#lxp_wishlist .wish_submit{
    cursor:pointer;
    width: 100%;
    display: block;
    border-radius: 3px;
    padding: 12px 0;
    border: 1px solid rgba(200,232,241,0.1);
    background: #9b0008cc;
    color: #fff;
    font-size: 18px;
    margin:3% auto 0;
    font-weight: 600;
    font-family: Arial;
}
#lxp_wishlist .wish_check{
    display:flex;
    align-items: center;
}
#lxp_wishlist .wish_checkdefault{
    margin-right:6px;
}

#lxp_wishlist .wish_margin_bottom{
    margin-bottom:2%;
}

#lxp_vehiclelist{
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top:0;
    transform: translate(-50%,0);
    z-index: 1100;
    min-width: 992px;

    height: calc(60vh - 10px);
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-weight: 500;
    padding: 2%;
}
@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_vehiclelist{
        position: absolute;
        top:0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1100;
        width: 80%;
        min-width: 80%;

        height: calc(60vh - 10px);
        background-color: rgba(0, 0, 0, 0.9);
        color: #ffffff;
        font-weight: 500;
        padding: 2%;
    }
}

.close-ico{
    display: flex;
    justify-content: end;
}
#lxp_vehiclelist  .display_flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

#lxp_vehiclelist .vehicle_showlist .vehicle_border{
    margin-right:1%;
    margin-bottom:1%;
    padding:6px;
    border:1px solid #fff;
    border-radius:3px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#lxp_vehiclelist .vehicle_showlist .vehicle_border .vehicle_p_name{
    color:#fff;
    font-size:1.5rem;
}



#lxp_maintenancelist{
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1100;
    min-width: 992px;
    height: calc(50vh - 10px);
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-weight: 500;
    padding: 2%;
}
@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_maintenancelist{
        position: absolute;
        top:0;
        left: 50%;
        transform: translate(-50%,0);
        z-index: 1100;
        width: 80%;
        min-width: 80%;

        height: auto;
        background-color: rgba(0, 0, 0, 0.9);
        color: #ffffff;
        font-weight: 500;
        padding: 2%;
    }
}

#lxp_maintenancelist  .display_flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#lxp_maintenancelist .maintenance_showlist{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:3%;
    padding: 1%;
    height: 80%;
    overflow-y: auto;
}
#lxp_maintenancelist .maintenance_showlist .maintenance_border{
    margin-right:1%;
    margin-bottom:1%;
    width:15.83%;
    padding:6px;
    border:1px solid #fff;
    border-radius:3px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#lxp_maintenancelist .maintenance_showlist :nth-child(6n){

    margin-right:0 !important;
}
#lxp_maintenancelist .maintenance_showlist .maintenance_border .vehicle_p_name{
    color:#fff;
    font-size:1.5rem;
}

@media  (min-width: 300px) and (max-width: 1024px){
    #lxp_maintenancelist .maintenance_showlist .maintenance_border{
        margin-right:1%;
        margin-bottom:1%;
        width:32%;
        padding:6px;
        border:1px solid #fff;
        border-radius:3px;
        display:flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #lxp_maintenancelist .maintenance_showlist .maintenance_border .vehicle_p_name{
        color:#fff;
        font-size:1rem;
    }


    #lxp_vehiclelist .vehicle_showlist .vehicle_border{
        margin-right:1%;
        margin-bottom:1%;
        width:32%;
        padding:6px;
        border:1px solid #fff;
        border-radius:3px;
        display:flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #lxp_vehiclelist .vehicle_showlist .vehicle_border .vehicle_p_name{
        color:#fff;
        font-size:1rem;
    }

}
.vehicle-none{
    display:none;
}
.vehicle-active{
    display:block;
}


#lxp_new_nav{
    position: relative;
    flex:auto;
}
#lxp_new_nav .lxp_new_nav_padding{
    padding:12px;
}

#lxp_new_nav .lxp_new_nav_products{
    cursor: pointer;
}

#lxp_new_nav .lxp_new_nav_about{
    cursor: pointer;
}


#lxp_new_nav .lxp_new_nav_supports{
    cursor: pointer;
}

#lxp_new_nav .lxp_list_show{
    width:auto;
}

.lxp_menu{
    width: 100%;
}
#lxp_new_nav .nav_p_a{
    padding:6px;
    display:block;
    background: rgba(0,0,0,.8);
    text-align: center;
    min-height: 45px;
    line-height:30px;
    color:#fff;
}

#lxp_new_nav .nav_p_a:hover{
    display:block;
    cursor: pointer;
    background:#9b0008;
}
#lxp_new_nav .nav_p_b{
    width: 80%;
    margin-left: 13%;
    padding:6px;
    display:block;
    text-align: left;
    min-height: 45px;
    line-height:30px;
    color:#fff;
}
#lxp_new_nav .nav_p_b:hover{
    display:block;
    cursor: pointer;
    background:#9b0008;
}
#lxp_new_nav #menu_Products{
    width: 100%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#lxp_new_nav #menu_Products:hover{
    overflow: visible;
    color: white;
    z-index: 999;
    cursor: pointer;
}
#lxp_new_nav .text_left{
    text-align: left !important;
}

#menu_About{
    width:100%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#lxp_new_nav #menu_About:hover{
    overflow: visible;
    background: black;
    color: white;
    z-index: 999;
    cursor: pointer;
}


#menu_Supports{
    width:100%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#lxp_new_nav #menu_Supports:hover{
    overflow: visible;
    background: black;
    color: white;
    z-index: 999;
    cursor: pointer;
}






::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,.1);
}