@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .mobile_head p:nth-child(2){ /* 1.30 修改内容 */
        display: none;
    }
    .start-pause{
        width: 90% !important;
       /* margin:15% auto 0 auto !important;*/
    }
    .start-pause .marquee{ /*1.28 修改内容 */
        width: 90% !important;
    }

    .con{
        width: 100% !important;
        margin-top:12% !important;
    }
    .con_l{
        width: 90% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .con_l_t,.video_c1,.con1,.con1_2,.con3,.video{
        padding-bottom: 2%;
        border-bottom: 2px solid rgb(237,237,237) !important;
    }
    .video,.baogao{
        margin-top: 2%;
    }
    .baogao_t{
        margin-bottom: 2%;
    }
    .video_c,.baogao_c{
        margin-top: 0 !important;
    }
    .con1{
        font-size: 1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-bottom:2% !important;
        text-indent: 0 !important; 
        line-height: 30px !important;
    }
    .con2 li,.video_c ul li{
        padding-bottom: 2%;
        border-bottom: 1px solid rgb(237,237,237)
    }
    .con2 li:nth-last-child(1),.common_t,.video_c ul li:nth-last-child(1){
        border-bottom:0 !important;
    }
    .con2 li{ /* 1.30 修改内容 */
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 30px !important;
        height: 30px !important;
    }
    .video_c ul li:nth-last-child(1){
        padding-bottom: 0 !important;
    }
    .con3 li{
        padding: 4% 0 !important;
        border-bottom: 1px solid rgb(237,237,237) !important;
    }
    #load-more{
        border:0 !important;
        margin:0 auto !important;
    }
    #load-more a{
        width: 100% !important;
    }
    .con_l_t_l{
        padding:0 !important;
    }
    .con_l_t,.con_l_t_l,.con2 li{
        width: 100% !important;
    }
    .con_l_t_l{
        height: auto !important;
    }
  /*  #focus{
        height: 350px !important;
    }*/
    .swiper-slide{ /*2.14 修改内容 */
        height: auto !important;
        padding-bottom:0 !important;
    }
    .swiper-slide a{ /*1.28 修改内容 */
        width:100% !important;
        height:0 !important;
        padding-bottom:66%;
        overflow:hidden;
        margin:0;
        position:relative;
    }
    .swiper-slide img{/*1.28 修改内容 */
        width:100% !important; 
        height:100% !important;
        display: block;
        position:absolute;
    }
    .swiper-slide a  .banner_text{/*1.28 修改内容 */
        font-size: 1.2rem !important;
    }

    /*#No{
        margin-top: 3%;
    }*/

    .video_c1{
        width: 100%;
        margin: 0 auto;
        display: block !important;
    }
    .video_c1 h1{
        margin: 5% 0;
        font-size: 1.2rem;
    }
    /* 2.13 修改内容 */
    .searchbar{
        display: none;
    }
    .con_l_t_r h1,.video_c1 h1,.common_t span:nth-child(1){
        border-left:3px solid #d42223;
        border-bottom:0 !important;
        padding-left:2%;
        font-size: 1.2rem;
    }
    .common_t span:nth-child(2){
        display: block !important;/*1.28 修改内容 */
        border-bottom:0 !important;
        font-size: 0.8rem;
        color: rgb(51,51,51);
        float: right;
    }
    .con_l_t_r h1 a{
        border-bottom: 0px !important;
    }
    .con_l_t_r{
        margin-top: 5% !important;
        width: 100% !important;
    }
    .con1_2{
        height: auto !important;
    }
    .con1,.con2{
        width: 100% !important;
        float: none !important; 
    }
    .con3{
        width: 100% !important;
    }
    .con3 ul{
        
    }
    .con3 li{
        display: flex !important;
        width: 100% !important;
    }
    .con3 .con3_link{ /* 2.14 修改内容 */
        flex: 0 0 140px;
        width: 140px;
    }
    .con3 li img{ /* 2.14 修改内容 */
        width: 100% !important;
        height: 90px;
        object-fit: cover;
    }
    .con3 .con3_content{
        flex: 1;
        width: 100%  !important;
        margin-left: 2%;
        position: relative; /*1.28 修改内容 */
        left: 0;/*1.28 修改内容 */
        top:0;/*1.28 修改内容 */
    }
    .con3 li a.pic{
        width: 100% !important;
        height: 100% !important;
        margin-right: 0 !important;
    }
    .con3 li h2{/* 2.14 修改内容 */
        width: 100% !important;
        font-size: 1rem !important; 
        height: auto !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 20px !important;
    }
    .con3 li h2 a{/* 2.14 修改内容 */
        font-size: 0.8rem !important;
    }
    .con3_content p:nth-child(2){
        margin-top: 1%;
        width: 100% !important;
        float: none !important;
        height: 40px !important;
        line-height: 20px !important;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: none !important; /*1.28 修改内容 */
    }
    .con3 li p:nth-child(4){
        position: absolute;/*1.28 修改内容 */
        right: 0;/*1.28 修改内容 */
        bottom: 0;/*1.28 修改内容 */
        width: 100% !important;
        float: none !important;
        line-height: 18px !important;
    }
    .con3 li p.c{
        display: none !important;
    }
    .con3 li a.sina{
        padding-top: 5px;

    }
    .enjoy{
        line-height: 28px;
    }
    .con_r{
        width: 90% !important;
        margin: 0 auto;
        float:none !important;
    }
    .video_c_mail span{/* 2.13 网站修改 */
        padding:5px;
    }
    .baogao_c:nth-child(2){
        display: flex; 
        justify-content: space-around;
        margin-top: 10px !important; /* 1.28 网站修改 */
    }
    .baogao_c .baogao_c_div{ /* 1.30 修改内容 */
        margin-left: 2% !important;
        width: 100%;

    }
    .con_r .video>.baogao_c>.baogao_c_div:nth-child(3),
    .con_r .video>.baogao_c>.baogao_c_div:nth-child(4),
    .con_r .video>.baogao_c>.baogao_c_div:nth-child(5){
        display: none !important;

    }
    .video_c:nth-child(1),.gg250{
        display: none !important;
    }
    .guandian, .video, .baogao, .toutiao, .remen{
        width: 100% !important;
    }
    .newcar_t,.chang_t,.video_t,.dujia_t,.xiaol_t, .baogao_t, .jiangjia_t{
        width: 100% !important;
    }
    .video_c,.baogao_c{
        width: 100% !important
    }
    .video_c ul { /*1.30 修改内容 */
        width: 100% !important
    }
    .video_c ul li{ /* 1.30 修改内容 */

        width: 100% !important;
        font-size: 0.8rem;
    }
    /* 1.30 修改内容 .baogao_c_div img{ 
        width: 100% !important;
        height: 120px !important;
        object-fit: cover;
    }*/
    .baogao_c p{
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto !important;
        line-height: 20px !important
    }
    .baogao_c_div a{ /*1.30 修改内容 */
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        position: relative;
    }
    .baogao_c_div a img{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .mobile-searchbar{/* 1.28修改内容 */
        display: block !important;
        background: #007cc9;
        width: 100%;
        margin: 5% 0;
        padding: 5% 0 !important;/* 1.28修改内容 */
    }
    .mobile-searchbar form select { /* 1.28修改内容 */
        margin-left: 10px;
        padding-left:2%;
        padding-right: 0 !important;
        border: 1px solid #ABCFDF;
        visibility: visible;
        border-radius: 10px;
        line-height: 20px;
        height: 20px;
        background: #fff;
        width: 65px;/* 1.28修改内容 */
    }
    .brand_title p{
        text-align: center;
    }
    .brand_title{/* 1.28修改内容 */
        width: 100%;
        float:none !important;
        /*padding-top:2%;*/
        margin: 0 !important;
    }
    .brand_select{/* 1.28修改内容 */
        margin: 2% 0 0 0!important;
        width: 100% !important;
        text-align: center;
        float: none !important;
    }

    .mobile-searchbar .search {
        margin-left: 10px;
        background: #d42223;
        width: 62px;
        height: 20px;
        cursor: pointer;
        color: white;
        border-radius: 10px;
        border:1px solid #ABCFDF !important;
        float: none !important; 
    }
    .car_list{
        display: none !important;
    }

    .car_art_wrapper {
        width: 90% !important;
        margin: 5% auto 0 auto !important;
    }
    .car_art_wrapper .other_box{
        margin-bottom: 0 !important;
        padding: 0 !important;
        margin-top: 2% !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }
    .car_art_wrapper .other_box .other_title{
        margin-bottom: 2% !important;
        padding-bottom: 2% !important;
    }
    .car_art_wrapper .other_box .other_title span{
        font-size: 1.2rem !important;
        color: #2d374b !important;
    }
    .car_art_wrapper .other_box .other_title a{
        font-size: 12px !important;
        color: #2d374b !important;
    }
    .car_art_wrapper .other_box .list .item{
        margin: 0 0 1% 0 !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    .car_art_wrapper .other_box .list .item .title{
        font-size: 12px !important;
    }
    .car_art_wrapper .other_box .list .item .time{
        font-size: 12px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con{
        margin-top: 6% !important;
    }
}

.non {
    display: none;
}

/*<!---mobile_head   ----->*/

/*处理广告问题 */
.google-auto-placed{
    display: none !important;
}


/* hot-h css */

.hot_h{
    width: 1200px;
    margin:15px auto 0 auto;
}

.start-pause {
    margin: 5px auto;
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    padding-bottom:3%;/* 1.28 修改内容 */
}

.start {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
}

.pause {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 30px;
    height: 30px;
}
/* 1.28 修改内容 */
.marquee {
    width: 1170px;
    height: 26px;
    position: relative;
    left: 15px;
    overflow: hidden;
    border-radius: 10px;
    border-right: none;
    border: 2px solid black;
    border-right: none;
    border-left: none;
    line-height: 26px;
}

.marquee ul {
    position: absolute;
    left: 0;
    top: 0;
}

.marquee ul li {
    float: left;
    padding: 0 5px;
    width: 150px;
    height: 26px;
    list-style: none;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*.start-pause marquee {
    position: absolute;
    top: 0;
    left: 25px;
    width: 30px;
    height: 30px;
}

.start-pause marquee {
    
    width: 1170px;
    height: 26px;
    border-radius: 10px;
    border-right: none;
    border: 2px solid black;
    border-right: none;
    border-left: none;
    line-height: 26px;
    overflow: hidden;
}*/

/*.start-pause marquee ul {
    width: 2340px;
}
.start-pause marquee>ul{
    position: absolute;
    z-index:99;
    left: -1170px;
    top: 0;
}*/
/*.start-pause marquee ul li {
    float: left;
    padding-right: 10px;

}*/





.con {
    margin-top: 20px;
    width: 1200px;
    overflow: hidden;
}

.con_l {
    width: 790px;
    overflow: hidden;
    float: left;
}

.con_r {
    width: 390px;
    float: right;
    overflow: hidden;
}

.con_l_t {
    width: 790px;
    overflow: hidden;
    /*background: url(line2.jpg) no-repeat bottom;*/
    /*border-right: 1px solid #d8d7d7;*/
    padding-right: 12px;
}

.con_l_t_l { /* 2.14 修改 内容 */
    width: 790px;
    float: left;
    height: auto;
/*    height: 350px;*/
    /*background: url(hd.jpg) no-repeat;*/
    /*padding-left: 8px;*/ /* 1.28修改内容 */
    padding-top: 7px;
}

.con_l_t_r {
    margin-top: 20px;
    width: 790px;
}

.con_l_t_r h1 {
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    overflow: hidden;
    margin: 10px 0;

}

.con_l_t_r h1 a {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    border-bottom:2px solid #d42223;
}
.con1_2{
    height: 150px;
    border-bottom:1px solid rgba(212,34,35,0.2);
}
.con1 {
    float: left;
    width: 320px;
    overflow: hidden;
    padding-bottom: 15px;
    text-indent: 2em;
    line-height: 24px;
    margin-top: 10px;
}

.con1 li {
    width: 139px;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 14px;
}

.con1 li a {
    font-size: 14px;
}

.con2 {
    float: right;
    width: 290px;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
}

.con2 li {
    width: 290px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.con2 li span {
    float: right;
    padding-left: 5px;
}

.con2 li a {
    font-size: 14px;
}

.con3 {
    width: 790px;
    overflow: hidden;
    border-right: 1px solid #d8d7d7;
    padding-right: 12px;
}

.con3 li {
    position: relative;
    left: 0;
    top: 0;
    width: 780px;
    overflow: hidden;
    padding: 25px 0;
    border-bottom:1px solid rgba(212,34,35,0.2);
}

.con3 li img {
    width: 180px;
}

.con3 li h2 {
    font-size: 18px;
    width: 510px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.con3 li h2 a {
    font-size: 18px;
    color: #232222;
}

.con3 li p.c {
    width: 510px;
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
    display: block;
    overflow: hidden;
}

.con3 li p.z {
    width: 510px;
    height: 24px;
    float: right;
    line-height: 30px;
    font-size: 12px;
    display: block;
    overflow: hidden;
    color: #9d9c9c;
}

.con3 li p.z span {
    float: right;
    padding-right: 15px;
    color: #ff7301;
    padding-left: 15px;
}

.con3 li p.z span a {
    color: #ff7301;
    font-size: 12px;
}

.con3 li a.pic {
    width: 180px;
    height: 147px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 10px;
}

.manu {
    width: 710px;
    overflow: hidden;
    text-indent: 0;
    clear: both;
}

.manu li {
    border: 1px solid #ccc;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.manu li a,
.manu li span {
    padding: 5px 10px;
    display: block;
}

.manu li.thisclass {
    background: #999;
    color: #fff;
    padding: 5px 10px;
}

.manu li span.pageinfo {
    padding: 5px 10px;
    display: block;
}

.manu li.indexPage,
.manu li.end_page,
.manu li.allpage {
    padding: 5px 10px;
}

.guandian,
.video,
.baogao,
.toutiao,
.remen {
    width: 390px;
    float: right;
    overflow: hidden;
}

.guandian_t {
    width: 390px;
    height: 45px;
    overflow: hidden;
    background: url(guandian.jpg) no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.weiboxiu_t {
    width: 390px;
    height: 45px;
    overflow: hidden;
    background: url(weiboxiu.jpg) no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.zhuangaoren_t {
    width: 390px;
    height: 45px;
    overflow: hidden;
    background: url(zhuangaoren.jpg) no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.guandian_c1 {
    width: 390px;
    background: url(g_b_b.jpg) no-repeat bottom;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 6px;
}

.gd_t {
    width: 390px;
    background: url(g_b_t.jpg) no-repeat bottom;
    padding-bottom: 15px;
    overflow: hidden;
}

.gd_t img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 10px 5px 15px;
}

.gd_t span {
    display: block;
    width: 170px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.gd_t span.reason {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.gd_t a.gz {
    width: 66px;
    height: 22px;
    background: url(gz.jpg) no-repeat;
    text-indent: -999999px;
    display: block;
    float: left;
    overflow: hidden;
}

.gd_t a.gz:hover {
    background: url(gz2.jpg) no-repeat;
}

.gd_c {
    width: 230px;
    background: url(g_b_c.jpg) repeat-y;
    overflow: hidden;
    text-indent: 2em;
    line-height: 18px;
    padding: 10px;
}

.no_gd {
    padding: 10px;
    float: left;
}

.video_t {
    width: 390px;
    height: 45px;
    overflow: hidden;
    background: url(shipin.jpg) no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.dujia_t {
    width: 390px;
    /*height: 45px;*/
    overflow: hidden;
    /*background: url(dujia.jpg) no-repeat;*/
    font-size: 18px;
    font-weight: bold;
}

.xiaol_t {
    width: 390px;
    /*height: 45px;*/
    overflow: hidden;
    /*background: url(xiaol.jpg) no-repeat;*/
    font-size: 18px;
    font-weight: bold;
}

.baogao_t {
    width: 390px;
    /*height: 45px;*/
    overflow: hidden;
    /*background: url(baogao.jpg) no-repeat;*/
    font-size: 18px;
    font-weight: bold;
}

.jiangjia_t {
    width: 390px;
    /*height: 45px;*/
    overflow: hidden;
    /*background: url(jiangjia.jpg) no-repeat;*/
    font-size: 18px;
    font-weight: bold;
}

.common_t{
    border-bottom: 1px solid rgba(212,34,35,0.2);
}
.common_t span{
    border-bottom:3px solid #d42223
}
.common_t span:nth-child(2){ /*1.28 修改内容 */
    display: none;
}


.sales_t {
    width: 390px;
    height: 45px;
    overflow: hidden;
    background: url(sales.jpg) no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.newcar_t {
    width: 390px;
    /*height: 45px;*/
    overflow: hidden;
    /*background: url(newcar.jpg) no-repeat;*/
    font-size: 18px;
    font-weight: bold;
   
}


.chang_t {
    width: 390px;
    /*height: 45px;*/
    overflow: hidden;
    /*background: url(chang.jpg) no-repeat;*/
    font-size: 18px;
    font-weight: bold;
    
}
.video_c1{
    display: none;
}

.video_c:nth-child(1){
    padding:5px;
    margin-top: 10px;
    border: 1px solid rgba(212,34,35,0.2);
}
.video_c,
.baogao_c {
    width: 360px;
    overflow: hidden;
    margin-top: 20px;
    /*padding-top: 15px;*/
}

.video_c img,
.baogao_c img { /* 1.28 修改内容 */
    width: 390px;
    /*height: 200px;*/
}
.video_c h1{
    font-size: 18px;
    font-weight: normal;
}
.video_c h1 span{
    padding-bottom: 5px;
    border-bottom:3px solid #d42223;

}
.video_c_mail  span{ /* 2.15 修改内容 */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    border:1px solid rgba(153,153,153,0.5);
    border-radius: 2px;

}

.video_c_mail  img{/* 2.13 修改内容 */
    display: inline-block;
    vertical-align: top;
    width:25px;
    flex: 0 0 25px;
    height: 16px;
}
.video_c_mail a{/* 2.13 修改内容 */
    display: inline-block;
    vertical-align: top;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.video_c ul {
    margin-top: 10px;
    overflow: hidden;
    width:360px;
    padding-bottom: 10px;
}

.video_c ul li { /* 1.30 修改内容 */
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    width: 360px;
    color: #999;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video_c ul li:nth-child(1){
    margin-top: 0px;
}

.video_c p,
.baogao_c p {
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.toutiao_c,
.remen_c {
    width: 250px;
    overflow: hidden;
    padding-top: 5px;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
}

.toutiao_t {
    width: 248px;
    /*height: 45px;*/
    overflow: hidden;
    /*background: url(toutiao.jpg) no-repeat;*/
    font-size: 18px;
    font-weight: bold;
}

.toutiao_c ul {
    width: 250px;
    overflow: hidden;
}

.toutiao_c li {
    width: 245px;
    height: 28px;
    display: block;
    line-height: 28px;
    overflow: hidden;
}

.toutiao_c li a {
    width: 225px;
    padding-left: 20px;
    height: 28px;
    display: block;
    line-height: 28px;
    overflow: hidden;
    background: url(dian3.jpg) no-repeat left;
}

li.p1 {
    background: url(ranking_01.png) no-repeat bottom left;
}

li.p2 {
    background: url(ranking_02.png) no-repeat bottom left;
}

li.p3 {
    background: url(ranking_03.png) no-repeat bottom left;
}

li.p4 {
    background: url(ranking_04.png) no-repeat bottom left;
}

li.p5 {
    background: url(ranking_05.png) no-repeat bottom left;
}

li.p6 {
    background: url(ranking_06.png) no-repeat bottom left;
}

li.p7 {
    background: url(ranking_07.png) no-repeat bottom left;
}

li.p8 {
    background: url(ranking_08.png) no-repeat bottom left;
}

li.p9 {
    background: url(ranking_09.png) no-repeat bottom left;
}

li.p10 {
    background: url(ranking_010.png) no-repeat bottom left;
}

.toutiao_c li span {
    float: right;
    padding-left: 3px;
}

.remen_t {
    width: 248px;
    height: 45px;
    overflow: hidden;
    background: url(remen.jpg) no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.remen_ li {
    width: 225px;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}



.pos {
    height: 24px;
    line-height: 24px;
}

.arc {
    width: 790px;
    padding-right: 12px;
    overflow: hidden;
    border-right: 1px solid #d8d7d7;
}

.arc h1 {
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 700px;
    font-size: 24px;
    text-align: center;
}

.w {
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #999;
    border-bottom: 1px dashed #ccc;
}

.w span {
    color: #ff7301;
}

.content {
    line-height: 1.5em;
    overflow: hidden;
    text-indent: 2em;
    font-size: 14px;
}

.content img {
    margin: 2px;
    max-width: 640px;
    border: 1px solid #272727
}

/*#focus {
    width: 790px;
    height: 350px;
    CLEAR: both;
    MARGIN: 0px;
    overflow: hidden;
}

#au {
    width: 790px;
    height: 330px;
}*/
/*#au div{ 
        position:relative;
        left: 0;
        top: 0;
        width: 100%;    
}*/
/*.au1{
    height: 350px;
}*/
.swiper-container {
    /*1.28 修改内容 */
    width: 100%;
    height: 100%;
}

.swiper-slide {/*2.14 修改内容 */
    /*1.28 修改内容 */
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
}

/*.swiper-slide img {
    width: 790px;
    height: 350px;
}*/
.swiper-slide a .banner_filter{/*2.14 修改内容 */
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    z-index: 999;
    left: 0;
}
.swiper-slide a .banner_text{/*2.14 修改内容 */
    position: absolute;
    left: 2%;
    bottom: 2%;
    color: white;
    font-size: 25px;
    z-index: 1000;
}
/*.swiper-slide a {
    position: relative;
   
}*/
.swiper-slide a img{/*2.14 修改内容 */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
/*#au IMG {
    border: 0;
    width: 790px;
    height: 320px;
}
*/
#conau {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FLOAT: left;
    PADDING-BOTTOM: 0px;
    WIDTH: 337px;
    PADDING-TOP: 2px;
    TEXT-ALIGN: center;
}

.bbg0 {
    BACKGROUND: url(dian2.jpg) no-repeat;
    CURSOR: pointer;
    LINE-HEIGHT: 11px;
    text-indent: 999999px;
    padding-left: 3px;
}

.bbg1 {
    BACKGROUND: url(dian.jpg) no-repeat;
    CURSOR: pointer;
    LINE-HEIGHT: 11px;
    text-indent: 999999px;
    padding-left: 3px;
}

/*#No {
    WIDTH: 110px;
}

#No LI {
    FLOAT: left;
    WIDTH: 17px;
    MARGIN-RIGHT: 1px;
    PADDING-TOP: 2px;
    HEIGHT: 11px;
    overflow: hidden;
}*/

a.sina {
    display: block;
    float: right;
    font-family: '宋体', Arial;
    height: 22px;
    padding-bottom: 3px;
    padding-left: 22px;
    background: url(is.png) no-repeat;
    background-position: 0 -115px !important;
}

a.qq {
    display: block;
    float: right;
    font-family: '宋体', Arial;
    height: 22px;
    padding-bottom: 3px;
    padding-left: 22px;
    background: url(is.png) no-repeat;
    background-position: 0 -235px !important;
}

.enjoy{
    position: absolute;
    right: 70px;
    color: rgb(0,124,200);
}

.gg250 { /* 1.30 修改内容 */
    width: 360px;
    /*float: right;*/
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}
.gg250 img{ /* 1.30 修改内容 */
    width: 100%
}

.gg728 {
    width: 725px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #D8D7D7;
    margin-top: 5px;
}

#test {
    clear: both;
}

a.tougao {
    width: 82px;
    height: 30px;
    display: block;
    background: url(tougao.jpg) no-repeat;
    padding: 0;
    margin-top: 6px;
    text-indent: -99999px;
    overflow: hidden;
}

a.shoucang {
    display: block;
    float: left;
    margin-top: 6px;
    font-family: '宋体', Arial;
    height: 22px;
    padding-bottom: 3px;
    padding-left: 20px;
    background: url(shoucang.jpg) no-repeat;
    padding-right: 10px;
}

.sm {
    padding: 10px;
    background: #F7F7F7;
    font-size: 12px;
    text-indent: 0;
    margin-top: 10px;
}

.sm span {
    color: #FF0000;
    padding-right: 5px;
}

.fx {
    float: right;
    padding: 10px;
    font-size: 12px;
    text-indent: 0;
}

.comment {
    width: 720px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 10px;
}

.comment img.c_p {
    display: block;
    width: 50px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.area {
    width: 645px;
    overflow: hidden;
    float: left;
}

.area .pt {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    margin-right: 0;
    padding: 0 !important;
    width: 100%;
}

.area {
    border-color: #999999 #CCCCCC #CCCCCC #999999;
    border-style: solid;
    border-width: 1px;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
}

.pn {
    background: none repeat scroll 0 0 #3A4A57;
    border: medium none;
    color: #EEF3F7;
    cursor: pointer;
    height: 23px;
    margin-right: 8px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0 6px;
    vertical-align: middle;
    float: right;
}

.comment_t {
    width: 710px;
    border-bottom: 1px solid #ccc;
    float: left;
}

.comment_t span {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-bottom: -1px;
    margin-left: 20px;
    overflow: hidden;
    padding: 2px;
    text-align: center;
    width: 60px;
    background: #fff;
}

.comment_c {
    width: 710px;
    overflow: hidden;
    float: left;
    padding-top: 10px;
    border-bottom: 1px dotted #ccc;
}

.comment_c p.t {
    display: block;
    float: left;
    width: 650px;
}

.comment_c p.t span {
    float: right;
    padding-right: 5px;
}

.comment_con {
    float: right;
    width: 650px;
    overflow: hidden;
}

.d {
    float: right;
    overflow: hidden;
    width: 190px;
}

.d a {
    padding: 0 2px 0 16px;
    display: block;
    float: left;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
}

.d a.commnet-agree {
    background: url(d.png) no-repeat scroll 0 -1701px;
}

.d a.comment-disagree {
    background: url(d.png) no-repeat scroll 0 -1731px;
}

.d a.comment-reply {
    background: url(d.png) no-repeat scroll 0 -1761px;
}

.d a.commnet-agree:hover {
    background: url(d.png) no-repeat scroll 0 -1613px;
}

.d a.comment-disagree:hover {
    background: url(d.png) no-repeat scroll 0 -1643px;
}

.d a.comment-reply:hover {
    background: url(d.png) no-repeat scroll 0 -1673px;
}

span.all {
    padding: 5px;
    float: right;
    display: block;
}

.comment .login {
    width: 645px;
    background: #F7F7F7;
    text-align: center;
    padding: 30px 0px 20px;
    float: left;
    overflow: hidden;
    height: 50px;
    margin-bottom: 20px;
    border-color: #999999 #CCCCCC #CCCCCC #999999;
    border-style: solid;
    border-width: 1px;
}

.comment .login .weibo {
    float: none;
}

.comment_con .decmt-box {
    padding: 5px;
    background: #F7F7F7;
}

.comment_con p {
    display: block;
    padding: 5px;
    background: #F7F7F7;
}

.comment .tips {
    position: absolute;
    line-height: 25px;
    border: 1px solid #ECD181;
    background-color: #FCF7E6;
    padding: 5px 10px;
    color: red;
    display: none;
}

.comment .quote {
    line-height: 20px;
    background-color: #FCF7E6;
    color: red;
    display: none;
}

.quanzi_l {
    width: 620px;
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
}

.quanzi_r {
    width: 360px;
    float: right;
    overflow: hidden;
}

.quanzi_r img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.guandian_c2 {
    width: 610px;
    background: url(g_b_b2.jpg) no-repeat bottom;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 6px;
    float: left;
}

.gd_t2 {
    width: 610px;
    background: url(g_b_t2.jpg) no-repeat bottom;
    padding-bottom: 15px;
    overflow: hidden;
}

.gd_t2 img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 10px 5px 15px;
}

.gd_t2 span {
    display: block;
    width: 530px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.gd_t2 span.reason {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.gd_t2 a.gz {
    width: 66px;
    height: 22px;
    background: url(gz.jpg) no-repeat;
    text-indent: -999999px;
    display: block;
    float: left;
    overflow: hidden;
}

.gd_t2 a.gz:hover {
    background: url(gz2.jpg) no-repeat;
}

.gd_c2 {
    width: 590px;
    background: url(g_b_c2.jpg) repeat-y;
    overflow: hidden;
    text-indent: 2em;
    line-height: 18px;
    padding: 10px;
}

.gd_t4 {
    width: 248px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 10px;
}

.gd_t4 div {
    float: left;
    width: 170px;
    overflow: hidden;
}

.gd_t4 img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 10px 5px 15px;
}

.gd_t4 span {
    display: block;
    width: 170px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.gd_t4 span.reason {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.gd_t4 a.gz {
    width: 66px;
    height: 22px;
    background: url(gz.jpg) no-repeat;
    text-indent: -999999px;
    display: block;
    float: left;
    overflow: hidden;
}

.gd_t4 a.gz:hover {
    background: url(gz2.jpg) no-repeat;
}


.quanzi_l_t {
    width: 620px;
    border-bottom: 1px solid #ccc;
    float: left;
    margin-top: 10px;
}

.quanzi_l_t a,
.quanzi_l_t span {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    cursor: pointer;
    float: left;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 5px;
    margin-left: 5px;
    text-align: center;
    font-size: 14px;
    width: 80px;
    background: #ccc;
    filter: DropShadow(Color=#fff, OffX=1, OffY=1, Positive=1);
    text-shadow: #fff 1px 1px 1px;
    border-radius: 4px 4px 0px 0px;
}

.edit {
    float: right;
    font-size: 12px;
    color: #3C7FCC;
}

.quanzi_l_t a.g,
.quanzi_l_t span.g {
    background: #fff
}

.b img {
    width: 100px;
    height: 100px;
}

.dangan_l {}

.dangan_l {
    width: 720px;
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
}

.dangan_r {
    width: 250px;
    float: right;
    overflow: hidden;
}

.dangan_c {
    width: 230px;
    background: url(g_b_b3.jpg) no-repeat bottom;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 6px;
}

.gd_t3 {
    width: 230px;
    background: url(g_b_t3.jpg) no-repeat bottom;
    padding-bottom: 15px;
    overflow: hidden;
}

.gd_t3 img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 10px 5px 15px;
}

.gd_t3 span {
    display: block;
    width: 150px;
    float: left;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.gd_t3 span.reason {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.gd_t3 a.gz {
    width: 66px;
    height: 22px;
    background: url(gz.jpg) no-repeat;
    text-indent: -999999px;
    display: block;
    float: left;
    overflow: hidden;
}

.gd_t3 a.gz:hover {
    background: url(gz2.jpg) no-repeat;
}

.gd_c3 {
    width: 210px;
    background: url(g_b_c3.jpg) repeat-y;
    overflow: hidden;
    text-indent: 2em;
    line-height: 18px;
    padding: 10px;
}

#dMark {
    clear: both;
    margin-top: -1px;
    overflow: hidden;
}

.move {
    overflow: hidden;
    position: fixed;
    top: 10px;
    width: 250px;
    z-index: 200;
}

#dialogLoginLayer {
    display: none;
    position: absolute;
    z-index: 1000;
}

#dialogLayer {
    background-color: rgba(102, 102, 102, 0.5);
    border-radius: 5px;
    display: none;
    padding: 7px;
    position: absolute;
    width: 750px;
    height: 680px;
    z-index: 1000;
}

#dialogLayer .box_tit {
    background-color: #EAECEB;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    width: 100%;
}

#closeDialog {
    background: url("/new_images/close.gif") no-repeat transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 11px;
    margin-right: 10px;
    margin-top: 12px;
    width: 11px;
}

#dialogLayer .box_tit .tit_txt {
    margin-left: 10px;
}

.tougao_box {
    background-color: #FFFFFF;
}

.tougao_box .box_tab {
    border-bottom: 1px solid #DCDCDC;
    margin: 10px;
    background-color: #EAECEB;
    height: 25px;
    padding-left: 10px;
}

.tougao_box .box_tab span {
    float: left;
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-top: 1px;
}

.tougao_box .box_tab span.cur {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-bottom: none;
}

.tougao_tips {
    background-color: #FFFBCC;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 10px;
    margin: 10px;
}

.tougao-form {
    margin: 0px auto;
    padding: 0px 10px 10px;
}

.tougao-form .form-row label {
    display: block;
    font-weight: bold;
    padding: 10px 0 5px;
}

.tougao-form .form-row input {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    font-size: 1.7em;
    line-height: 100%;
    outline: medium none;
    padding: 3px 4px;
    width: 98%;
}

/*.tougao-form .form-row .tougao_title{width:98%;}
.tougao-form .form-row .weibo_url{width:98%;}*/

.tougao-form .form-row .postform {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    height: 2em;
    padding: 2px;
    width: 150px;
}

.tougao-form .form-btn {
    margin-top: 10px;
}

.tougao-form .form-btn input {
    background-color: #394B59;
    border-color: #7E7E7E;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    width: 80px;
}

.tougao-form textarea {
    border: 1px solid #DCDCDC;
    padding: 5px;
    border-radius: 5px;
}

#guandian_tougao {
    display: none
}

#weibo_tougao {
    display: none
}

#maskLayer {
    background-color: #000000;
    display: none;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    z-index: 999;
}

/* +++++++++++++++++++++++++++++++login start+++++++++++++++++++++++++++++++++ */
#login_page input[type="text"],
#login_page input[type="password"],
#login_page textarea {
    border: 1px solid #D5D5D5;
}

#login_page input:focus,
#login_page textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

#login_page input[type="file"]:focus,
#login_page input[type="radio"]:focus,
#login_page input[type="checkbox"]:focus,
#login_page select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#login_page em.dot,
#login_page .dot {
    font-size: 60%;
    color: #BFBFBF;
    display: inline-block;
    position: relative;
    top: -2px;
    z-index: 1;
    font-family: "arial";
}

#login_page a.link_btn,
#login_page a:hover.link_btn,
#login_page input[type="button"],
#login_page input[type="submit"] {
    background: #1E5E00;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    padding: 0 10px 0 10px;
    height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#login_page button {
    background: #1E5E00;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    padding: 0 10px 0 10px;
    height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#login_page a {
    color: #6CA63F;
    text-decoration: none;
}

#login_page a:hover {
    color: #1E5E00;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.login_box {
    width: 630px;
    position: fixed;
    z-index: 101;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -150px;
    background-color: white;
    border: 1px solid #9A9A9A;
    _margin-left: auto;
    _margin-top: auto;
    _position: relative;
    _left: auto;
}

.login_box .hd {
    border-radius: 5px 5px 0 0;
    font-size: 180%;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    padding: 0 28px;
    background-color: white;
    border-bottom: 2px solid #1E5E00;
}


.login_box .bd {
    padding: 20px 28px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

.login_box .ui-close {
    position: absolute;
    z-index: 1;
    color: #6CA63F;
    text-decoration: none;
    top: 0;
    right: 0;
    width: 60px;
    height: 54px;
    text-align: center;
    font-size: 280%;
    background-color: white;
    border-left: 1px solid #E8E7E3;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.login_left {
    width: 340px;
    float: left;
}

.nav-tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.nav-tabs li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    padding-bottom: 8px;
    line-height: 18px;
    display: block;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    color: #555;
    cursor: default;
    background-color: white;
    border: 1px solid #DDD;
    border-bottom-color: transparent;
}

.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.nav-tabs::after,
.nav-pills::after {
    clear: both;
}

.operations {
    position: absolute;
    right: 5px;
    bottom: 1px;
}

.form,
.login_box .other,
.login_box2 .other {
    display: block;
    overflow: hidden;
}

.other.hide {
    display: none;
}

.form {
    width: 340px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
textarea {
    padding: 5px 8px;
    width: 180px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form input,
textarea {
    _padding: 5px 8px;
    _width: 180px;
    _border-radius: 3px;
}

.form li {
    padding: 0 0 14px 6em;
    zoom: 1;
}

.form label {
    float: left;
    width: 6em;
    height: 28px;
    line-height: 28px;
    margin-left: -6em;
    text-align: right;
    font-size: 14px;
    padding-right: 10px;
}

.form .def label {
    float: none;
    margin-left: 0;
    font-size: 12px;
    text-align: left;
}

.login_box .other,
.login_box2 .other {
    padding-top: 15px;
    float: right;
    width: 220px;
}

.login_box .other strong,
.login_box2 .other strong {
    font-size: 110%;
}

.login_box .other li a,
.login_box2 .other li a {
    line-height: 30px;
}

.login_box .other li i,
.login_box2 .other li i {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: .3em;
    _display: block;
    _position: inherit;
    _margin-right: 0;
    _float: left;
}

.login_box .other i.login_icon_sina,
.login_box2 .other i.login_icon_sina {
    width: 126px;
    background: url('connect_sina.png') no-repeat;
}

.login_box .other i.login_icon_qq,
.login_box2 .other i.login_icon_qq {
    width: 120px;
    background: url('connect_qq.png') no-repeat;
}

.login_box .other i.login_icon_tqq,
.login_box2 .other i.login_icon_tqq {
    width: 126px;
    background: url('connect_tqq.png') no-repeat;
}

.login_box .other .login_icon,
.login_box2 .other .login_icon {
    height: 24px;
    margin: 5px 5px 5px 0;
    display: block;
    padding: 3px;
    overflow: hidden;
    float: left;
    color: #666;
    width: 24px;
}

span.r {
    float: right;
}

.gray {
    filter: Alpha(opacity=50);
    -moz-opacity: .5;
    opacity: 0.5;
}

.login_box2 {
    width: 630px;
}

.login_box2 .hd {
    border-radius: 5px 5px 0 0;
    font-size: 180%;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    padding: 0 28px;
    background-color: white;
    border-bottom: 2px solid #1E5E00;
}


.login_box2 .bd {
    padding: 20px 28px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

.login_box2 .ui-close {
    position: absolute;
    z-index: 1;
    color: #6CA63F;
    text-decoration: none;
    top: 0;
    right: 0;
    width: 60px;
    height: 54px;
    text-align: center;
    font-size: 280%;
    background-color: white;
    border-left: 1px solid #E8E7E3;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

/* +++++++++++++++++++++++++++++++login end++++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++ mobile searchbar++++++++++++++++++++++++++++++++++++ */
.mobile-searchbar{
    display: none;
}




.searchbar {
    background: #007cc9;
    width: 790px;
    height: 35px;
    margin: 10px auto;
    clear: left;
}

.searchbar form {
    float: right;
}

.searchbar form select {
    margin-left: 10px;
    padding-right: 5px;
    border: 1px solid #ABCFDF;
    width: 90px;
    visibility: visible;
}

.searchbar .search {
    margin-left: 10px;
    background: #d42223;
    width: 62px;
    height: 20px;
    border: none;
    cursor: pointer;
    color: white;
    border-radius: 5px;
}
.brand_title{
    margin:5px 0 5px 20px;
    float: left;
    color: #fff;
    font-size: 20px;
}
.brand_select{
    margin:7px auto;
    float: right;
    margin-right: 30px;
}
/*cart list ***//*1.30 修改内容 */
.car_list{
    width: 100%;
}
.car_list ul{
    width: 100%;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
.car_list ul li{
    margin-bottom: 1%;  
    width: 24%;
}
.car_list ul li a.car_list_img{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    padding-bottom: 70%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.car_list ul li a img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.car_list ul li p{
    margin-top: 2%;
    line-height: 20px;  
}
.car_list ul li p a{
    font-size: 14px;
    color: #333;
}
.car_list ul li p:last-child{
    color: #999;
    font-size: 12px;
}
/*.car_list ul li h2{
    font-size: 18px;
}
.car_list ul li{
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 35px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    max-height: 70px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.car_list ul li::after{
    content:'';
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left:50px;
    height: 35px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.car_list ul li:nth-child(1){
    padding: 0 0 60% 0 !important;
    width: 100%;
    height: 0 !important;
    position: relative;
    margin:0;
}
.car_list ul li:nth-child(1)::after{
    display: none;
}
.car_list ul li:nth-child(1) img{
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
.car_list ul li:nth-child(1),.car_list ul li:last-child{
    border-bottom: 0px !important;
}*/


.car_art_wrapper{
  margin: 30px auto;
  width: 100%;
}
.car_art_wrapper .other_box{
  margin-bottom: 30px;
}
.car_art_wrapper .other_box .other_title{
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.car_art_wrapper .other_box .other_title span{
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.car_art_wrapper .other_box .other_title a{
  margin: 0;
  font-size: 12px;
  color: #999;
}
.car_art_wrapper .other_box .list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.car_art_wrapper .other_box .list .item{
  margin: 0 2% 1% 0;
  display: flex;
  align-items: center;
  flex: 0 0 32%;
  width: 32%;
}
.car_art_wrapper .other_box .list .item:nth-child(3n){
  margin-right: 0;
}
.car_art_wrapper .other_box .list .item .title{
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #2d374b;
}
.car_art_wrapper .other_box .list .item .time{
  flex: 0 0 50px;
  width: 50px;
  font-size: 12px;
  color: #666;
  text-align: right;
}


