@charset "utf-8";

.head-top {
    width: 100%;
    text-align: center;
    color: #00e3fe;
    height: 40px;
    line-height: 40px;
    background: #535353;
}
.head-box {
    width: 100%;
    height: 118px;
    background: #000000;
}
.user-title {
    display: block;
    text-align: center;
    color: #fff;
}
.head-main {
    width: 1200px;
    height: 118px;
    margin: 0 auto;
}
.head-logo {
    display: inherit;
    width: 225px;
    height: 33px;
    margin-top: 36px;
    vertical-align: middle;
}
.search-box {
    position: relative;
}
.head-search-input {
    width: 620px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 100px;
    background: #000000;
    padding-left: 20px;
    color: #fff;
    margin: 28px 0px 0 47px;
}
.head-search-btn {
    position: absolute;
    right: 24px;
    top: 40px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/btn-search.png") 0 0 no-repeat;
}
.user-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    margin-top: 28px;
}
.user-icon {
    display: inline-block;
    width: 74px;
    height: 50px;
    text-align: center;
}
.head-btn-user {
    position: relative;
    cursor: pointer;
}
.accout-if {
    font-size: 16px;
    margin-top: 10px;
}
.accout-if a {
    color: #01bcbc;
}
.user-box:hover .accout-box{ display: block}
.accout-box {
    display: none;
    position: absolute;
    top: 70px;
    left: -120px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
}
.accout-main {
    text-align: center;
    width: 310px;
    padding: 20px 0;
}
.userbox-arrow {
    position: absolute;
    background: url(../images/userbox-arrow.png) 0 0 no-repeat;
    width: 47px;
    height: 15px;
    top: -14px;
    left: 50%;
    margin-left: -20px;
}
.user-head-img {
    display: block;
    margin: 20px auto;
}
.user-option {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.user-option > li {
    text-align: center;
    float: left;
}
.user-option > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.user-option > li > a > img {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.account-title {
    display: block;
    font-size: 16px;
}
.btn-user-accout {
    width: 250px;
    height: 39px;
}
.head-flag-box {
    width: 800px;
    height: 23px;
    margin-left: 270px;
}
.head-flag-box li {
    float: left;
    margin-right: 10px;
}
.head-flag-box input, .head-flag-box img {
    vertical-align: middle;
}

/*tab-box*/
.tab-box {
    width: 100%;
    height: 47px;
    background: #eeeeee;
    line-height: 47px;
    margin: 0 auto;
}
.tab-main {
    width: 1200px;
    margin: 0 auto;
}
.tab-btn:hover {
    text-decoration: none;
}
.tab-btn {
    display: inline-block;
    width: 170px;
    margin-right: 12px;
    height: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border-radius: 5px;
    color: #000;
    background-color: #b1b0b0;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f18b07', endColorStr='#eb631b', gradientType='0');
    background: -moz-linear-gradient(top, #fff, #9d9d9d);
    background: -o-linear-gradient(top, #fff, #9d9d9d);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#9d9d9d));
    background: -ms-linear-gradient(top, #fff, #9d9d9d);
    background: linear-gradient(to bottom, #fff, #9d9d9d);
    background-repeat: repeat-x;
}
.tab-btn.tab-btn-active {
    color: #fff;
    background-color: #b1b0b0;
    background: -moz-linear-gradient(top, #bbb, #464646);
    background: -o-linear-gradient(top, #bbb, #464646);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#464646));
    background: -ms-linear-gradient(top, #bbb, #464646);
    background: linear-gradient(to bottom, #bbb, #464646);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca8ff', endColorstr='#0f3aa2', GradientType=0);
}
.select-box {
    width: 100%;
    height: 94px;
    background-color: #e5e5e5;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    padding-bottom: 2px;
}
.select-main {
    width: 1200px;
    margin: 0 auto;
    height: 96px;
}
.s-normal {
    /*float: left;*/
    margin-top: 6px;
    outline: none;
    height: 38px;
    border: solid 1px #d2d2d2;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    padding-left: 12px;
}

.s-year-list {
    background: #fff;
    width: inherit;
    position: absolute;
    top: 36px;
    border: solid 1px #d2d2d2;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    display: none;

}
.x-boundlist-item {
    padding: 0 3px;

    line-height: 20px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    zoom: 1;

    border-color: white;
}
.x-boundlist-item:hover {
    background: #1e90ff;
    color: #fff;
}
.x-boundlist-item-over, {
    background: #1e90ff;
    border-color: #bfb8b8;
}
.arrow-down-tringle {
    display: inline-block;
    height: 11px;
    position: absolute;
    background: url("../images/arrow-down-tringle.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 15px;
    right: 2px;
    top: 10px;
    cursor: pointer;
}
.s-years {
    /*左下角圆角*/
    /*border-radius: 18px 0 0 18px;*/
    /*左下角直角*/
    position: relative;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #fff;
    border-radius: 18px 0 0 0px;
    width: 154px;
}
.s-years .s-year-list{min-width:100% !important;left:0;}
.s-made .s-year-list{min-width:400px !important;left:0;}
.s-product >.s-year-list{min-width:400px !important;left:0;}
.s-engine-box .s-year-list,.s-made-box .s-year-list{width:480px !important;right:0;}
.s-made {

    min-width: 140px;

    position: relative;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #fff;

}
.s-normal input{width:100%;}
.s-made-special {
    position: relative;
    direction: rtl;

    background: #fff;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 22px;

    width: 140px;
}

.s-product {
    min-width: 200px;
    position: relative;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #fff;
}

.s-engine-box,.s-made-box {
    min-width:190px;
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #fff;

}
.s-engine {
    position: relative;
    direction: rtl;
    /*position: relative;*/
    /*height: 36px;*/
    /*line-height: 36px;*/
    /*display: inline-block;*/
    background: #fff;

    width: 290px;


    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/


    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/



    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 22px;

}
.s-engine-arrow-down {
    position: absolute;
    background: #FF0000;

    display: inline-block;

    z-index: 20;

    height: 11px;

    background: url("../images/arrow-down-tringle.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 15px;
    right: 2px;
    top: 19px;
    cursor: pointer;
}
.s-engine option{

}
select option {

}
.filter-box {
    margin-top: 14px;
}

/*garage图标*/
.head-garage{width:74px;height:50px;display: inline-block;text-align: center;}
.icon-garage{width:26px;height:29px;display: block;background:url(../img/icon-garage.png) no-repeat;position: relative;left:22px;}
.head-garage p{color:#fff;margin-top:5px;}


/*顶部*/
.address-top-size{width:100%;background-color:#000;height:80px;padding-top:30px;}
.address-top-con{width:1200px;height:46px;margin:0 auto;}

.address-top-right{width:650px;height:20px;line-height:20px;margin-top:50px;margin-left: 50px}
.address-top-right ul>li>a{display:inline-block;float:left;
    font-size:14px;color:#fff;padding:0 20px;border-right:1px solid #fff;}

.address-top-right ul>li>a:hover{text-decoration: underline;color: #4dd0d0;}