/*================================================
 *
 * Createtime : 2015/11/17
 * Author : luo yanming
 * Name : www.weacar.com
 *
 ================================================*/


/* global */

*
{
    font-weight: normal;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 苹方;
}

html,
body
{
    font-size: 85.333px;

    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

@media (min-width:750px)
{
    html,
    body
    {
        font-size: 100px;
    }
}

img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;

    border: none;
}

.input
{
    -webkit-appearance: none;
}

input:focus::-webkit-input-placeholder
{
    opacity: 0;
}

.clearfix:before,
.clearfix:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    overflow: hidden;

    height: 0;

    content: '';
}

.clearfix:after
{
    clear: both;
}

.bg-default
{
    background-color: rgb(250, 250, 250);
    background-image: url(../images-mb/default-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.5rem 1.54rem;
}

.del
{
    text-decoration: line-through;
}

.noscroll
{
    overflow-y: hidden;
}

.padd-10
{
    padding: 0 10%;
}

.bg-grey
{
    background: rgb(250, 250, 250);
}

.err-msg
{
    font-size: .22rem;
    line-height: .65rem;

    height: .65rem;

    color: red;
}

.err-msg:before,
.err-msg:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    overflow: hidden;

    height: 0;

    content: '';
}

.err-msg:after
{
    clear: both;
}

.err-msg p
{
    float: left;
}

.m-bottom-none
{
    margin-bottom: 0 !important;
}

.m-top-none
{
    margin-top: 0 !important;
}


/* header */

header
{
    background: #ff9800;
}

.index-header
{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background:inherit;
    z-index:10;
}
header .container
{
    position: relative;
    height: 1.031rem;
}

header .logo
{
    float: left;

    width: 1.25rem;
    height: 1.031rem;

    background: url(../images-mb/header-logo.png) no-repeat center;
    background-size: 100% auto;
    margin-left:0.2rem;
}

header .btn-login
{
    font-size: .33rem;
    line-height: .98rem;

    float: right;

    margin-right: .2rem;
    padding: 0 .1rem;

    color: rgb(255, 255, 255);
    /*去掉登录按钮*/
    display:none;
}

header .userinfo-icon
{
    float: right;

    width: .48rem;
    height: .48rem;
    margin: .28rem .25rem 0 0;

    background: url(../images-mb/userinfo-icon.png) no-repeat center;
    background-size: .44rem .44rem;
}

header .btn-back
{
    float: left;

    width: .54rem;
    height: .8rem;

    background: url(../images-mb/icon-back.png) no-repeat center;
    background-size: .16rem .28rem;
}

header .title
{
    font-size: .34rem;
    line-height: .8rem;

    position: absolute;
    z-index: 1;
    top: 0;
    left: 25%;

    width: 50%;
    height: .8rem;

    text-align: center;

    color: rgb(255, 255, 255);
}

header .userinfo
{
    font-size: .28rem;
    line-height: .98rem;

    float: right;

    margin-right: .1rem;

    color: #fff;
}

header .userinfo span
{
    color: #fff;
}

header .userinfo a
{
    color: #fff;
}

header .select
{
    position: relative;
    font-size: 0.24rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    float: left;
    margin: 0.3rem;
    margin-right: 0.1rem;
    height: .5rem;
    line-height: .5rem;
    background: rgba(0,0,0,0.6);
    border-radius: 0.4rem;
    min-width:2.3rem;
    /*background: url(../images-mb/index/positionArrow.png) no-repeat 2.2rem center;*/
    /*background-size: .16rem 0.25rem;*/
}
header .select span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    text-align:center;
}

header .select p
{
    font-size: .28rem;
    line-height: .98rem;

    display: block;

    height: .98rem;

    color: #333;
}

header .select select
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
}

header .search-box-btn
{
    float: right;

    padding: .216rem;
    display:none;
}

header .search-box-btn i
{
    display: block;

    width: .6rem;
    height: .6rem;

    background: url(../images-mb/search-box-btn-new.png) no-repeat center;
    background-size: .44rem .44rem;
}

header .search-box
{
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;

    /*background: #ff9800;*/
}

header .search-box .bar
{
    padding: .14rem .2rem;
}

header .search-box .bar input
{
    font-size: .28rem;
    line-height: .4rem;

    float: left;

    width: 5.35rem;
    height: .7rem;
    padding: 0 .2rem 0 .45rem;

    color: #666;
    background: #fff;
    background-image: url(../images-mb/search-box-icon.png);
    background-repeat: no-repeat;
    background-position: .12rem center;
    background-size: .24rem .24rem;
}

header .search-box .bar .btn-cancle
{
    font-size: .28rem;
    line-height: .7rem;

    float: right;

    width: 1.1rem;
    height: .7rem;

    text-align: center;

    color: #fff;
}

header .search-box ul
{
    background: #fff;
}

header .search-box ul li
{
    font-size: 0;

    height: .8rem;
    padding: 0 .4rem 0 .35rem;
}

header .search-box ul li a
{
    font-size: .28rem;
    line-height: .8rem;

    float: left;

    height: .8rem;

    color: #666;
}

header .search-box ul li a:hover
{
    color: #ff9800;
}

header .search-box ul li a:nth-of-type(2)
{
    float: right;
}


/* footer */

footer
{
    height:1.6rem;
    background: rgb(52, 52, 52);
}

footer .telephone
{
    font-size: .28rem;
    line-height: .5rem;
    color: rgb(153, 153, 153);
}

footer .telephone a
{
    color: #f19103;
}

footer .copyright
{
    font-size: .28rem;
    line-height: .5rem;
    color: rgb(153, 153, 153);
}


/* index */



.index .banner
{
    position: relative;

    height: 0;
    padding-top: 42.666%;
    width:100%;
}

.index .banner .swiper-banner
{
    width:100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:#fff;
    height:130%;
}

.index .banner .swiper-banner .swiper-wrapper
{
    width: 100%;
    height: 100%;
}

.index .banner .swiper-banner .swiper-wrapper .swiper-slide
{
    width: 100%;
    height: 100%;
}

.index .banner .swiper-banner .swiper-wrapper .swiper-slide img
{
    width: 100%;
    height: 100%;
}

.index .banner .swiper-banner .swiper-pagination
{
    font-size: 0;
}



.index .banner .swiper-banner .swiper-pagination-bullet
{
    width: .14rem;
    height: .14rem;

    border: .03rem solid rgba(0, 0, 0, 0);
    background: #fff;
    opacity: 0.3;
}

.index .banner .swiper-banner .swiper-pagination-bullet-active
{
    width: .14rem;
    height: .14rem;
    opacity: 1;
}


.index nav ul
{
    margin-top:0.2rem;
    padding: 0 .25rem;
}

.index nav ul li
{
    float: left;

    width: 25%;
    height: 1.5rem;
    margin-top: .2rem;
}

.index nav ul li a
{
    font-size: 0;

    display: block;

    width: 100%;
    height: 100%;

    text-align: center;

    background-image: url(../../images-mb/nav-bg.png) ;
    background-repeat: no-repeat;
    background-size: 6.54rem .85rem;
}

.index nav ul li a i
{
    font-size: .24rem;
    font-style: normal;

    display: inline-block;

    width: 100%;
    padding-top: 1rem;

    color: #929292;
    font-family: PingFangSC-Regular;
}
.index nav ul li:nth-of-type(1) a
{
    background-position: .26rem 0 ;
}

.index nav ul li:nth-of-type(2) a
{
    background-position: -1.15rem 0;
}

.index nav ul li:nth-of-type(3) a
{
    background-position: -2.58rem 0;
}

.index nav ul li:nth-of-type(4) a
{
    background-position: -4rem 0;
}
.index nav ul li:nth-of-type(5) a
{
    background-position: -5.42rem 0;
}


/*.index .screen h1{ padding: 0.55rem 0 0.35rem 0; height: 0.4rem; font-size: 0.28rem; line-height: 0.4rem; text-align: center; color: #333;}*/

.index .screen .tabnav
{
    padding: .25rem 0 0 0;
}

.index .screen .tabnav ul
{
    font-size: 0;

    text-align: center;
}

.index .screen .tabnav ul li
{
    font-size: .28rem;
    line-height: .5rem;
    display: inline-block;
    width: 1.2rem;
    height: .5rem;
    text-align: center;
    color: #666;
    border-radius: 9px;
}

.index .screen .tabnav ul li.active
{
    color: #fff;
    background: #ff9800;
}





.index .screen .tablist ul li
{
    display: none;

    padding: .5rem 0;
}

.index .screen .tablist ul li.active
{
    display: block;
}





.index .screen .tablist ul li.tablist-brand dl dt
{
    float: left;

    width: 20%;
    padding: .2rem 0 .1rem 0;
}

.index .screen .tablist ul li.tablist-brand dl dt a
{
    font-size: 0;

    display: block;
}

.index .screen .tablist ul li.tablist-brand dl dt a p
{
    display: block;

    width: .4rem;
    height: .4rem;
    margin: 0 auto;
}

.index .screen .tablist ul li.tablist-brand dl dt a span
{
    font-size: .24rem;
    line-height: .54rem;

    display: block;

    height: .54rem;

    text-align: center;

    color: #666;
}

.index .screen .tablist ul li.tablist-brand dl dt a:hover span
{
    color: #ff9800;
}

.index .screen .tablist ul li.tablist-brand .more
{
    padding-right: 5%;
}

.index .screen .tablist ul li.tablist-brand .more a
{
    font-size: .24rem;
    line-height: .75rem;

    float: right;

    height: .75rem;
    padding-right: .28rem;

    color: #666;
    background: url(../images-mb/index-theme-01.png) no-repeat right center;
    background-size: .12rem .16rem;
}

.index .screen .tablist ul li.tablist-brand .more a:hover
{
    color: #ff9800;
}







.index .screen .tablist ul li.tablist-price dl dt
{
    font-size: 0;

    float: left;

    width: 25%;
}

.index .screen .tablist ul li.tablist-price dl dt a
{
    font-size: .24rem;
    line-height: .64rem;

    display: block;

    height: .64rem;

    text-align: center;

    color: #666;
}

.index .screen .tablist ul li.tablist-price dl dt a:hover
{
    color: #ff9800;
}

/*newCars*/
.index .newCars .titlebar
{
    width: 90%;
    height: .84rem;
    margin: 0 auto;
}

.index .newCars .titlebar h1
{
    font-size: .28rem;
    line-height: .84rem;

    float: left;

    height: .84rem;

    color: #333;
}

/*xsg*/
.index .xsg .titlebar
{
    width: 90%;
    height: .84rem;
    margin: 0 auto;
}

.index .xsg .titlebar h1
{
    font-size: .28rem;
    line-height: .84rem;

    float: left;

    height: .84rem;

    color: #333;
}
#date .rightBlank span{
    display: inline-block;
    font-size:0.24rem;
    text-align:center;
}
#date .leftDay,#date .leftHour,#date .leftMinute,#date .leftSecond{
    background: #000;
    color: #fff;
    width: 0.45rem;
    height: 0.4rem;
    line-height: initial;
    border-radius: 0.15rem;
    padding-top: 0.05rem;
}

/*diary*/
.index .diary .titlebar
{
    width: 90%;
    height: .84rem;
    margin: 0 auto;
}
.index .diary .diaryList{
    padding:0.2rem 0.3rem;
    height: 1.2rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling : touch;
}
.index .diary .titlebar h1
{
    font-size: .28rem;
    line-height: .84rem;

    float: left;

    height: .84rem;

    color: #333;
}
.diary .oneBlock{
    display:inline-block;
    position: relative;
    margin-right:0.3rem;
}
.diary .oneBlock img{
    width:2rem;
    margin-top: -0.45rem;
}
.diary .oneBlock .wings-shadow{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: 1;

}
.diary .oneBlock .diaryTitle{
    position: absolute;
    top: -0.45rem;
    left: 0;
    z-index: 2;
    font-size: 0.18rem;
    height: 1.2rem;
    width:100%;
}
.diary .oneBlock .diaryTitle div{
    color:#fff;
    width:100%;
    text-align:center;
}

/*goodCars*/
.index .goodCars{
    margin-bottom:0.9rem;
}
.index .goodCars .titlebar
{
    width: 90%;
    height: .84rem;
    margin: 0 auto;
}

.index .goodCars .titlebar h1
{
    font-size: .28rem;
    line-height: .84rem;

    float: left;

    height: .84rem;

    color: #333;
}

.index .theme
{
    width: 90%;
    margin: 0 auto;
}

.index .theme .titlebar
{
    height: .75rem;
}

.index .theme .titlebar h1
{
    font-size: .35rem;
    line-height: .75rem;

    float: left;

    height: .75rem;

    color: #000000;
}

.index .theme .titlebar a
{
    font-size: .24rem;
    line-height: .75rem;

    float: right;

    height: .75rem;
    padding-right: .28rem;

    color: #666;
    background: url(../images-mb/index-theme-01.png) no-repeat right center;
    background-size: .12rem .16rem;
}

.index .theme .titlebar a:hover
{
    color: #ff9800;
}







.index .theme .list ul li a
{
    position: relative;

    display: block;

    height: 1.45rem;
    padding: .15rem 0 .15rem 3.15rem;
}

.index .theme .list ul li a img
{
    position: absolute;
    top: .15rem;
    left: 0;

    width: 2.5rem;
    /*height: 1.45rem;*/
    max-height: 1.6rem;
}

.index .theme .list ul li a h2
{
    font-size: .24rem;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #252525;
    width: 90%;
    margin-left: 0.3rem;
    margin-top: -0.08rem;
}

.index .theme .list ul li a p
{
    font-size: .22rem;
    line-height: .34rem;
    overflow: hidden;
    color: #929292;
    width: 90%;
    text-align: justify;
    margin-left: 0.3rem;
    margin-top: 0.08rem;
}

.grey-blank
{
    height: .3rem;

    background: #f7f7f7;
}



.index .story .titlebar
{
    width: 90%;
    height: .84rem;
    margin: 0 auto;
}

.index .story .titlebar h1
{
    font-size: .28rem;
    line-height: .84rem;

    float: left;

    height: .84rem;

    color: #333;
}

.index .story .titlebar a
{
    font-size: .24rem;
    line-height: .84rem;

    float: right;

    height: .84rem;
    padding-right: .28rem;

    color: #FF9800;
    background: url(../images-mb/index-theme-01.png) no-repeat right center;
    background-size: .12rem .16rem;
}

.index .story .titlebar a:hover
{
    color: #ff9800;
}

.index .story .slider
{
    height: 6.01rem;
    padding: .4rem 0 0 0;
}

.index .story .slider .swiper-story
{
    position: relative;

    width: 100%;
    height: 100%;
}

.index .story .slider .swiper-story .swiper-wrapper
{
    width: 100%;
    height: 100%;
}

.index .story .slider .swiper-story .swiper-wrapper .swiper-slide
{
    width: 100%;
    height: 100%;
}

.index .story .slider .swiper-story .swiper-wrapper .swiper-slide img
{
    width: 100%;
    height: 100%;
}

.index .story .slider .swiper-story .swiper-pagination
{
    font-size: 0;

    height: .4rem;
}



.index .story .slider .swiper-story .swiper-pagination-bullet
{
    width: .16rem;
    height: .16rem;

    background: #ccc;
}

.index .story .slider .swiper-story .swiper-pagination-bullet-active
{
    width: .16rem;
    height: .16rem;

    background: #ff9800;
}

.index .story .slider .desc
{
    font-size: .26rem;
    line-height: .36rem;
    position: relative;
    overflow: hidden;
    height: 1.7rem;
    margin: 0 auto;
    padding: 0 5%;
    color: #252525;
    text-align: justify;
    font-family: 苹方;
}

/*伪类引号*/
/*.index .story .slider .desc::before*/
/*{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/

    /*width: .5rem;*/
    /*height: .5rem;*/

    /*content: '';*/

    /*background: url(../images-mb/index-story-01.png) no-repeat left .07rem;*/
    /*background-size: .28rem .22rem;*/
/*}*/

/*.index .story .slider .desc::after*/
/*{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/

    /*width: .5rem;*/
    /*height: .5rem;*/

    /*content: '';*/

    /*background: url(../images-mb/index-story-02.png) no-repeat right .07rem;*/
    /*background-size: .28rem .22rem;*/
/*}*/

.index .story .slider .img
{
    overflow: hidden;

    width: 2.2rem;
    height: 2.2rem;
    margin: .4rem auto 0;

    border-radius: 50%;
}

.index .story .slider .img img
{
    width: 1.76rem;
    height: 1.76rem;

    border-radius: 50%;
}

.index .story .slider h1
{
    font-size: .28rem;
    line-height: .4rem;

    height: .4rem;
    margin-top: .28rem;

    text-align: center;

    color: #252525;
}

.index .story .slider h2
{
    font-size: .24rem;
    line-height: .4rem;

    height: .4rem;

    text-align: center;

    color: #999;
}

.index .story .slider .swiper-button
{
    position: absolute;
    top: 2.58rem;
    left: 50%;

    width: .46rem;
    height: .82rem;
}

.index .story .slider .swiper-button:hover
{
    opacity: .6;
}

.index .story .slider .swiper-button-prev
{
    margin: 0 0 0 -2.76rem;

    background: url(../images-mb/index-story-03.png) no-repeat center;
    background-size: 100% 100%;
}

.index .story .slider .swiper-button-next
{
    margin: 0 0 0 2.3rem;

    background: url(../images-mb/index-story-04.png) no-repeat center;
    background-size: 100% 100%;
}



.index .service .titlebar
{
    width: 90%;
    height: .84rem;
    margin: 0 auto;
}

.index .service .titlebar h1
{
    font-size: .28rem;
    line-height: .84rem;

    float: left;

    height: .84rem;

    color: #333;
}

.index .service .titlebar a
{
    font-size: .24rem;
    line-height: .84rem;

    float: right;

    height: .84rem;
    padding-right: .28rem;

    color: #666;
    background: url(../images-mb/index-theme-01.png) no-repeat right center;
    background-size: .12rem .16rem;
}

.index .service .titlebar a:hover
{
    color: #ff9800;
}



.index .service .list ul
{
    padding: .5rem 0;
}

.index .service .list ul li
{
    float: left;

    width: 50%;
    padding: .3rem 0;
}

.index .service .list ul li i
{
    display: block;

    height: .7rem;
}

.index .service .list ul li i.icon-1
{
    background: url(../images-mb/index-service-01.png) no-repeat center;
    background-size: .7rem .7rem;
}

.index .service .list ul li i.icon-2
{
    background: url(../images-mb/index-service-02.png) no-repeat center;
    background-size: .7rem .7rem;
}

.index .service .list ul li i.icon-3
{
    background: url(../images-mb/index-service-03.png) no-repeat center;
    background-size: .7rem .7rem;
}

.index .service .list ul li i.icon-4
{
    background: url(../images-mb/index-service-04.png) no-repeat center;
    background-size: .7rem .7rem;
}

.index .service .list ul li i.icon-5
{
    background: url(../images-mb/index-service-05.png) no-repeat center;
    background-size: .7rem .7rem;
}

.index .service .list ul li i.icon-6
{
    background: url(../images-mb/index-service-06.png) no-repeat center;
    background-size: .7rem .7rem;
}

.index .service .list ul li h1
{
    font-size: .28rem;
    line-height: .28rem;

    height: .42rem;
    margin-top: .15rem;

    text-align: center;

    color: #666;
}

.index .service .list ul li h2
{
    font-size: .24rem;
    line-height: .24rem;

    height: .42rem;

    text-align: center;

    color: #999;
}

.more-report
{
    font-size: .28rem;
    line-height: .5rem;

    display: block;

    width: 1.2rem;
    height: .5rem;
    margin: .1rem auto .2rem;

    text-align: center;

    color: #666;
    color: #fff;
    border-radius: 9px;
    background: #ff9800;
}

footer
{
    padding-bottom: 1rem;
}

#fix-citySelect
{
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;

    width: 100%;

    background: #fff;
}

#fix-citySelect a
{
    font-family: 'PingFang-SC-Regular', '微软雅黑';
    font-size: .32rem;
    line-height: .88rem;

    float: left;

    box-sizing: border-box;
    width: 3.7rem;
    height: .88rem;

    text-align: center;

    color: #666;
}

#fix-citySelect a img
{
    display: inline-block;

    margin-right: .2rem;
}

#fix-citySelect a.CJSS
{
    font-size: .28rem;
    background: #B8B8B8;
    width: 3.8rem;
    margin-right: 0;

    color: #FFF;
}