@charset "utf-8";

body{
    font-size: .14rem;
    color: #000;
}
.bodyContent{
    width: 3.75rem;
    margin: 0 auto;
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
 
.s_head {
    width: 100%;
    height: .56rem;
    background: #fff;
    /*border-bottom: 1px solid #F9F9F9;*/
}
.s_head .headcont{
    width: 3.75rem;
    height: .56rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 .15rem;
}
.s_head .headcont .head_logo{
    display: block;
    width: .85rem;
    height: .26rem;
    background: url(/smartcar/touch/public/images/logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: .21rem;
    margin-top: .14rem;
}
.s_head .headcont .sou{
    display: block;
    width: 1.91rem;
    height: .23rem;
    background: #FFFFFF;
    border-radius: .23rem;
    border: 1px solid #5A54EA;
    margin-top: .18rem;
    padding-left: .26rem;
    position: relative;
    line-height: .23rem;
    font-size: .12rem;
    color: #B3B3B3;
    box-sizing: border-box;
}
.s_head .headcont .sou i{
    display: block;
    position: absolute;
    width: .14rem;
    height: .14rem;
    background: url(/smartcar/touch/public/images/icc01.png)no-repeat;
    background-size: 100% 100%;
    top: .035rem;
    left: .06rem;
}
.s_head .headcont .bbs_SignIn{
    width: .23rem ;
    height: .23rem;
    border: 1px solid #5A54EA;
    margin-top: .18rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_head .headcont .bbs_SignIn.NSiginIn img{
    display: block;
    width: .15rem;
    height: .14rem;
    margin-top: -1px;
}
.s_head .headcont .bbs_SignIn img{
    display: block;
    width: 100%;
}
/*tab*/
.swiperCont{
    width: 100%;
    height: .36rem;
    margin-top: -.04rem;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
}
.swiperCont .swiper1 {
    width: 3.75rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: .36rem;
    line-height: .36rem;
    background: #fff;
}
.swiperCont .swiper1 .instructions{
    position: absolute;
    width: .36rem;
    height: .36rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
    top: 0;
    right:0 ;
    cursor: pointer;
    z-index: 99;
}
.swiperCont .swiper1 .instructions i{
    display: block;
    width: .06rem;
    height: .09rem;
    background: url(/smartcar/touch/public/images/icc03.png)no-repeat;
    background-size: 100% 100%;
    position:  absolute;
    top: 50%;
    left: 50%;
    margin-top: -.045rem;
    margin-left: -.03rem;
}
.swiper1 .selected {
    color: #000;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.swiper1 .selected.swiper-slide a {
    color: #5A54EA;
    font-weight: 400;
}
.swiper1 .swiper-slide a {
    color: #000;
    font-weight: 400;
}
.swiper1 .swiper-slide{
    text-align: center;
}
.swiper1 .swiper-slide {
    width: 0.5rem !important;
    margin-right: .02rem !important;
}
.swiper1 .swiper-slide:first-child {
    padding-left: 0rem;
}
.swiper1 .swiper-slide:first-child i {
    left: 50%;
}
.swiper1 .selected i {
    position: absolute;
    display: block;
    width: .3rem;
    height: .03rem;
    background: #5A54EA;
    border-radius: .02rem;
    left: 50%;
    margin-left: -.15rem;
    bottom: 0;
}

/*轮播*/
.rotation{
    width: 3.46rem;
    height: 1.7rem;
    border-radius: .06rem;
    overflow: hidden;
    margin:.14rem auto .21rem ;
}
.rotation .swiper-slide{
    width: 3.46rem;
    height: 1.7rem;
    border-radius: .06rem;
    overflow: hidden;
}
.rotation .swiper-slide a{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rotation .swiper-slide a .hs{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: .04rem;
}
.rotation .swiper-slide a .hs h2{
    width: 3.13rem;
    height: .34rem;
    line-height: .17rem;
    font-size: .16rem;
    color: #fff;
    margin: .15rem auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rotation .swiper-slide a .hs i {
    display: block;
    background: url(/smartcar/touch/public/images/icc011.png)no-repeat;
    background-size: 100% 100%;
    width: .4rem;
    height: 0.4rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.2rem;
    margin-left: -.2rem;
}
.rotation .swiper-slide a .hs .swiperTime{
    width: 1.5rem;
    display: block;
    position: absolute;
    bottom: .09rem;
    right: .13rem;
}
.rotation .swiper-slide a .hs .swiperTime span {
    color: #fff;
    font-size: .12rem;
    line-height: .17rem;
}
.rotation .swiper-slide a .hs .swiperTime span.fshu {
    margin-left: .07rem;
    margin-right: .07rem;
}
.rotation .swiper-slide img{
    width: 100%; 
}
.swiper-tionVideo .swiper-pagination{
    bottom: 0;
    text-align: left;
    padding-left: .1rem;
}
.swiper-tionVideo .swiper-pagination .swiper-pagination-bullet{
    width: .06rem;
    height: .06rem;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin: 0 .03rem;
}
.swiper-tionVideo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: .12rem;
    height: .06rem;
    background: #5A54EA;
    border-radius: .03rem;
    opacity: 1;
}


/*tab*/
.tabInfo{
    width: 3.75rem;
    text-align: center;
    font-size: .14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .15rem;
    box-sizing: border-box;
    padding: 0 .15rem;
}
.tabInfo .titleS{
    color: #000;
    position: relative;
    line-height: .2rem;
    padding-bottom: .1rem;
}
.tabInfo .titleS.on{
    font-weight: bold;
}
.tabInfo .titleS.on i{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .19rem;
    height: .07rem;
    margin-left: -.085rem;
    background: url(/smartcar/touch/public/images/icc015.png)no-repeat;
    background-size: 100% 100%;
}