@charset "utf-8";

/* banner */
.bannerimg img {
    width: 100%;
}

.banner {
    position: relative;
}

.bannertop {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 64px;
}

.bannertopitem {
    height: 100%;
}

.logo {
    width: 10%;
}

.logo img {
    height: 30px;
}

.nav {
    width: 40%;
}

.nav ul li {
    position: relative;
}

.nav ul li a.nav_title {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 64px;
    letter-spacing: 0px;
    color: #ffffff;
}

.nav ul li a.nav_title {

    text-transform: uppercase;
}

.nav_xl {
    position: fixed;
    width: 100vw;
    height: auto;
    top: 63px;
    left: 0px;
    padding: 32px 0px;
    background-color: #ffffff;
    z-index: 9;
    display: none;
}


/* 本例子css */
.snBrand {
    position: relative;
    overflow: hidden;
}

.snBrand ol {
    float: left;
    width: 17.5%;
}

.snBrand ol li {
    height: 48px;
    text-align: left;
    overflow: hidden;
    padding-left: 20px;
}

.snBrand ol li a {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 48px;
    display: block;
    color: #0d0d0d;
}

.snBrand ol li.on {
    border-radius: 24px;
    background-color: #f0f0f0;
}

.snBrand ul {
    float: right;
    width: 75%;
    background: #fff;
    overflow: hidden;
}

.snBrand ul dl {
    width: 100%;
}

.nav_xlpro {
    width: 32%;
}

.nav_xlpro a {
    position: relative;
    display: flex;
    height: 280px;
    background-image: linear-gradient(0deg,
            #FDFAF3 0%,
            #FBF5E7 100%),
        linear-gradient(#FBF5E7,
            #FBF5E7);
    background-blend-mode: normal,
        normal;
    border-radius: 4px;
    justify-content: center;
    align-items: flex-end;
}

.nav_xlpro a img {
    width: 77.5%;
    margin-bottom: 32px;
    object-fit: contain;
}

.nav_xlpro_tit {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 24px 32px;
}

.nav_xlpro_tit h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 20px;
    color: #0d0d0d;
}

.logo2 {
    display: none;
}

.nav_li1:hover .nav_xl {
    display: block;
}

.fixedtop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    z-index: 99;
}

.fixedtop .logo1 {
    display: none;
}

.fixedtop .logo2 {
    display: block;
}

.fixedtop .nav ul li a.nav_title,
.fixedtop .langico_title {
    color: #0d0d0d;
}

.fixedtop .whiteimg,
.neitop .whiteimg {
    filter: unset;
    transition: all 0s;
}

.neilogo2 {
    display: block;
}

.neilogo1 {
    display: none;
}


.bantop_r {
    width: 6.5%;
    height: 100%;
}

.bantop_r ul {
    height: 100%;
}

.bantop_r ul li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.toplang {
    cursor: pointer;
    position: relative;
}

.langico {
    margin-right: 10px;
}

.langico_title {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #ffffff;
}

.langico_title:hover {
    color: #ffffff;
}

.toplang_xl {
    position: absolute;
    right: 0px;
    top: 63px;
    width: 192px;
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.06);
    z-index: 999;
}

.toplang_xl ol li {
    width: 100%;
    padding: 20px;
}

.toplang_xl_l {
    width: 18px;
    height: 18px;
    border: solid 2px #d9d9d9;
    border-radius: 9px;
}

.toplang_xl_l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.toplang_xl_r {
    width: 80%;
}

.toplang_xl_r p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #0d0d0d;
}

.toplang_xl ol li:hover {
    background-color: #fbf5e7;
}

.toplang_xl ol li:hover .toplang_xl_l {
    border: 0px;
}

.toplang_xl ol li:hover .toplang_xl_l img {
    opacity: 1;
}

.toplang:hover .toplang_xl {
    display: block;
}



.topsearch {
    cursor: pointer;
}

.searchico {
   font-size: 20px;
}

.bannertop .wcolor  {
    stroke: #ffffff;
}
.bannertop.fixedtop .searchico.wcolor {
    stroke: #0d0d0d;
}

.idxsearch {
    position: fixed;
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}

.idxsearchbox {
    width: 40%;
    height: 100%;
    margin: 0 auto;
}

.idxsearch_l {
    width: 96%;
}

.idxsearch_l form {
    width: 95%;
    height: 44px;
    border-radius: 2px;
    border: solid 1px #0d0d0d;
}

.idxsearch_l form input {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #0d0d0d;
    padding: 0px 20px;
    width: 90%;
}

.idxsearch_l form input::placeholder {
    color: #0d0d0d;
}

.idxsearch_l form button {
    width: 38px;
    height: 38px;
    background-color: #0d0d0d;
    border-radius: 2px;
    border: 0px;
    margin-right: 2px;
    justify-content: center;
}

.idxsearch_r img {
    height: 15px;
    cursor: pointer;
}

.idxsearch_l.focused form {
    border-color: #fc6b10;
}

.idxsearch_l.focused form button {
    background-color: #fc6b10;
}



.bannertext {
    position: absolute;
    top: 18%;
    left: 5%;
    z-index: 2;
}

.bannertext img {
    width: 30vw;
}

.bannername {
    position: absolute;
    top: 82%;
    left: 5%;
    z-index: 2;
}

.bannername h2 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 48px;
    color: #ffffff;
    background: url(../images/bannernameline.png) no-repeat left center;
    padding-left: 25px;
}

/* born */
.born {
    width: 100%;
}

.bornpic {
    width: 100%;
}

.bornpic img {
    width: 100%;
}

.bornswiper {
    position: relative;
}

.swiper-horizontal>.swiper-pagination-progressbar.bornpagination {
    top: unset;
    bottom: 24px;
    width: 74%;
    left: 13%;
    height: 2px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .2);
}

.swiper-pagination-progressbar.bornpagination .swiper-pagination-progressbar-fill {
    background-color: #ffffff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.bornitem {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 13%;
}

.bornitem_title h2 {
    font-family: PilatExtended-Regular;
    font-size: 24px;
    color: #ffffff;
}

.bornitem_title h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 96px;
    color: #ffffff;
    margin: 10px 0px;
}

.bornitem_a {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #fefefe;
    width: 180px;
    height: 64px;
    line-height: 60px;
    border-radius: 32px;
    border: solid 1px rgba(255, 255, 255, .4);
    display: block;
    margin: 45px auto 0px;
    transition: all .5s;
}

.bornitem_a:hover {
    background-color: #ffffff;
    color: #ff6a13;
}

.bornlist {
    position: absolute;
    bottom: 50px;
    width: 74%;
    left: 13%;
}

.bornli_l {
    max-width: 37px;
    max-height: 37px;
}

.bornli_l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bornli_lico {
    font-size: 44px;
}

.scolor {
    stroke: rgba(255, 255, 255, .6);
}

.bornli_r {
    text-align: left;
    margin-left: 13px;
}

.bornli_r h4 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 5px;
    opacity: 0.6;
}

.bornli_r p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}


/* idxitem3 */
.idxitem3 {
    position: relative;
    width: 100%;
    height: 100vh;
}

.mySwiper {
    width: 100%;
    height: 100%;
}
.mySwiper.sticky {
    position: fixed;
    z-index: 3;
    top: 0px;
}
.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carbon_slide {
    padding: 32px;
    width: 100%;
    height: 100%;
}

.carbon_slide_l {
    width: 41.5%;
    height: 100%;
    background-color: #292929;
    border-radius: 8px;
    padding: 55px;
    text-align: left;
}

.carbon_slide_l h4 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 48px;
    line-height: 1.4;
    color: #999999;
}

.carbonico {
   font-size:85px;

    margin: 200px 0px 30px;
}
.ocolor {
    stroke: #ff6a13;
}
.carbon_slide_l h3 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 32px;
    color: #ffffff;
}

.carbon_slide_ldesc {
    margin-top: 50px;
}

.carbon_slide_ldesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.carbon_slide_r {
    width: 57%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

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

.swiper-pagination-progressbar.carbonpagination {
    transform: rotate(270deg);
    height: 55%;
    left: 18%;
    top: unset;
    bottom: -17%;
    width: 2px;
    z-index: 4;
    background-color: rgba(255, 255, 255, .2);
}

.swiper-pagination-progressbar.carbonpagination .swiper-pagination-progressbar-fill {
    background-color: rgba(255, 255, 255, .6);
}

.idxitem3.fixed-top {
    position: fixed;
    z-index: 9;
    top: 60px;
    left: 0px;
}



/* miditem */
.mid {
    width: 100%;
    height: 970px;
    position: relative;
    z-index: 2;
}

.midSwiper {
    width: 100%;
    height: 100%;
}
.midSwiper.active {
    position: fixed;
    z-index: 4;
    top: 0px;
}
.midSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miditem {
    position: relative;
    width: 100%;
    height: 100%;
}

.midpic {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

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

.middesc {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 88px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: 0px;
    left: 0px;
    padding-top: 18.5%;
}

.middesc h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    text-transform: capitalize;
    color: #ffffff;
}

.middesc_p {
    margin: 30px 0px 60px;
    width: 565px;
}

.middesc_p p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #cccccc;
    text-align: left;
}

.middesc ul {
    justify-content: flex-start;
}

.middesc ul li {
    margin-right: 86px;
    text-align: left;
}

.middesc ul li img {

    height: 40px;
    object-fit: contain;
}
.middescico {
    font-size: 52px;
    margin-bottom: 5px;
}

.middesc ul li h4 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.swiper-pagination-progressbar.midpagination {
    transform: rotate(270deg);
    height: 170%;
    left: 48%;
    top: unset;
    bottom: -80%;
    width: 2px;
    background-color: rgba(255, 255, 255, .2);
}

.swiper-pagination-progressbar.midpagination .swiper-pagination-progressbar-fill {
    background-color: rgba(255, 255, 255, .6);
}

.swiper-pagination-lock {
    display: block !important;
}

/* Art of design, sculpture of details. */
.idxart {
    padding: 150px 88px 32px;
    background-color: #ffffff;
}

.idxarttop {
    width: 100%;
    height: 890px;
}

.idxart_name h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 96px;
    color: #0c0c0c;
    text-align: center;
    padding-bottom: 150px;
}

.arttop_l {
    width: 66%;
    height: 100%;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.arttop_lpic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

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

.arttop_lpic:hover img {
    transform: scale(1.05);
}

.arttop_ldesc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 55px;
}

.arttop_ldesc h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    color: #0c0c0c;
    margin-bottom: 10px;
}

.arttop_ldesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #737373;
}

.arttop_r {
    width: 32%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.arttop_rtop {
    width: 100%;
    height: 429px;
    border-radius: 8px;
    overflow: hidden;
}

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

.arttop_rtop:hover img {
    transform: scale(1.05);
}

.idxartbot {
    width: 100%;
    height: 612px;
    margin-top: 32px;
}

.idxartbot_l {
    width: 49%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.idxartbot_lpic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

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

.idxartbot_ldesc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 55px;
}

.idxartbot_ldesc h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    color: #0c0c0c;
    margin-bottom: 10px;
}

.idxartbot_ldesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #737373;
}

.idxartbot_l:hover img {
    transform: scale(1.05);
}

/* smart */
.smart {
    width: 100%;
    position: relative;
}

.smart_pic img {
    width: 100%;
}

.smart_desc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 120px 88px;
    align-items: flex-start;
}

.smart_desc_l h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    color: #0d0d0d;
}

.smart_desc_r {
    width: 680px;
}
.smart_desc_r ul {
    align-items: flex-start;
}
.smart_desc_r ul li {
    width: 49%;
    margin-bottom: 10px;
}

.smart_desc_r ul li img {
    max-width: 20px;
    max-height: 16px;
    object-fit: contain;
    margin-bottom: 10px;
}

.smartico {
    font-size: 26px;
    margin-bottom: 10px;
}

.smart_desc_r ul li p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    color: #737373;
}

/* Your Phone as the Dashboard */
.idxphone {
    width: 100%;
    padding: 32px 0px;
}

.idxphone_item {
    width: 100%;
    height: 932px;
}

.idxphone_item_l {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

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

.idxphone_item_l:hover img {
    transform: scale(1.05);
}

.idxphone_item_r {
    background-color: #292929;
    padding: 110px 48px;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
}

.idxphone_item_rtop {
    text-align: left;
    width: 100%;
}

.idxphone_item_rtop h3 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    line-height: 1.2;
    color: #ffffff;
}

.idxphone_item_ldesc {
    padding-right: 30%;
}

.idxphone_item_ldesc h4 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.idxphone_item_ldesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 36px;
    margin: 10px 0px;
    color: #737373;
}

.idxphone_item_ldesc span {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #737373;
}

/* rapid */
.rapid {
    width: 100%;
    padding-bottom: 32px;
    position: relative;
}

.rapiddesc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 120px 0px 0px 280px;
}

.rapiddesc_name h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    color: #0d0d0d;
}

.rapiddesc_ico {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ff6a13;
}

.rapiddesc_desc {
    padding: 120px 0px 0px 120px;
}

.rapiddesc_desc h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 20px;
    margin: 15px 0px 12px;
    color: #0d0d0d;
}

.rapiddesc_desc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
}

.why {
    width: 100%;
    position: relative;
}

.why_pic {
    width: 100%;
    height: 1080px;
}

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

.why_item {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    padding: 150px 88px;
    flex-direction: column;
    align-items: flex-start;
}

.why_itemtop h2 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 15px;
}

.why_itemtop img {
    height: 102px;
}

.why_itembot {
    width: 444px;
}

.why_itembot ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.why_itembot ul li p {

    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 48px;
    color: #bfbfbf;
}

.why_itembot_btn a {
    width: 180px;
    height: 64px;
    background-color: #ffffff;
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #0c0c0c;
    border-radius: 32px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-top: 34px;
    transition: all .5s;
}

.why_itembot_btn a:hover {
    background-color: #ff6a13;
    color: #ffffff;
}



/* partners */
.idxpart {
    width: 100%;
    padding: 64px 88px;
    background-color: #ffffff;
    position: relative;
}
.idxpartenr {
    width: 100%;
    padding: 20px;
    overflow: hidden;
}
.idxpartenrimg {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    transition: all .5s;
    overflow: hidden;
}
.idxpartenrimg img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
/* .idxpartenrimg:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.idxpartenrimg:hover img {
    transform: scale(1.05);
} */
.idxpartenr .swiper-button-next:after, .idxpartenr .swiper-button-prev:after {
    color: #73716c;
    font-size: 30px;
    font-weight: bold;
}
.idxpartenr .swiper-button-next {
    right: 50px;
}
.idxpartenr .swiper-button-prev {
    left: 50px;
}



/* idx message */
.idxmess {
    width: 100%;
    background-color: #eeeeee;
    padding: 64px 88px;
}

.idxmess_item {
    align-items: flex-start;
}

.idxmess_l {
    width: 20%;
}

.idxmess_l h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #0d0d0d;
}

.idxmess_l p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #737373;
}

.idxmess_r {
    width: 65%;
}

.idxmess_r ul li {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
}

.idxmess_r ul li p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #0d0d0d;
}

.idxmess_r ul li input {
    width: 100%;
    height: 50px;
    font-family: HelveticaNowDisplay-Medium;
    font-size: 18px;
    margin-top: 2px;
    line-height: 36px;
    color: #b3b3b3;

}

.idxmess_r ul li.wban {
    width: 49%;
}

.idxmess_r ul li textarea {
    width: 100%;
    height: 180px;
    font-family: HelveticaNowDisplay-Medium;
    font-size: 18px;
    line-height: 36px;
    background-color: #eeeeee;
    color: #b3b3b3;
    border: 0px;
    padding-top: 10px;
}

.idxmess_rbtn button {
    width: 180px;
    height: 64px;
    background-color: #0d0d0d;
    border-radius: 32px;
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 60px;
    border: 0px;
    color: #ffffff;
}

.idxmess_rbtn button:hover {
    background-color: #ff6a13;
}

.foot {
    width: 100%;
    background-color: #0d0d0d;
    /* padding: 0px 88px; */
}

.foottop {
    align-items: flex-start;
    border-bottom: 1px solid rgba(156, 153, 146, .2);
    padding: 48px 0px;
}

.foottop_l h2 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #9c9992;
    margin-bottom: 15px;
}

.foottop_l p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #9c9992;
}
.foottop_linfo {
    justify-content: flex-start;
    margin-bottom: 10px;
}
.foottop_linfo_l {
    margin-right: 80px;
}
.foottop_linfo h3 {
        font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #9c9992;
    margin-bottom: 6px;
}

.foottop_remail_input input {
    width: 532px;
    height: 56px;
    background-color: #333333;
    border-radius: 4px;
    padding: 0px 20px;
    margin-right: 12px;
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #73716c;
}

.foottop_remail_input input::placeholder {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #73716c;
}

.foottop_remail_btn button {
    width: 48px;
    height: 48px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
}

.foottop_remail_btn button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foottop_rdesc {
    margin-top: 15px;
}

.foottop_rdesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #73716c;
}

.footbot {
    padding: 50px 0px 40px;
    border-bottom: 1px solid rgba(156, 153, 146, .2);
    align-items: flex-start;
}

.footbot_llogo a img {
    width: 82px;
}

.footbot_llist {
    margin-top: 154px;
}

.footbot_llist h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    color: #9c9992;
}

.footbot_llist ul {
    justify-content: flex-start;
}

.footbot_llist ul li {
    margin-right: 32px;
}

.footbot_llist ul li a img {
    max-width: 22px;
    height: 20px;
    object-fit: contain;
}
.linksico {
    stroke: #ffffff;
    font-size: 20px;
}
.footbot_r {
    padding-top: 25px;
}

.footbot_r ul li {
    margin-left: 70px;
}

.footbot_r ul li a {
    font-family: HelveticaNowDisplay-Medium;
    font-size: 14px;
    color: #9c9992;
    text-transform: uppercase;
}

.footbot_r ul li a:hover {
    color: #ff6a13;
}

.footcopy {
    padding: 34px 0px;
}

.footcopy_l p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #9c9992;
}

.footcopy_l p strong {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #9c9992;
}

.footcopy_r a {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #9c9992;
}

.whiteimg {
    filter: brightness(10000%) grayscale(100%);
}

.backtop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ff6a13;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    display: none;
}

.backtop a {
    display: block;
}

.backtop img {
    width: 40%;
    height: 40%;
    object-fit: contain;
}
.langico_title {
    margin-left: 7px;
}

/* nei top */
.neitop {
    height: 65px;
    background-color: #ffffff;
}
.neitop .bannertop .wcolor {
    stroke: #0d0d0d;
}
.neitop .nav ul li a {
    color: #0d0d0d;
}

.neitop .langico_title {
    color: #0d0d0d;
}
.neitop .langico_title:hover,.fixedtop .langico_title:hover {
    color: #0d0d0d;
}

.neimain {
    padding: 130px 0px;
}

.neimain_top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 45px;
}

.neimain_top h1 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    color: #0d0d0d;
}

.neimain_miditem {
    width: 100%;
    padding: 95px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.neimain_miditem a {
    width: 100%;
    height: 658px;
}

.neimain_mid_l {
    width: 67.5%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px 0px 0px 8px;
}

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

.neimain_mid_r {
    width: 32.5%;
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 0px 8px 8px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 48px;
}

.neimain_mid_r h2 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 40px;
    color: #0d0d0d;
    text-align: left;
    line-height: 1.2;
    height: 50px;
    overflow: hidden;
    margin-bottom: 50px;
}

.neimain_mid_r p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 1.6;
    color: #737373;
}

.neimain_mid_r span {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #3d3d3d;
    margin: 90px 0px 80px;
}

.neimain_mid_r button {
    width: 180px;
    height: 64px;
    background-color: #ff6a13;
    border-radius: 32px;
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border: 0px;
    display: block;
}

.neimain_mid_r button:hover {
    background-color: #0d0d0d;
}

.neimain_miditem:hover .neimain_mid_l img {
    transform: scale(1.05);
}

.neimain_miditem:hover .neimain_mid_r h2 {
    color: #ff6a13;
}

.neimain_midlist ul li {
    width: 100%;
    padding: 73px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.neimain_midlist ul li a {
    width: 100%;
    height: 406px;
}

.neimain_midlist_l {
    width: 41.5%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

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

.neimain_midlist ul li:hover .neimain_midlist_l img {
    transform: scale(1.05);
}

.neimain_midlist_r {
    width: 55%;
}

.neimain_midlist_r h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 48px;
    line-height: 1.2;
    color: #0d0d0d;
}

.neimain_midlist ul li:hover .neimain_midlist_r h3 {
    color: #ff6a13;
}

.neimain_midlist_r p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #737373;
    margin: 40px 0px 100px;
}

.neimain_midlist_r span {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: #0d0d0d;
    width: 100%;
}

.neipage {
    margin-top: 60px;
}

.neipage ul {
    display: flex;
    justify-content: center;
}

.neipage ul li {
    margin: 0px 10px;
}

.neipage ul li a,
.neipage ul li span {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    color: #0d0d0d;
    padding: 6px 15px;
}

.neipage ul li.active span {
    border: solid 1px #0d0d0d;
    background: none;
    color: #0d0d0d;
}

.jumpto,.neipage ul li:first-child {
    display: none;
}


/* newsdetail */
.newsback a {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #0d0d0d;
    padding-bottom: 3px;
    border-bottom: 1px solid #0d0d0d;
}
.newsback a:hover {
    color: #ff6a13;
    border-color: #ff6a13;
}
.newstitle h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 64px;
    line-height: 1.2;
    color: #0d0d0d;
    margin: 70px 0px 30px;
}

.newstitle p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #737373;
    padding-left: 23px;
    background: url(../images/newsico.png) no-repeat left center;
    background-size: 16px;
}

.newscontent {
    margin: 70px 0px;
    width: 100%;
}

.newscontent p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #0d0d0d;
}

.newscontent img {
    margin: 5px 0px;
}

.newsde_bot {
    padding-bottom: 30px;
}

.newsde_botname {
    width: 100%;
    padding: 100px 0px 34px;
    border-bottom: 1px solid #e6e6e6;
}

.newsde_botname h4 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 24px;
    color: #0d0d0d;
}

/* 配件列表 */
.pjpage {
    background-color: #f5f5f5;
    width: 100%;
}

.pjpage .neimain_top {
    border-bottom: 0px;
}

.pjpage_list ul li {
    width: 32%;
    height: 680px;
    background-color: #ffffff;
    border-radius: 8px;
    float: left;
    margin-right: 2%;
    margin-bottom: 32px;
}

.pjpage_list ul li:nth-child(3n) {
    margin-right: 0px;
}

.pjpage_list ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.pjpage_list_img {
    width: 100%;
    height: 496px;
    padding: 0px 32px;
    flex-direction: column;
    justify-content: center;
}

.pjpage_list_img img {
    width: 80%;
    height: 65%;
    margin: 0 auto;
    object-fit: contain;
}

.pjpage_list_desc {
    padding: 0px 32px;
}

.pjpage_list_desc h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    color: #0d0d0d;
    margin: 40px 0px 15px;
}

.pjpage_list_desc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
}

.pjlist_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
}

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

.pjpage_list ul li:hover .pjlist_hover {
    opacity: 1;
}

/* .neitop .bannertop {
    height: 100%;
} */
.neibanner {
    width: 100%;
    height: 868px;
    position: relative;
}

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

.neibanner_desc {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.neibanner_desc h2 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 96px;
    color: #ffffff;
    text-align: center;
}

.contactmess {
    padding: 150px 0px;
}

.conmess {
    align-items: flex-start;
}

.conmess_l {
    width: 35%;
}

.conmess_l h3 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    line-height: 1.4;
    color: #0d0d0d;
}

.conmess_l h4 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 72px;
    line-height: 1.4;
    color: #ff6a13;
}

.conmess_r {
    width: 59%;
}

.conmess_r .idxmess_r {
    width: 100%;
}

.conmess_r h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    line-height: 32px;
    color: #0d0d0d;
    margin-bottom: 70px;
}

.conmess_r .idxmess_rbtn button {
    background-color: #ff6a13;
}

.conmess_r .idxmess_rbtn button:hover {
    background-color: #0d0d0d;
}

.conmess_r .idxmess_rbtn {
    justify-content: flex-start;
}

.idxmess_rbtn p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #0d0d0d;
    margin-left: 40px;
}

.idxmess_rbtn p a {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 14px;
    color: #ff6a13;
}

.contactmap {
    width: 100%;
    height: 1072px;
    background-color: #efefef;
}

.contactmap_l {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

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

.contactmap_r {
    width: 50%;
    height: 100%;
    padding: 110px 40px;
    flex-direction: column;
    align-items: flex-start;
}

.contactmap_rtop h3 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    color: #0d0d0d;
}

.contactmap_rtop h4 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 18px;
    margin-top: 5px;
    line-height: 26px;
    color: #737373;
}

.contactmap_rbot {
    width: 51%;
}

.contactmap_rbot ul li {
    margin-bottom: 30px;
}

.contactmap_rbot ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.contactmap_rbotico {
    font-size: 25px;
}
.bcolor {
    stroke: #0d0d0d;
}
.contactmap_rbot ul li a {
    font-family: HelveticaNowDisplay-Light;
    font-size: 24px;
    line-height: 30px;
    display: block;
    color: #0d0d0d;
    margin-top: 10px;
}

.contactmap_rbot ul li a:hover {
    color: #ff6a13;
}

.contactmap_rbota {
    margin-top: 40px;
}

.contactmap_rbota a {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #ffffff;
    width: 180px;
    height: 64px;
    background-color: #0d0d0d;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contactmap_rbota a:hover {
    background-color: #ff6a13;
}

.aboutmain {
    padding: 90px 0px;
}

.aboutname h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    color: #0d0d0d;
}

.aboutdesc {
    padding: 55px 0px 80px;
    width: 85%;
}

.aboutdesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    line-height: 1.6;
    color: #0d0d0d;
}

.aboutdesc_img img {
    width: 100%;
}

.aboutpic {
    margin: 80px 0px;
    width: 100%;
    height: 700px;
    background: url(../images/aboutpic.avif) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.aboutwhy {
    margin: 150px 0px 60px;
}

.abwhy {
    align-items: flex-start;
}

.abwhy_l {
    width: 40%;
}

.abwhy_l h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 52px;
    color: #0d0d0d;
}

.abwhy_r {
    width: 60%;
}

.abwhy_r ul li {
    align-items: flex-start;
    margin-bottom: 40px;
    cursor: default;
}

.abwhy_rimg {
    width: 5%;
}

.abwhy_rimg img {
    max-width: 22px;
    max-height: 22px;
    object-fit: contain;
    margin-top: 3px;
}
.abwhy_rimgico {
    font-size: 25px;
        margin-top: 2px;
}

.abwhy_rtext {
    width: 95%;
}

.abwhy_rtext h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 24px;
    color: #0d0d0d;
    margin-bottom: 15px;
}

.abwhy_rtext p {
    font-family: HelveticaNowDisplay-Light;
    font-size: 16px;
    line-height: 1.6;
    color: #737373;
}

.aboutbotpic img {
    width: 100%;
}

.abwhy_r ul li:hover .abwhy_rtext h3 {
    color: #ff6a13;
}

/* dingzhi neos */
.dzneospic {
    width: 100%;
    position: relative;
}

.dzneospic img {
    width: 100%;
}

.dzneospic_desc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 190px 0px 130px;
}

.dzneospic_descitem {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.dzneospic_top h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 96px;
    color: #ffffff;
    margin-bottom: 50px;
}

.dzneospic_top p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 1.6;
    color: #a6a6a6;
    width: 670px;
}

.dzneospic_bot ul li {
    margin-right: 70px;
}

.dzneospic_botl {
    margin-right: 15px;
}

.dzneospic_botl img {
    max-width: 37px;
    max-height: 37px;
    object-fit: contain;
}

.dzneospic_botr h4 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 5px;
    opacity: 0.6;
}

.dzneospic_botr h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.dzgeo {
    padding: 80px 0px;
}

.dzgeo_item {}

.dzgeo_top {
    text-align: center;
    width: 45%;
    margin: 0 auto;
}

.dzgeo_top h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 48px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.dzgeo_top p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 1.6;
    color: #737373;
}

.dzgeo_mid {
    margin: 40px 0px 58px;
}

.dzgeo_mid img {
    margin: 0 auto;
}

.dzgeo_bot {
    width: 45%;
    margin: 0 auto;
}

.dzgeo_bot table {
    width: 100%;
    table-layout: fixed;
}

.dzgeo_bot table tr {
    border-bottom: 1px solid rgba(216, 216, 216, .44);
    width: 100%;
}

.dzgeo_bot table tr td {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #0d0d0d;
    padding: 15px 0px;
}

.dzgeo_bot table tr td:first-child {
    color: #727272;
}

.dzgeo_bot table tr:first-child td {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 20px;
}

.dzgeo_bot table tr td span {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #0d0d0d;
}


.dzlook {
    padding: 60px 0px 150px;
}

.dzlook_top h2 {
    font-family: HelveticaNowDisplay-Light;
    font-size: 72px;
    margin-bottom: 70px;
    color: #0d0d0d;
}

.dzlook_table {
    background: url(../images/dzlook_tablebg.jpg) no-repeat left;
    background-size: 300px 100%;
    background-color: #ffffff;
}

.dzlook_table table tr {
    border-bottom: 1px solid rgba(216, 216, 216, .44);
}

.dzlook_table table tr td {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #0d0d0d;
    padding: 15px 0px;
}

.dzlook_table table tr:first-child {
    border-bottom: 0px;
}

.dzlook_table table tr:first-child td {
    padding: 48px 90px 0px 26px;
}

.dzlook_table table tr td h3 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 40px;
    color: #0d0d0d;
}

.dzlook_table table tr td h4 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #737373;
    line-height: 1.4;
    margin: 15px 0px 60px;
}

.dzlook_table table tr.dztrtitle {

    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.dzlook_table table tr.dztrtitle td {
    padding-top: 30px;
}

.dzlook_table table tr td h5 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 20px;
    color: #0d0d0d;
}

.dzlook_table table tr td.dztd1 span {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #727272;
}

.dzlook_table table tr td.dztd1 {
    width: 16%;
    background-color: #fafafa;
}

.dzlook_table table tr td.dztd2 {
    width: 28%;
    /* background-color: #fbf5e7; */
    padding-left: 23px;
}

.dzlook_table table tr td.dztd3 {
    width: 28%;
    padding-left: 23px;
}

.dzlook_table table tr td.dztd4 {
    width: 28%;
    padding-left: 23px;
}

.dzlook_table table tr:last-child {
    border-bottom: 0px;
}

.dzlook_table table tr:last-child td {
    padding: 30px 0px;
}

.dzlook_table table tr td.active {
    background-color: #fbf5e7;
}

.dzwhat {
    position: relative;
}

.whatvideo {
    width: 100%;
    height: 1080px;
    object-fit: cover;
}

.whatdesc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 370px;
}

.whatdesc h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 20px;
}

.whatdesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    width: 520px;
}

.dzfull {
    margin: 25px 0px
}

.dzpre_l {
    width: 49%;
}

.prevideo {
    width: 100%;
    height: 856px;
    border-radius: 8px;
    object-fit: cover;
}

.dzpre_r {
    width: 50%;
    padding: 0px 120px 0px 200px;
}

.dzpre_r h3 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 32px;
    line-height: 30px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.dzpre_r p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #737373;
}

.modular {
    margin: 32px 0px 150px;
}

.modular_r {
    padding: 0px 230px 0px 116px;
}

.dztop {
    height: auto;
}

.dztop img {
    width: auto;
    height: auto;
    object-fit: unset;
}

.dzitem {
    width: 100%;
    height: 1016px;
}

.dzitem_l {
    width: 72%;
    height: 100%;
    background-image: linear-gradient(0deg,
            #9c9992 0%,
            #efefef 100%),
        linear-gradient(#f2f2f2,
            #f2f2f2);
    background-blend-mode: normal,
        normal;
    overflow: hidden;
}

.dzitem_lpic {
    width: 100%;
    height: 100%;
}

.dzitem_r {
    width: 28%;
    height: 100%;
    padding: 20px 33px;
    background-color: #fafafa;
    overflow-y: scroll;
}

.dzitem_rtop {
    border-bottom: 1px solid #e5e5e5;
}

.dzitem_rtop h2 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 30px;
    color: #0d0d0d;
}

.dzitem_rtop p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #747474;
    padding: 10px 0px 20px;
}
.dzitem_rtop p span {
     font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #747474;
}

.dzitem_rtopword {
    display: none;
}

.dzitem_rbot ul li {
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.dzitem_rbot_name h4 {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 18px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.dzr_color {
    width: 32%;
    height: 72px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    padding: 0px 14px 0px ;
    justify-content: flex-start;
}

.dzr_colorimg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    background-color: #cccccc;
}

.dzr_color span {
    width: 56px;
    display: block;
    font-family: HelveticaNowDisplay-Regular;
    font-size: 15px;
    color: #747474;
    margin-left: 8px;
}

input.dzr_colorinput[type="radio"] {
    display: none;
}

/* 当选中时改变背景颜色 */
.dzr_color.active span {
    color: #0d0d0d;
}

.dzr_color.active {
    border: solid 1px #0d0d0d;
}

.dzr_colorimg img {
    width: 13px;
    height: auto;
    object-fit: contain;
    opacity: 0;
}

.dzr_color.active .dzr_colorimg img {
    opacity: 1;
}

.dzr_colorimg2 {
    background-color: #050505;
}

.dzr_colorimg3 {
    background-color: #ff6a13;
}

.dzr_size {
    width: 100%;
    height: 72px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    padding: 0px 16px 0px 24px;
    background-color: #f0f0f0;
}

input.dzr_sizeinput[type="radio"] {
    display: none;
}

.dzr_size h5 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 30px;
    color: #737373;
}

.dzr_sizedesc {
    text-align: right;
}

.dzr_sizedesc h6 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #a6a6a6;
    margin-bottom: 2px;
}

.dzr_sizedesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #a6a6a6;
}

.dzr_size2 {
    margin-top: 15px;
}

.dzr_size.active {
    background-color: unset;
    border: 1px solid #0d0d0d;
}
.dzr_size.active h5 {
    color: #0d0d0d;
}
.dzr_size.active .dzr_sizedesc h6 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #0d0d0d;
}

.dzbattery {
    width: 48%;
    padding: 0px;
}

.dzbattery span {
    margin-left: 0px;
    width: 100%;
    text-align: center;
}

.dzmotor {
    width: 32%;
    padding: 0px;
}

.dzmotor span {
    margin-left: 0px;
    width: 100%;
    text-align: center;
}

.dzbotkind {
    width: 100%;
    height: 44px;
    background-color: #0d0d0d;
    border-radius: 4px 4px 0px 0px;
    padding: 0px 24px;
    justify-content: flex-start;
}

.dzbotkind img {
    height: 17px;
    width: 16px;
    object-fit: contain;
}
.dzbotkindico {
    font-size: 20px;
}
.wcolor {
    stroke: #ffffff;
}
.dzbotkind h4 {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #fcfcfc;
    padding-left: 8px;
}

.dzbotkinddesc {
    padding: 20px 50px 20px 26px;
    background-color: #ffffff;
}

.dzbotkinddesc p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #0d0d0d;
}

.dzr_btn {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    border-radius: 32px;
    border: solid 1px #e6e6e6;
}

.dzr_btn input {
    width: 70%;
    height: 100%;
    padding-left: 40px;
}

.dzr_btn button {
    width: 30%;
    height: 100%;
    background-color: #0d0d0d;
    border-radius: 32px;
    border: 0px;
    font-family: HelveticaNowDisplay-Regular;
    font-size: 16px;
    color: #ffffff;
}

.dzitem_rbot ul li.dzr_btnli {
    border-bottom: 0px;
}

.dzr_policy {
    margin-top: 20px;
    width: 100%;
}

.dzr_policy p {
    font-family: HelveticaNowDisplay-Regular;
    font-size: 14px;
    color: #0d0d0d;
}

.dzr_policy p a {
    font-family: HelveticaNowDisplay-Bold;
    font-size: 14px;
    color: #0d0d0d;
}

.dzitem_lpic1swiper,
.dzitem_lpic2swiper,
.dzitem_lpic3swiper {
    overflow: hidden;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.dzitem_lpic1bar,
.swiper-pagination-bullets.swiper-pagination-horizontal.dzitem_lpic2bar,
.swiper-pagination-bullets.swiper-pagination-horizontal.dzitem_lpic3bar {
    width: 72%;
    bottom: 48px;
}

.dzitem_lpic1bar .swiper-pagination-bullet,
.dzitem_lpic2bar .swiper-pagination-bullet,
.dzitem_lpic3bar .swiper-pagination-bullet {
    width: 322px;
    height: 2px;
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    border-radius: 0px;
}

.dzitem_lpic1bar .swiper-pagination-bullet-active,
.dzitem_lpic2bar .swiper-pagination-bullet-active,
.dzitem_lpic3bar .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .6);
}

.dzitem_lpic3,
.dzitem_lpic2 {
    display: none;
}

.dzitem_lpic2 {
    /* background-image: linear-gradient(0deg,
            #ba902c 0%,
            #efefef 100%),
        linear-gradient(#f2f2f2,
            #f2f2f2);
    background-blend-mode: normal,
        normal; */
}

.dzitem_lpic3 {
    /* background-image: linear-gradient(0deg,
            #dc6c0f 0%,
            #efefef 100%),
        linear-gradient(#f2f2f2,
            #f2f2f2);
    background-blend-mode: normal,
        normal; */
}

/* 滚动条整体部分 */
.dzitem_r::-webkit-scrollbar {
    width: 8px;
    /* 滚动条的宽度 */
    height: 8px;
    /* 滚动条的高度 */
}

/* 滚动条的轨道 */
.dzitem_r::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 轨道颜色 */
}

/* 滚动条上的滑块 */
.dzitem_r::-webkit-scrollbar-thumb {
    background: #979797;
    /* 滑块颜色 */
    border-radius: 10px;
    /* 滑块圆角 */
}

/* 滑块悬停时的颜色 */
.dzitem_r::-webkit-scrollbar-thumb:hover {
    background: #0d0d0d;
    /* 滑块悬停颜色 */
}


.dzitem_lpic .swiper-button-next {
    right:28.5%;
}
.dzitem_lpic .swiper-button-next.swiper-button-disabled, .dzitem_lpic .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.dzitem_lpic .swiper-button-prev:after, .dzitem_lpic .swiper-rtl .swiper-button-next:after {
    color: #ffffff;
    opacity: 1;
    font-size: 40px;
    font-weight: bold;
}
.dzitem_lpic .swiper-button-next:after, .dzitem_lpic .swiper-rtl .swiper-button-prev:after {
     color: #727272;
    opacity: 1;
    font-size: 40px;
    font-weight: bold;
}