@charset "utf-8";
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}
@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
.bg_fafafa {
    background: #ededed;
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
body {
    font-family: "Microsoft YaHei",'number_only';
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 11.4rem;margin:0 auto;width: 90%;position: relative;box-sizing: border-box;}

.header_header {
    background: #fff;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 0.3rem; */
}

.header_header .left {}

.header_header .left .home {}

.header_header .left .home img {
    width: 2.1rem;
}

.header_header .right {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-end; */
}

.header_header .right .top {
    font-size: 0.14rem;
    color: #ddd;
    display: flex;
    align-items: center;
    margin: 0 0 0.1rem 0;
}

.header_header .right .top span {
    color: #333;
    display: block;
    margin: 0 0.1rem 0 0;
}

.header_header .right .top a.email {
    color: #7f4312;
    margin: 0 0 0 0.1rem;
}

.header_header .right .top a.yuyan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0.2rem;
}

.header_header .right .top img {
    height: 0.23rem;
}

.header_header .right .buttom {
    display: flex;
    align-items: center;
}

.header_header .right .buttom .search {
    width: 1.6rem;
    line-height: 0.35rem;
    border: 0.01rem solid #ddd;
    position: relative;
    padding: 0 0.36rem 0 0;
    border-radius: 0.06rem;
    overflow: hidden;
}

.header_header .right .buttom .search input {
    width: 100%;
    display: block;
    line-height: 0.35rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.header_header .right .buttom .search button.button {
    width: 0.36rem;
    height: 0.36rem;
    background: none;
    position: absolute;
    right: -0.01rem;
    top: -0.01rem;
    bottom: 0;
}

.header_header .right .buttom .search img {
    width: 0.19rem;
    margin-top: 0.085rem;
}

.header_header .right .buttom .buy_car {
    margin: 0 00 0 0.1rem;
}

.header_header .right .buttom .buy_car a {
    display: flex;
    width: 1.4rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    color: #7f4312;
    height: 0.37rem;
}

.header_header .right .buttom .buy_car img {
    width: 0.17rem;
    margin: 0 0.1rem 0 0;
}

.header_header .right .buttom .buy_car span {}

.header_nav {
    /* background: #7f4312; */
    display: flex;
    justify-content: space-between;
    flex: 1;
    box-shadow: none;
}

.header_nav .left {
    flex: 1;
}

.header_nav .left ul.nav-menu {
    display: flex;
}

.header_nav .left ul.nav-menu li {
    position: relative;
}

.header_nav .left ul li.one_level {
    /* color: #fff!important; */
    font-size: 0.18rem;
    padding: 0 0.2rem;
    line-height: 0.5rem;
}
.nav-menu.nav-menu-right > a, .nav-menu > li:hover > a, .nav-menu > li.active > a {
    color: #7f4312 !important;
}

.header_nav .left ul li .two_level {
    display: none;
    position: absolute;
    min-width: 1.4rem;
    padding: 0.2rem;
    line-height: 1.5em;
    box-shadow: -0.01rem 0.11rem 0.28rem -0.07rem rgb(0 0 0 / 50%);
    /* margin-top: 20px; */
    border-radius: 10px;
    z-index: 2000;
    left: 0rem;
    top:0.5rem;
    /*top: 0; */
}
.header_nav .left ul li:hover .two_level {
    display: block;
}
.two_level:before {content: "";display: block;width: 0.2rem;height: 0.2rem;background: url(../images/submenu-arrow.png) no-repeat;width: 0.19rem;height: 0.13rem;margin-left: 0.05rem;position: absolute;top: 0;/* background: #ddd; */}

.two_level:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.1rem;
    bottom: 0;
    background: #fff;
    border-radius: 0.06rem;
}
.header_nav .left ul li .two_level a {
    display: flex;
    position: relative;
    z-index: 3;
    font-size: 0.15rem;
    line-height: 0.4rem;
    color:#000!important;
}
.header_nav .left ul li .two_level a:hover {
    color: #7f4312;
}
.header_nav .right {
    /* display: flex; */
    /* align-items: center; */
    /* gap: .1rem; */
}

.header_nav .right a {
    line-height: 0.5rem;
    background: none !important;
    display: inline-block;
    /*width: 0.85rem;*/
    text-align: center;
    /* color: #fff; */
    font-size: 0.16rem;
    /* margin-top: 0.08rem; */
}
.idnex_part h2.index_ti {
    color: #444;
    font-size: 0.32rem;
    text-align: center;
    margin: 0 0 0.3rem;
}

.idnex_part {
    padding: 0.5rem 0 0;
}

div#filterList {
    display: flex;
    /* justify-content: space-between; */
    gap: 0.05rem;
    margin: 0 0 0.3rem;
    flex-flow: wrap;
}

.filterLetter {
    /* flex: 1; */
}
.break_nav {
    padding: 0.25rem 0;
    background: none !important;
}

.break_nav .break {
    font-size: 0.16rem;
    color: #666;
    background: none !important;
}

.break_nav .break img {
    width: 0.18rem;
}

.break_nav .break a {
    color: #7f4312;
    padding: 0 0.1rem;
}

.break_nav .break span {
    padding: 0 0.1rem;
}

.body_main {
    background: #fff;
    /* padding: 0 0.3rem; */
}

.body_main .product_inofor {
    display: flex;
    padding: 0.3rem 0 0;
    /* border-bottom: 1px solid #ddd; */
}

.body_main .product_inofor .left {
    width: 40%;
}

.body_main .product_inofor .left .big_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0.2rem;
}

.body_main .product_inofor .left .big_img img {
    max-width: 70%;
}

.body_main .product_inofor .left .small_img {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
}

.body_main .product_inofor .left .small_img img {
    max-width: 70%;
}
.body_main .product_inofor .left .mySwiper .swiper-slide {
    padding: 0.05rem;
    box-sizing: border-box;
}

.body_main .product_inofor .left .mySwiper  .swiper-slide-active {}

.body_main .product_inofor .left .mySwiper .swiper-slide-thumb-active .small_img {
    border: 1px solid #7f4312;
}
.course_time_but {}

.course_time_but .swiper-button-prev,.course_time_but .swiper-button-next {}

.course_time_but .swiper-button-next {}

.product_text {
    position: relative;
    width: 60%;
    padding: 0 0 0 0.5rem;
}

.product_text h3 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    font-weight: bold;
    margin: 0 0 0.1rem 0;
}

.product_text .price {
    display: flex;
    align-items: flex-end;
    margin: 0 0 0.2rem;
}

.product_text .price .now {
    color: #7f4312;
}

.product_text .price .now span {
    font-size: 0.16rem;
}

.product_text .price .now em {
    font-size: 0.3rem;
    font-weight: bold;
}

.product_text .price .before {
    color: #999;
    text-decoration: line-through;
}

.product_text .text {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666;
}

.product_text .text p {}

.product_text .button {
    /* position: absolute; */
    /* bottom: 0.05rem; */
    display: flex;
    gap: 0.3rem;
}

.product_text .button button {
    display: block;
    width: 1.2rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
    text-align: center;
    border: 1px solid #7f4312;
    padding: 0;
    border-radius: 0.15rem;
}

.product_text .button button.buy_now {
    background: #651434;
    color: #fff;
}

.product_text .button button.get_car {
    background: none;
    color: #7f4312;
    font-size: 0;
    border: none;
    width: auto;
}
.product_text .button button.get_car img {
    font-size: 0.2rem;
    width: 0.3rem;
}
.product_main {
    padding: 0.3rem 0;
}
.product_main {}

.product_main .title {
    font-size: 0.32rem;
    text-align: center;
    margin: 0 0 0.3rem;
}

.product_main .main {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.product_main p img {
    max-width: 100%;
}

.foot_con {
    margin: 0.4rem auto;
    background: #fff;
}

.about_us {
    display: flex;
    padding: 0.5rem 0;
    /* border-bottom: 1px solid #ddd; */
    background: url(../images/line.png) bottom center no-repeat;
    background-size: 100%;
}

.about_us .left {
    flex: 1;
    padding: 0 0.3rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666;
    text-align: justify;
}

.about_us .left p {}

.about_us .right {
    text-align: center;
    padding: 0 0.8rem;
}

.about_us .right img {
    display: block;
    width: 1.13rem;
    margin: 0 auto 0.1rem 0;
}

.about_us .right span {
    font-size: 0.16rem;
    color: #999;
}

.foot_nav {
    /* display: flex; */
    /* justify-content: space-between; */
    /* padding: 0.5rem 0.3rem; */
}

.foot_nav .left {
    /* flex: 1; */
}

.foot_nav .left ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.foot_nav .left ul li {
    flex: 1;
    line-height: 0.3rem;
}

.foot_nav .left ul li a {
    display: block;
    color: #fff;
}

.foot_nav .right {
    text-align: center;
    padding: 0 0.5rem;
}

.foot_nav .right .ti {}

.foot_nav .right .ti img {
    width: 3.79rem;
}

.foot_nav .right .social_links {}

.foot_nav .right .social_links a {
    display: inline-block;
}

.foot_nav .right .social_links a img {}
.foot_nav .left ul li .one {}

.foot_nav .left ul li .one a {
    font-size: 0.16rem;
}

.foot_nav .left ul li .two {}

.foot_nav .left ul li .two a {
    font-size: 0.12rem;
    opacity: 0.5;
}

.foot_nav .left ul li .two p {
    color: #fff;
    font-size: 0.12rem;
    opacity: 0.5;
}

.foot_nav .left ul li .social-links {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.foot_nav .left ul li .social-links a {}

.foot_nav .left ul li .social-links a img {
    width: 35px;
}

.foot_nav .left ul li a.online {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 1.5rem;
    border-radius: 1.1rem;
    color: #333;
    font-size: 0.14rem;
    gap: 0.1rem;
    margin: 0.2rem 0 0;
}

.foot_nav .left ul li a.online img {
    width: 0.2rem;
}

.foot_nav .left ul li a.online span {}
.foot_buttom {}

.foot_buttom .footer-credit {}

.foot_buttom .footer-credit .footer-cred-imgs {
    text-align: center;
}

.foot_buttom .footer-credit .footer-cred-imgs img {
    height: 0.53rem;
}

.foot_buttom .footer-credit .footer-cred-imgs a {}

.footer-errata {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #666;
    margin: 0.3rem 0;
}

.footer-errata p {}
.logon-tab{
    text-align: center;
}
.logon-tab .login-title{
    font-size: 0.3rem;
    font-weight: bold;
}
input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 0;
    top: -50px;
}
input[type=checkbox]::after {
    content: ' ';
    position: absolute;
    top: 48px;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
input[type=checkbox]:checked::after {
    content: "";
    background-color: #7f4312;
    border-color: #7f4312;
    background-color: #7f4312;
}
input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}

        .footer {
        background: #2e3139;
        padding: 0.5rem 0;
        margin: 0 auto;
    }
    .footer-menu {
        /* width: 90%; */
        /* margin: 10px auto; */
        /* padding-top: 20px; */
    }
    .footer-menu-col {
        width: 90%;
        margin: 10px auto;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        max-width: 310px;
    }
    
    .footer-menu-col li{
        list-style: none;
    }
    .footer-menu-col a {
        font-size: 16px;
        color: #92061a;
        text-decoration: none;
        line-height: 2;
        border: 1px solid #ccc;
        padding: 3px;
        border-radius: 3px;
        margin-bottom: 10px;
        background-color: #eee;
        width: 90%;
        display: block;
        max-width: 300px;
        margin: 0 auto 10px auto;
    }
    .footer .social {
        /* max-width: 379px; */
        /* text-align: center; */
        /* width: 100%; */
        /* margin: 0 auto 20px auto; */
        padding-top: 20px;
    }
    .footer .join-community img {
        width: 100%;
    }
    @media screen and (min-width: 1140px){
        .footer-menu {
            /* width: 660px; */
            /* margin-left: 20px; */
            /* float: left; */
        }
         .footer-menu-col {
            border-right: 1px solid #ccc;
            float: left;
            text-align: left;
            padding-right: 15px;
        }
        .footer-menu-col a {
            border: none;
            margin: 10px 10px;
            padding: 0;
            line-height: 1.5;
            font-size: 18px;
        }
        .footer .social {
            /* margin-top: 30px; */
            /* float: left; */
        }
    }
.foot_more {
    background: #ededed;
    color: #707070;
    padding: 0.5rem 0;
}

.foot_more p {}
.base_list {
    font-size: 0.16rem;
    line-height: 0.18rem;
    max-height: 2rem;
    overflow-y: scroll;
    margin: 0.3rem 0 0;
}

.base_list p {
    padding: 0.1rem 0;
    border-bottom: 1px solid #ddd;
}
.base_list::-webkit-scrollbar {
	height:0.08rem;
    width:0.1rem
  }
.base_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #e4e4e4;
  }


.add_part {
    background: #f7f9fa;
    padding: 0.5rem 0;
}

.buy_stip {}

.buy_stip ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: #666;
}

.buy_stip ul li {}

.buy_stip ul li .item {}

.buy_stip ul li .item img {
    width: 0.51rem;
    margin: 0 auto 0.2rem;
}

.buy_stip ul li .item p {}

.buy_stip ul li .item a {
    color: #156df0;
}
.break_navbox {
    padding: 0.25rem 0;
    display: flex;
    gap: 0.2rem;
    font-size: 0.16rem;
    z-index: 9;
    line-height: 0.3rem;
}

.page_nav {
    position: relative;
}

.page_nav span {
    display: block;
    padding: 0 00 0 0.2rem;
    background: url(../images/san.png) left center no-repeat;
    cursor: pointer;
}

.page_nav .all_lei {
    position: absolute;
    left: -0.1rem;
    top: 0.3rem;
    right: -0.1rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    padding: 0.1rem 0;
    border-radius: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    display: none;
    text-align: center;
}

.page_nav .all_lei a {
    display: block;
}

.page_nav:hover .all_lei {
    display: block;
}
@media only screen and (max-width: 768px) {

.body_main .product_inofor {
    display: block;
}

.body_main .product_inofor .left {
    width: 100%;
}

.product_text {
    width: 100%;
    padding: 0;
    margin: 0.5rem 0 0;
}
.break_navbox {
    margin-top: 0.7rem;
}
  .user-section {
    width: 100% !important;
}  

    
    
}