@charset "utf-8";

body {
    background: #f0f0f0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
@font-face{
	font-family:'pingfang';
	 src:url(public/static/home/fonts/PingFang Regular.ttf);
    src:url(http://www.autolkus.com/public/static/home/css/public/static/home/fonts/SanFranciscoText-Regular.otf);
}
.container{width:1200px;margin:0 auto;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img, abbr, acronym, fieldset {
    border: 0;
}
ul li {
    list-style-type: none;
}
img {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
input, textarea, select {
    outline: none;
    border: 1px solid #e6e6e6;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
ol, ul {
    list-style: none
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}
input, button {
    border: none;
    outline: none;
}
.font-linethrough {
    text-decoration: line-through;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a:hover{
    color:#0bc4c4;
}
a{
    color:#000;
}
.fw-bold {
    font-weight: bold;
}
.font-gray {
    color: #5c5c5c;
}
.font-red {
    color: #FF0000;
}
.font-green-dark {
    color: #015c5d;
}
.font-green-light {
    color: #0bc4c4;
}
.hidden {
    display: none
}
.fl {
    float: left;
}
.fr {
    float: right;
}
option::-ms-expand {
    display: none;
}
option {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    appearance: none;
}

/* --背景色字体颜色--*/

/* --ie清除--*/

select::-ms-expand {
    display: none;
}

/* --火狐、谷歌清除--*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}
.font28 {
    font-size: 28px;
}
.font32 {
    font-size: 32px;
}
.pading-left10 {
    padding-left: 10px;
}
.pading-right10 {
    padding-right: 10px;
}
.banner {
    width: 1200px;
    margin: 15px auto 80px auto;
}
.brand-title-box {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #FF0000;
    box-shadow: 0px 2px 4px 0px rgba(165, 165, 165, 0.48);
    background-color: white;
    border: solid 1px #e5e5e5;
}
.brand-box {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    width: 1200px;
    margin: 0 auto 175px auto;
    box-shadow: 0px 4px 8px 0px rgba(165, 165, 165, 0.48);
    border: solid 1px #e5e5e5;
}
.brand-box > a {
    float: left;
    box-shadow: 0px 2px 1px 0px rgba(165, 165, 165, 0.48);
    margin: 10px 10.5px;
}
.brand-more {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    box-sizing: border-box;
    padding: 20px;
}
.brand-more > a {
    font-size: 16px;
    color: #03c9fa;
}
.btn-normal {
    background-color: #01bcbc;
    border-radius: 40px;
    margin: 0 auto;
    border: 2px solid #01bcbc;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.btn-outline {
    background-color: #fff;
    border-radius: 40px;
    margin: 0 auto;
    border: 2px solid #01bcbc;
    font-size: 14px;
    color: #01bcbc;
    cursor: pointer;
}

/*搜索结果*/
.search-reasult-box {
    width: 700px;
    height: 36px;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    margin-left: 160px;
    margin-top: 16px;
}
.number-search-box {
    margin-top: 6px;
}
.part-number-input {
    width: 250px;
    height: 34px;
    border-radius: 100px;
    border: 1px solid #bfbfbf;
}
.search-reasult-tip-box {
    font-size: 16px;
    width: 1200px;
    margin: 10px auto 70px auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px rgba(165, 165, 165, 0.48);
}
.reasult-tip-list {
    margin-top: 10px;
    line-height: 30px;
}
.guess-u-like-box {
    width: 1200px;
    margin: 0 auto;
}
.guess-title {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.title-baseline {
    width: 112px;
    height: 4px;
    display: inline-block;
    background: #07bebe;
    margin: 20px auto 34px auto;
}

/*搜索结果*/

/*guesslike*/

.u-like-mainbox {
    width: 1200px;
}
.like-left {
    width: 205px;
    box-sizing: border-box;
}
.like-right {
    width: 970px;
    box-sizing: border-box;
}

/*自定义复选框样式*/
.check_view_state {
    display: none;
    vertical-align: middle;
}
.check_view_label {
    cursor: pointer;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: 1px solid #7d7d7d;
    display: inline-block;
    vertical-align: middle;
}
.check_view_state:checked + label {
    background: url("../images/selected-option.gif") 0 0 no-repeat;
    border: 1px solid #7d7d7d;
    vertical-align: middle;
}
.status {
    padding-left: 6px;
}

/*自定义复选框样式*/
.select-attr-box {
    font-size: 14px;
}
.select-title {
    width: 100%;
    box-sizing: border-box;
    height: 28px;
    padding-left: 12px;
    line-height: 28px;
    background-color: #8e8e8e;
    color: #000;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f18b07', endColorStr='#eb631b', gradientType='0');
    background: -moz-linear-gradient(top, #efefef, #8e8e8e);
    background: -o-linear-gradient(top, #efefef, #8e8e8e);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#8e8e8e));
    background: -ms-linear-gradient(top, #efefef, #8e8e8e);
    background: linear-gradient(to bottom, #efefef, #8e8e8e);
    background-repeat: repeat-x;
}
.select-option-list {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fff;
}
.select-option-list li {
    height: 24px;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.like-product-list {
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    height: 155px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 2px 0px rgba(165, 165, 165, 0.48);
    padding: 6px;
}
.like-p-img {
    width: 140px;
    height: 140px;
    border: 1px solid #e5e5e5;
}
.like-p-info {
    width: 800px;
    height: 140px;
    font-size: 14px;
    line-height: 24px;
}
.like-p-info .title {
    font-weight: bold;

}
.p-attr {
}
.p-price {
    padding-right: 80px;
}

/*guesslike*/

/*翻页*/
.pagination-box {
    width: 970px;
    height: 40px;
    margin: 100px auto;
}
.pagination {
    float: right;
}
.pagination-tip {
    float: left;
    margin-top: 10px;
    display: inline-block;
}
.pagination li {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #000;
}
.pagination li.page-no a {
    display: inline-block;
    color: #000;
    width: 34px;
    height: 34px;
}
.pagination li.page-no {
    margin-left: 20px;
    background: #f0f0f0;
}
.pagination li.active {
    background: #07bebe;
}
.pagination .jump {
    width: 79px;
    overflow: hidden;
    background: #fff;
    height: 34px;
    border: 1px solid #dcdcdc;
    color: #5e5e5e;
    margin: 0 auto;
    box-shadow: 0px 1px 2px 0px rgba(165, 165, 165, 0.48);
}
.pagination .jump.prev {
    border-radius: 20px 0 0 20px;
}
.pagination .jump.next {
    margin-left: 20px;
    border-radius: 0px 20px 20px 0px;
}
.pagination .jump  a {
    color: #5e5e5e;
    line-height: 34px;
    display: inline-block;
    width: 79px;
    height: 34px;
}
.pagination a:hover {
    background: #07bebe;
    color: #000;
}
.pagination li {
    float: left;
}

/*商品详情页*/
.product-detail-bg {
    background: #fff;
    width: 1310px;
    margin: 0 auto 40px auto;
    padding-bottom: 40px;
}
.product-detail-main {
    width: 1200px;
    margin: 0 auto;
}
.bread-crumbs {
    width: 100%;
    height: 58px;
    line-height: 58px;
}
.bread-crumbs li {
    float: left;
}
.bread-crumbs li a {
    color: #000;
}
.bread-crumbs li a:hover {
    text-decoration: underline;
}

/*商品图片部分*/
.product-info-box {
    width: 1200px;
    margin: 0 auto 30px auto;
    padding-top: 6px;
}
.pic-box {
    position: relative;
    margin-top: 5px;
    float: left;
}
.big-pic {
    width: 422px;
    height: 422px;
    overflow: hidden;
    border: solid 1PX #bfbfbf;
}
.big-pic img {
    width: 422px;
}
.small-pic {
    width: 402px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 3px;
}
.small-pic li {
    float: left;
    border: solid 1px #bfbfbf;
    margin: 0 2px;
    cursor: pointer;
}
.small-pic li img {
    width: 61px;
}
.small-pic-list {
    width: 603px;
}
.btn-arrow-left {
    background: url(../images/btn-arrow-left.png) no-repeat center;
    width: 10px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 448px;
    left: -3px;
}
.btn-arrow-left:hover,.btn-arrow-right:hover{

    opacity: 0.5;
}
.btn-arrow-right {
    background: url(../images/btn-arrow-right.png) no-repeat center center;
    width: 10px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 448px;
    left: 415px;
}
.product-detail-infobox {
    float: left;
    width: 700px;
    margin-left: 50px;
    font-size: 14px;
}
.product-detail-title {
    font-size: 16px;
    font-weight: bold;
}
.product-detail-infobox p {
    height: 32px;
    line-height: 32px;
}
.product-detail-review {
    margin-top: 10px;
    margin-bottom: 10px;
}
.review-statr {
    width: 18px;
    height: 18px;
}
.review-mail {
    width: 20px;
    height: 16px;
}
.review-title {
    color: #000;
    padding-left: 10px;
}
.detail-price {
    color: #FF0000;
    font-size: 30px;
}
.product-detail-infobox .product-detail-price {
    height: 40px;
    line-height: 40px;
}
.paypal {
    vertical-align: middle;
}
.goods-count-box {
}
.icon-minus, .icon-plus {
    cursor: pointer;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #eeeeee;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    color: #6d6d6d;
}
.ctrnum-qty {
    vertical-align: middle;
    width: 54px;
    text-align: center;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #bfbfbf;
    line-height: 24px;
}
.product-introduction-box {
    width: 1200px;
    margin: 0 auto;
}
.intro-title {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    height: 40px;
    background: #f1f1f1;
    line-height: 40px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
}
.intro-mainbox {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 22px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
}
.intro-mainbox p {

    line-height: 34px;
}
.option-garage {
    width: 1015px;
}
.intro-list-title {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px 0;
}
.year-option {
    margin-bottom: 10px;
    font-size: 14px;
}
.intro-option-title-year {
    padding-right: 48px;
}
.intro-option-title-make {
    padding-right: 103px;
}
.intro-option-title-Model {
    padding-right: 100px;
}
.intro-option-title-Trim {
    padding-right: 269px;
}
.intro-option-title-engine {
    padding-right: 114px;
}
.option-normal {
    height: 26px
}
.yearbox {
    width: 72px;
}
.makebox {
    width: 140px;
}
.modelbox {
    width: 140px;
}
.trimbox {
    width: 300px;
}
.enginebox {
    width: 300px;
}
.btn-go {
    display: inline-block;
    width: 38px;
    text-align: center;
    margin-left: 5px;
    height: 26px;
    line-height: 26px;
    color: #000;
    border-radius: 2px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    background: #eeeeee;
}
.tip-normal {
    background: #efefef;
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
}
.icon-tip-red {
    margin-top: -1px;
    vertical-align: middle;
}
.tip-error {
    margin-bottom: 4px;
    color: #FF0000;
    line-height: 26px;
    vertical-align: middle;
}
.intro-table {
    width: 1155px;
    box-sizing: border-box;
    margin: 20px auto;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.table-head {
    background-color: #efefef;
    line-height: 24px;
}
.table-head td {
    padding-left: 8px;
}
.t-body td {
    line-height: 22px;
    padding-left: 4px;
    border: 1px solid #dfdfdf;
}
.info-pagination-box {
    width: 1155px;
    height: 40px;
    line-height: 40px;
}
.info-pagination-tip {
    float: left;
}
.info-pagination {
    float: right;
}
.info-pagination li {
    float: left;
    width: 30px;
    height: 30px;
}
.info-pagination li > a {
    color: #000;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.table-spec {
    font-size: 16px;
}
.table-spec tr {
    height: 20px;
    line-height: 30px;
}
.table-spec tr td:first-child {
    width: 398px;
}
.product-tab-box {
    position: relative;

    border: 1px solid #eeeeee;
    padding: 20px 50px 0 50px;
}


.product-tab li {
    float: left;
    width: 150px;
    margin: 5px 29px;
}
.product-tab li img.product-tab-img {
    width: 150px;
    border: solid 1px #e5e5e5;
}
.product-tab li p.product-tab-title {
    line-height: 14px;
    height: 30px;
    color: #000;
    overflow: hidden;
    margin-top: 4px;
    font-size: 12px;
}
.product-tab-price {
    color: #FF0000;
    font-size: 14px;
}
.tab-arrow-left {
    position: absolute;
    background: url(../images/tab-arrow-left.png)no-repeat center center;
    width: 20px;
    height: 31px;
    top: 98px;
    left: 40px;
    cursor: pointer;
}
.tab-arrow-right {
    position: absolute;
    background: url(../images/tab-arrow-right.png)no-repeat center center;
    width: 20px;
    height: 31px;
    top: 98px;
    right: 45px;
    cursor: pointer;
}
.product-tab-nav {
width: 1154px;
    height: 60px;
}
.tab-base-line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #fff;
}
.product-tab-nav li {
    cursor: pointer;
    float: left;
    margin-left: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;



}
.product-tab-nav li.tab-active {

    color: #00a4a4;
}
.product-tab-nav li.tab-active .tab-base-line {
    background: #00a4a4;

}
.attricle {
    padding-left: 20px;
}
/**加入购物车按钮 */
.add-cart{width:114px;height:28px;line-height:28px;font-size:12px;text-align: center;cursor: pointer;font-weight:bold;margin-left:50px;
}
.query-con-icon{margin-top:10px;position: relative;}
.green-btn{background-color:#01bcbc;border-radius:21px;-webkit-border-radius:21px;cursor:pointer;color:#000;text-align: center;}
