﻿@charset "UTF-8";
a img{ border: 0 none;}
.order_navs{
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    height: 30px;
    z-index: 20;
}
.order_navs .item{
    float:right;
    padding: 0 20px;
    line-height: 30px;
}
.order_navs .item.last{
    padding-right: 0;
}
.order_navs .item a{
    color: #313032;
    text-decoration: none;
}

.order_navs .item h2 a{ display:block; height:18px; line-height:18px; width:130px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;-moz-binding: url("ellipsis.xml#ellipsis");}

.order_navs .item span{
    color:rgb(49,165,231);
    padding: 0 3px;
}
.order_navs .item span.order_num{
    background-color: rgb(49,165,231);
    color: #fff;
    border-radius: 2px;
    margin: 0 6px;
    font-size: 12px;
    padding: 0 5px;
}

.order_navs .split{
    float:right;
    border-right: 1px solid rgb(173,173,173);
    margin: 10px 0;
    height: 12px;
}

.slide_wrap{
    position: absolute;
    width: 50%;
    top:0;
    left: 0;
    height: 760px;
    overflow: hidden;
	background:none repeat scroll 0 0 #eeeeee;
}
.slide_item{
    background: no-repeat left center;
    background-size: auto 760px;
    height: 760px;
}
/*閫夋嫨鎿嶄綔鍖�*/

/*璐墿杞﹀脊绐�*/
.buy_car_wrap{
    width:338px;
    box-shadow: 0 2px 20px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.4);
    -ms-box-shadow: 0 2px 20px rgba(0,0,0,.4);
    position: absolute;
    z-index: 999;
    background-color: #fdfdfd;
    margin-left: -290px;
    padding: 12px;
    display: none;
    top: 50px;
    *border: 1px solid #dfe0e0;
    border\0: 1px solid #dfe0e0;
}
.buy_car_wrap > p{
    padding: 8px 0;
    text-align: center;
}
.buy_car_wrap .buy_car_hd{
    border-bottom: 1px solid #e5e5e7;
    padding: 8px 14px;
}
.buy_car_hd i{
    background: url(../images/newver/order_state.png);
    background-position: 0 -26px;
    display: inline-block;
    height: 24px;
    width: 24px;
}
.buy_car_list{
    padding: 12px 12px 0;
    overflow: hidden;
}
.buy_car_list li{
    float:left;
    height: 80px;
    line-height: 80px;
}
.buy_car_list li.right{
    float:right;
}
.buy_car_list li.right a{
    line-height: 30px;
    width:60px;
    border: 1px solid #e6e6e6;
    zoom: 1;
    display: inline-block;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 12px;
    color: #515151;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.buy_car_list li.right a:hover{
    background-color: #ECECEC;
}
.buy_car_list .item_info{
    line-height:normal;
    padding:10px 0 10px 28px;
	width:140px;
}
.buy_car_list .item_info h2, .buy_car_list .item_info h3{
    color: #515151;
}
.buy_car_list .item_info h2{
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 10px;
}
.buy_car_list .item_info span{
    color: #31a5e7;
}
.buy_car_wrap .buy_car_link{
    text-align: center;
}
.buy_car_wrap .buy_car_link a{
    line-height: 36px;
    width:108px;
    zoom: 1;
    display: inline-block;
    background-color: #31a5e7;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.buy_car_wrap .buy_car_link a:hover{
    background-color: #2288C2;
}
.my_order_link,search_order_link{ display:none;}
/* 璐墿杞� 寮圭獥 end */