@charset "utf-8";
/* Css Document */


/* 通用样式 */
.toyota_wrap img,
.toyota_effects img{
    display: block;
    width: 100%;
    height: auto;
}
/* 主体内容宽度 */
.toyota_banner_box,
.toyota_tab_box{
    width: 8.021rem;
    margin: 0 auto;
}
.disabled {
    pointer-events: none;
}



/* 外盒子 */
.toyota_wrap{
    width: 100%;
    background: #f7f7f7;
    padding: 0 0 10px;
}
.toyota_wrap.has_chinesenewyear_bg .toyota_wrap_content{
    margin: -83vh 0 0;
    position: relative;
    z-index: 2;
}


/* .占位 */
.toyota_placeholder{
    width: 100%;
    height: .156rem;
}


/* banner部分 */
.toyota_banner_box{
    background: url(../images/images/toyota-bg-banner.png) no-repeat center center / 100% auto;
    border-radius: 8px;
    overflow: hidden;
}
/* 轮播 */
.toyota_banner_left_carousel{
    float: left;
    width: 70.51%;
    position: relative;
}
.toyota_banner_swiper_pagination{
    background: rgba(255,255,255,.5);
    padding: .042rem .104rem;
    right: .208rem;
    bottom: 6%;
    border-radius: 14px;
}
.toyota_banner_swiper_pagination .swiper-pagination-bullet{
    opacity: 1;
    background: rgba(0,0,0,.2);
    margin: 0 4px;
}
.toyota_banner_swiper_pagination .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 4px;
    background: rgba(0,0,0,.4);
}
/* 热力榜 */
.toyota_banner_heat_list{
    float: right;
    width: 29.49%;
}
.toyota_banner_heat_list_inner{
    width: 74%;
    margin: 0 auto;
    padding: .078rem 0 0;
}
.toyota_banner_heat_list_title{
    padding: .078rem 0;
    border-bottom: 1px solid rgba(22,9,10,.1);
}
.toyota_banner_heat_list_title_img{
    float: left;
    margin-right: .078rem;
}
.toyota_banner_heat_list_title_text{
    font-size: .104rem;
    font-weight: bold;
    color: #333;
}
.toyota_banner_heat_list_li{
    margin-top: .078rem;
    padding: .078rem .073rem;
    background: rgba(253,252,237,1);
    border-radius: 3px;
}
.toyota_banner_heat_list_li_num,
.toyota_banner_heat_list_li_title{
    float: left;
}
.toyota_banner_heat_list_li_title_img,
.toyota_banner_heat_list_li_img{
    float: right;
}
.toyota_banner_heat_list_li_num{
    width: 13.07%;
    padding-top: .052rem;
    font-size: .146rem;
    font-family: impact;
    color: rgba(51,51,51,1);
}
.toyota_banner_heat_list_li_title_img{
    width: 86.93%;
}
.toyota_banner_heat_list_li_title{
    width: 63.9%;
    padding-top: .026rem;
    line-height: 1.28;
    font-size: .073rem;
}
.toyota_banner_heat_list_li_title a{
    color: #1f1f1f;
}
.toyota_banner_heat_list_li_img{
    width: 30.07%;
}
.toyota_banner_heat_list_li:first-child{
    background: rgba(221,5,0,.07);
}
.toyota_banner_heat_list_li:first-child .toyota_banner_heat_list_li_num{
    color: #d93f41;
}
.toyota_banner_heat_list_li:nth-child(2){
    background: rgba(223,121,0,.07);
}
.toyota_banner_heat_list_li:nth-child(2) .toyota_banner_heat_list_li_num{
    color: #df8800;
}
.toyota_banner_heat_list_li:nth-child(3){
    background: rgba(223,210,0,.07);
}
.toyota_banner_heat_list_li:nth-child(3) .toyota_banner_heat_list_li_num{
    color: #efca00;
}


/* 丰田链接 */
.toyota_link_box{
    width: 7.396rem;
    margin: -0.104rem auto .208rem;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    padding: .115rem 0;
    position: relative;
    z-index: 1;
}
.toyota_link,
.toyota_link_img{
    float: left;
}
.toyota_link_text{
    float: right;
}
.toyota_link{
    width: 14.2%;
    /* width: 12.5%; */
    position: relative;
}
.toyota_link:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(22,9,10,.1);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toyota_link_inner{
    width: 100%;
}
.toyota_link_img{
    width: 25%;
    margin-left: .078rem;
}
.toyota_link_text{
    width: 62%;
    font-size: .083rem;
    font-weight: bold;
}
.toyota_link_text a{
    display: block;
    width: 100%;
    color: #333;
    padding: .036rem 0 .151rem;
    background: url(../images/images/toyota-btn-examine.png) no-repeat left .156rem / .255rem auto;
}
.toyota_link:last-child:after{
    display: none;
}


/* tab切换 */
.toyota_tab_title_box{
    width: 100%;
    margin-bottom: .104rem;
}
.toyota_tab_title{
    float: left;
    line-height: 1.5;
    font-size: .104rem;
    color: #333;
    margin-right: .208rem;
    cursor: pointer;
}
.toyota_tab_title.active{
    color: #d8312d;
    border-bottom: 2px solid #d8312d;
}
.toyota_tab_content_box{
    width: 100%;
}
.toyota_tab_content{
    width: 100%;
    display: none;
}
.toyota_tab_content:first-child{
    display: block;
}
.toyota_tab_wonderful_recommendation_ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.toyota_tab_wonderful_recommendation_li{
    /* float: left; */
    width: 23.1025%;
    margin-right: 2.53%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    margin-bottom: .156rem;
    position: relative;
}
/* .toyota_tab_wonderful_recommendation_li */
.toyota_tab_wonderful_recommendation_li:nth-child(4n){
    margin-right: 0;
}
.toyota_tab_wonderful_recommendation_li_inner{
    width: 88.76%;
    margin: 0 auto;
    padding: .094rem 0;
}
.toyota_tab_wonderful_recommendation_li_img{
    width: 100%;
    margin-bottom: .089rem;
}
.toyota_tab_wonderful_recommendation_li_img.has_video{
    position: relative;
}
.toyota_tab_wonderful_recommendation_li_img_btn{
    width: 15%;
    position: absolute;
    right: 3%;
    bottom: 5%;
}
.toyota_tab_wonderful_recommendation_li_title{
    /* float: left; */
    width: 100%;
    height: .328rem;
    line-height: 1.3125;
    font-size: .083rem;
    color: #333;
}
.toyota_tab_wonderful_recommendation_li_title.aline{
    line-height: 2.625;
}
.toyota_tab_wonderful_recommendation_li_title a{
    color: #333;
}




.toyota_tab_wonderful_recommendation_li_title_newtxt{
    color: #d78c3b;
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 16px;
    margin: -5px 0 0;
/* 创建背景渐变 */
/* background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #f00); */
/* 将背景裁剪到文字 */
/* -webkit-background-clip: text; */
/* background-clip: text; */
/* 设置文字颜色为透明以显示背景 */
/* -webkit-text-fill-color: transparent; */
/* color: transparent; */
 /* 标准属性，提供降级支持 */
}
.toyota_tab_wonderful_recommendation_li_upvote{
    /* float: right; */
    width: 19.31%;
    /* padding: .126rem 0 0; */
    /* position: absolute; */
    /* right: .104rem; */
    /* bottom: 0.094rem; */
}
.toyota_tab_wonderful_recommendation_li_upvote_img{
    float: right;
    width: .104rem;
    margin-right: .026rem;
}
.toyota_tab_wonderful_recommendation_li_upvote_num{
    float: right;
    line-height: 1.4;
    font-size: .073rem;
    color: #666;
}
.toyota_tab_same_li_upvote{
    width: 100%;
}
.toyota_tab_same_li_upvote_inner{
    float: right;
}
.toyota_tab_same_li_upvote_img{
    cursor: pointer;
}


.toyota_tab_same_more{
    width: 100%;
    text-align: right;
    padding-bottom: .156rem;
}
.toyota_tab_same_more a{
    display: inline-block;
    line-height: 1.55;
    font-size: .104rem;
    color: #d8312d;
    border-bottom: 2px solid #d8312d;
}

/* 社交媒体 */
.toyota_tab_sns_carousel{
    float: left;
    width: 23.11%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    border-radius: 6px;
    overflow: hidden;
    /* padding-bottom: .14rem; */
}
.toyota_tab_sns_swiper{
    width: 89.04%;
    margin: 0 auto;
    padding: .104rem 0 0;
    height: calc(100% - .104rem);
}
.toyota_tab_sns_swiper_img{
    margin-bottom: .104rem;
}
.toyota_tab_sns_swiper_img.has_video{
    position: relative;
}
.toyota_tab_sns_swiper_img_btn{
    width: 15%;
    position: absolute;
    right: 3%;
    bottom: 2.5%;
}
.toyota_tab_sns_logo{
    position: absolute;
    top: 2%;
    left: 3%;
}
.toyota_tab_sns_logo_douyin{
    width: 32.27%;
}
.toyota_tab_sns_swiper_title{
    /* float: left; */
    width: 100%;
    /* height: .328rem; */
    line-height: 1.3125;
    font-size: .083rem;
    color: #333;
}
.toyota_tab_sns_swiper_title a{
    color: #333;
}
.toyota_tab_sns_swiper_upvote{
    /* float: right; */
    width: 100%;
    /* padding: .126rem 0 0; */
    position: absolute;
    right: 0;
    bottom: .104rem;
}
.toyota_tab_sns_swiper_upvote_img{
    float: right;
    width: .104rem;
    margin-right: .026rem;
}
.toyota_tab_sns_swiper_upvote_num{
    float: right;
    line-height: 1.4;
    font-size: .073rem;
    color: #333;
}
.toyota_tab_sns_swiper_pagination{
    position: static;
}
.toyota_tab_sns_swiper_pagination .swiper-pagination-bullet{
    opacity: 1;
    background: rgba(0,0,0,.2);
    margin: 0 4px;
}
.toyota_tab_sns_swiper_pagination .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 4px;
    background: rgba(0,0,0,.4);
}
.toyota_tab_sns_list_box{
    float: right;
    width: 74.35%;
}
.toyota_tab_sns_list_li{
    float: left;
    width: 31.121%;
    margin-right: 3.3185%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: .156rem;
    position: relative;
}
.toyota_tab_sns_list_li:nth-child(3n){
    margin-right: 0;
}
.toyota_tab_sns_list_li_inner{
    width: 88.02%;
    margin: 0 auto;
    padding: .094rem 0;
}
.toyota_tab_sns_list_li_img{
    margin-bottom: .094rem;
    position: relative;
}
.toyota_tab_sns_logo_wechat{
    width: 32.27%;
}
.toyota_tab_sns_list_li_img_btn{
    width: 15%;
    position: absolute;
    right: 3%;
    bottom: 4%;
}
.toyota_tab_sns_logo_xiaohongshu{
    width: 32.27%;
}
.toyota_tab_sns_logo_weibo{
    width: 32.27%;
}
.toyota_tab_sns_logo_zhihu{
    width: 32.27%;
}
.toyota_tab_sns_list_li_title{
    width: 100%;
    height: .328rem;
    /* float: left; */
    line-height: 1.3125;
    font-size: .083rem;
}
.toyota_tab_sns_list_li_title a{
    color: #333;
}
.toyota_tab_sns_list_li_title.aline{
    line-height: 2.625;
}
.toyota_tab_sns_list_li_upvote{
    /* float: right; */
    width: 100%;
    /* padding: .063rem 0; */
    /* position: absolute; */
    /* right: .104rem; */
    /* bottom: 0.094rem; */
}
.toyota_tab_sns_list_li_upvote_img{
    float: right;
    width: .104rem;
    margin-right: .026rem;
}
.toyota_tab_sns_list_li_upvote_num{
    float: right;
    line-height: 1.4;
    font-size: .073rem;
    color: #333;
}


/* 全线车系 */
.toyota_tab_cars_box{
    width: 100%;
    height: 3.646rem;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    border-radius: 6px;
    margin-bottom: .156rem;
}
.toyota_tab_cars_inner{
    padding: .104rem;
    width: -webkit-calc(100% -  .208rem);
    width: -moz-calc(100% -  .208rem);
    width: calc(100% -  .208rem);
    height: -webkit-calc(100% -  .208rem);
    height: -moz-calc(100% -  .208rem);
    height: calc(100% -  .208rem);
}
.toyota_tab_cars_tab_title_box{
    float: left;
    width: 16%;
    background: #f7f7f7;
    border-radius: 6px;
    padding-bottom: .219rem;
}
.toyota_tab_cars_tab_title_inner{
    width: 75%;
    margin: 0 auto;
    padding: .094rem 0;
}
.toyota_tab_cars_tab_title{
    padding: .13rem 0;
    font-size: .083rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.toyota_tab_cars_tab_title.active{
    color: #d8312d;
    background: url(../images/images/toyota-btn-cars-examine.png) no-repeat right center / .266rem;
}
.toyota_tab_cars_tab_content_box{
    float: right;
    width: 81.2%;
    height: 100%;
}
.toyota_tab_cars_tab_content{
    width: 100%;
    height: 100%;
    display: none;
}
.toyota_tab_cars_tab_content:first-child{
    display: block;
}
.toyota_tab_cars_tab_content_inner{
    padding: .068rem;
    width: -webkit-calc(100% - .136rem);
    width: -moz-calc(100% - .136rem);
    width: calc(100% - .136rem);
    height: -webkit-calc(100% - .136rem);
    height: -moz-calc(100% - .136rem);
    height: calc(100% - .136rem);
}
.toyota_tab_cars_tab_content_list_box{
    padding: 0 10px 0 5px;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    height: 100%;
}
.toyota_tab_cars_tab_content_list_ul{
    padding-top: 5px;
}
.toyota_tab_cars_tab_content_list_li{
    float: left;
    width: 22.1425%;
    margin-right: 3.81%;
    margin-bottom: .078rem;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.toyota_tab_cars_tab_content_list_li:nth-child(4n){
    margin-right: 0;
}
.toyota_tab_cars_tab_content_list_li_inner{
    padding: .031rem;
    width: -webkit-calc(100% - .062rem);
    width: -moz-calc(100% - .062rem);
    width: calc(100% - .062rem);
}
.toyota_tab_cars_tab_content_list_li_top,
.toyota_tab_cars_tab_content_list_li_bottom{
    width: 100%;
    position: relative;
}
.toyota_tab_cars_tab_content_list_li_top_hide_cont{
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .031rem .052rem 0;
    position: absolute;
    top: -150%;
    left: 0;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}
.toyota_tab_cars_tab_content_list_li_top_cont_logo{
    width: 100%;
    margin-bottom: .047rem;
}
.toyota_tab_cars_tab_content_list_li_top_cont_logo_technology{
    float: right;
    width: 45%;
    margin-right: 3%;
}
.toyota_tab_cars_tab_content_list_li_top_cont_carimg{
    width: 90%;
    margin: 0 auto;
    /* width: 100%; */
}
.toyota_tab_cars_tab_content_list_li_bottom_hide_cont{
    width: -webkit-calc(100% - .104rem);
    width: -moz-calc(100% - .104rem);
    width: calc(100% - .104rem);
    padding: .052rem .052rem .021rem;
    background: #fff;
    position: absolute;
    bottom: -150%;
    left: 0;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}
.toyota_tab_cars_tab_content_list_li_bottom_hide_cont p{
    float: left;
    /* line-height: 2.14; */
    font-size: .073rem;
    border-right: 0.005rem solid #e6e6e6;
    padding: 0 .015rem;
}
.toyota_tab_cars_tab_content_list_li_bottom_hide_cont p.op0{
    opacity: 0;
}
.toyota_tab_cars_tab_content_list_li_bottom_hide_cont p a{
    display: block;
    line-height: 2.14;
    padding: 0 .021rem;
    color: #333;
    border-radius: 3px;
}
.toyota_tab_cars_tab_content_list_li_bottom_hide_cont p a:hover{
    background: #d8312d;
    color: #fff;
}
.toyota_tab_cars_tab_content_list_li_bottom_hide_cont p:last-child{
    border-right: 0;
}
.toyota_tab_cars_tab_content_list_li_bottom_carname{
    width: 100%;
    text-align: center;
    line-height: 1.605;
    /* line-height: 3.21; */
    font-size: .073rem;
    font-weight: bold;
}
.toyota_tab_cars_tab_content_list_li:hover{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
}
.toyota_tab_cars_tab_content_list_li:hover .toyota_tab_cars_tab_content_list_li_top_hide_cont{
    top: -.028rem;
}
.toyota_tab_cars_tab_content_list_li:hover .toyota_tab_cars_tab_content_list_li_bottom_hide_cont{
    bottom: 0;
}


/* 左侧固定 */
.toyota_fixed_box{
    width: .417rem;
    background: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    border-radius: 6px;
    position: fixed;
    top: 20%;
    left: .052rem;
    z-index: 1;
}
.toyota_fixed_inner{
    width: .188rem;
    margin: 0 auto;
}
.toyota_fixed_concern_sns_box,
.toyota_fixed_concern_sns_inner{
    width: 100%;
}
.toyota_fixed_concern_sns_box{
    padding: .156rem 0;
}
.toyota_fixed_concern_sns_img{
    width: 100%;
    margin-bottom: .104rem;
}
.toyota_fixed_concern_sns_img:last-child{
    margin-bottom: 0;
}
.toyota_fixed_concern_sns_img_wechat{
    position: relative;
    cursor: pointer;
}
.toyota_fixed_concern_sns_img_wechat_qrcode{
    width: .781rem;
    position: absolute;
    top: 50%;
    left: 110%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.toyota_fixed_concern_sns_img_wechat:hover .toyota_fixed_concern_sns_img_wechat_qrcode{
    display: block;
}


/* .反馈 */
.toyota_feedback_box{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.toyota_feedback_inner{
    width: 3.115rem;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.toyota_feedback_close{
    width: 4%;
    position: absolute;
    top: -7%;
    right: -6%;
    cursor: pointer;
}
.toyota_feedback_content{
    width: 93.97%;
    margin: 0 auto;
    padding: .094rem 0;
}
.toyota_feedback_opinion{
    width: 100%;
    margin-bottom: .094rem;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.toyota_feedback_opinion textarea{
    display: block;
    width: 100%;
    height: 1.042rem;
    background: #f7f7f7;
    line-height: 2.71;
    font-size: .073rem;
    color: #333;
    text-indent: 10px;
}
.toyota_feedback_mail{
    width: 100%;
    margin-bottom: .094rem;
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.toyota_feedback_mail input[type="email"]{
    line-height: 2.71;
    background: #f7f7f7;
    font-size: .073rem;
    color: #333;
    text-indent: 10px;
}
.toyota_feedback_submit{
    width: 100%;
    padding: .104rem 0;
}
.toyota_feedback_submit input{
    display: block;
    width: 1.302rem;
    margin: 0 auto;
    height: .208rem;
    text-align: center;
    line-height: 2.85;
    font-size: .073rem;
    color: #333;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}


/* gr弹出二维码 */
.gr_home{
    cursor: pointer;
}
.grhome-fix{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    display: none;
}
.grhome-fix-inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.grhome-fix-close{
    width: 2%;
    position: absolute;
    top: 10%;
    right: 5%;
    cursor: pointer;
}
.grhome-fix-img{
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.grhome-fix-img img{
    display: block;
    width: 100%;
    height: auto;
}


@media screen and (min-width: 2500px){

}












@media screen and (max-width: 1600px){
    .toyota_effects_text_box{
        /* top: 18%; */
    }

    .toyota_wrap.has_chinesenewyear_bg{
        /* margin-top: -35%; */
    }
/*     .toyota_wrap.has_chinesenewyear_bg .toyota_wrap_content{
        margin: -34% 0 0;
    } */
}
@media screen and (max-width: 1280px){
    .toyota_wrap.has_chinesenewyear_bg{
        /* margin-top: -37%; */
    }
/*     .toyota_wrap.has_chinesenewyear_bg .toyota_wrap_content{
        margin: -42% 0 0;
    } */
}






















.has_chinesenewyear_bg .toyota_wrap_content{
        margin: -42% 0 0;
    } */
}






















