body{
    background: #eee !important;
    cursor: context-menu;
    font-family: '微软雅黑' !important;
}
input::-webkit-input-placeholder{
    color:#aaa;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#aaa;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#aaa;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#aaa;
}
.epcsearch{
    margin: 10px auto 0;
    width: 1180px;
}
.epcsearch .text-center{
    text-align: center;
    width: 1140px;
    font-size: 14px;
}
#resultBox{
    width: 1180px;
    height: auto;
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
    position: relative;
}
.title_text{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.title_text span{
    font-weight: normal;
    font-size: 12px;
}
/*车架号查询*/
.car_searchBox{
    margin-bottom: 10px;
    position: relative;
}
.car_searchBox input{
    width: 300px;
    height: 40px;
    border: 1px solid #979797;
    border-radius: 2px;
    border-right: 0;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    float: left;
    border-right: 1px solid #979797;
}
.car_searchBox_span{
    display: inline-block;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    background: #004AAE;
    border: 1px solid #002B6D;
    margin-left: -1px;
}
.car_searchBox_span:hover{
    background: #004aaecc;
    border: 1px solid #002b6dcc;
}
/*查询到的车型*/
.info_result{
    background: #EAF3FF;
    border-radius: 0px 10px 10px 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.info_content{
    display: inline-block;
}
.info_content .info_text{
    font-size: 10px;
    color: #999;
}
.info_content .info_desc{
    font-size: 14px;
    color: #333;
    margin-right: 5px;
}
.search_content{
    display: inline-block;
    float: right;
}
#vin_box{
    margin-right: 20px;
}
#epckeywordsBox{
    width: 200px;
}
/*分类*/
.typeBox{
    margin: 0 -20px;
    padding: 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #004AAE;
}
.type_box{
    display: inline-block;
}
.typeBox .type_title{
    font-size: 12px;
    color: #999;
    margin-right: 25px;
}
.type_txt{
    font-size: 14px;
    color: #555;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    border-radius: 2px;
    margin-right: 15px;
    cursor: pointer;
}
.type_txt.active{
    background: #004AAE;
    color: #fff;
}
.type_txt:hover{
    color: #555c;
}
.type_txt.active:hover{
    background: #004aaecc;
    color: #fff;
}
/*查询到的结果*/
#resultContainer{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
#resultContainer ul{
    list-style: none;
    display: inline-block;
    margin-right: -15px;
}
#resultContainer .result_info{
    width: 178px;
    height: 178px;
    border: 1px solid #999;
    margin-right: 12px;
    float: left;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}
#resultContainer .result_info div{
    position: absolute;
    line-height: 16px;
    bottom: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 168px;
    text-align: left;
    padding-top: 48px;
    background: linear-gradient(180deg, rgba(238,238,238,0.00) 0%, rgba(109,109,109,0.60) 48%, rgba(0,0,0,0.80) 100%);
    font-size: 12px;
    color: #fff;
}
#resultContainer .li_name{
    font-weight: bold;
}
.group_img{
    width: 178px;
    height: 178px;
}
.img_suo{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    z-index: 100;
}
/*详情*/
#resultDetail{
    height: auto;
    display: none;
}
.detail_title{
    margin: 0 -20px;
    padding: 2px 20px;
    height: 34px;
    line-height: 32px;
    background: #EAF3FF;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.detail_txt1,.detail_txt2{
    color: #004AAE;
}
.detail_txt1{
    margin-right: 5px;
}
.detail_txt2{
    margin-left: 5px;
}
/*详情信息及图片*/
.detail_container{
    display: inline-block;
    width: 100%;
}
/*信息列表*/
.detail_table{
    display: inline-block;
    width: 570px;
    height: 662px;
    overflow: auto;
    float: left;
}
.detail_table table{
    table-layout: fixed;
}
.detail_table table th,.detail_table table td{
    text-align: left;
    padding-left: 8px;
}
.detail_table table th{
    height: 46px;
    background: #FAFAFA;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}
.detail_table table td{
    height: 40px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    /*	overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;*/
}
.detail_table table tr{
    border-bottom: 1px solid #e8e8e8;
}
.detail_search{
    color: #004AAE !important;
    cursor: pointer;
}
.detail_search:hover{
    color: #004aae99 !important;
}
/*信息图片*/
.detail_pic{
    display: inline-block;
    width: 520px;
    height: 660px;
    border: 1px solid #979797;
    float: right;
    overflow: hidden;
}
.choose_picBtn{
    background: #ccc;
    border-radius: 100px;
    color: #fff;
    padding: 3px 4px;
    cursor: pointer;
    margin-right: 10px;
    min-width: 14px;
    display: inline-block;
    text-align: center;
}
.choose_picBtn.active{
    background: red;
}
.datail_pic_num{
    position: absolute;
    margin: 10px;
}

/*定位  粉色小按钮*/
.pink_box{
    background: pink;
    text-align: center;
    color: #333;
    border-radius: 5px;
    position: absolute;
}
.blue_box{
    background: #118CFF;
    color: #fff;
}
.tr_active{
    background: #118CFF !important;
}
.tr_active td{
    color: #fff !important;
}
.tr_multi{
    background: #ffc267;
}
.tr_multi td{
    color: #fff !important;
}
/*vin码历史搜索记录*/
#historySearchEPC{
    position: absolute;
    border: 1px solid;
    width: 310px;
    text-align: left;
    max-height: 125px;
    overflow: hidden;
    background: #fff;
    top: 41px;
    left: 38px;
}
#historySearchEPC li,#historyKeywords li{
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    padding-left: 15px;
    color: #000;
    font-size: 12px;
}
#historySearchEPC li:hover,#historyKeywords li:hover{
    background: #cce5ff;
}
.hidden{
    display: none !important;
}
.show{
    display: block !important;
}
/*关键词搜索记录*/
#historyKeywords{
    position: absolute;
    border: 1px solid;
    width: 210px;
    text-align: left;
    max-height: 125px;
    overflow: hidden;
    background: #fff;
    top: 41px;
    left: 332px;
}
/*详情右侧图片*/
/*.detail_pic_box img{
	width: 548px;
    height: 657px;
}*/
/*EPC车型弹窗*/
#epc_car_container{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.4);
    display: none;
}
.epc_car_box{
    width: 700px;
    height: 450px;
    position: absolute;
    top: 50px;
    padding: 10px 15px;
    margin-left: calc((100% - 700px) / 2);
    background: #fff;
}
.epc_title{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin: 0 -15px;
    padding: 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.epc_title img{
    float: right;
    margin-top: -10px;
    margin-right: -15px;
    padding: 5px;
    cursor: pointer;
}
.epc_car_div{
    width: 100%;
    height: 380px;
    overflow-y:auto;
}
#epc_car_table{
    margin:10px 20px;
    width: 95%;
}
#epc_car_table th{
    background-color:#eee;
    text-align:center;
    font-size: 15px;
    padding: 5px 10px;
    border:1px solid #eee;
}
#epc_car_table td{
    text-align:center;
    font-size: 14px;
    padding: 5px 10px;
    border:1px solid #eee;
}
#epc_car_table a{
    color:#00F;
}
.info_content a{
    font-size: 14px;
    color:#00F;
}
.select_car{
    display:none;
}

.changeSize{
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.changeSize img{
    cursor: pointer;
    padding: 10px;
}
.epc_btn_txt{
    color: #fa4d38 !important;
}
.hidden_tr{
    opacity: 0.5;
    display: none;
}
/* 积分不足提示 */
.epc_error_box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
    text-align: center;
    display: none;
}
.error_content{
    width: 500px;
    height: 404px;
    background: #fff;
    border-radius: 4px;
    margin-top: 180px;
    position: relative;
    display: inline-block;
}
.error_colse{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 15px;
}
.erroe_txt{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.error_desc{
    padding: 0 15px;
    font-size: 14px;
    color: #E1831D;
    margin-bottom: 20px;
    text-align: left;
}
.error_bottom_btn{
    display: inline-block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(#fb8039, #fb4f39);
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}
.filter_div{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    font-size: 14px;
}
.filter_group_div{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    font-size: 14px;
}
.filter .switch_box{
    display: inline-flex;
    width: 70px;
    height: 20px;
    border-radius: 14px;
    background: #ccc;
    cursor: pointer;
    align-items: center;
    position: relative;
    transition: background 0.5s;
}
.filter .switch_box .white_circle{
    display: inline-flex;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #fff;
    position: absolute;
    left: 3px;
    transition: left 0.5s;
}
.filter.active .switch_box .white_circle{
    left: 52px;
}
.filter.active .switch_box{
    background: #3B99FC;
}
#filter_text,#filter_group_text{
    position: absolute;
    left: 22px;
    color:#666;
}
.filter.active #filter_text,.filter.active #filter_group_text{
    left: 8px;
    color:#fff;
}
.group_hide{
    opacity: 0.5;
    display: none;
}

.button_tab_div{
    padding-bottom: 8px;
    background-color: white;
}

.button_tab {
    display: inline-block;
    min-width:100px;
    background-color: white;
    border: 2px solid #3B99FC;
    color: black;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin-right: 3px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.button_tab:hover {
    background-color: #3B99FC;
    color: white;
}
.button_tab.active{
    background-color: #3B99FC;
    color: white;
}

.group_button {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    background-color: #3B99FC;
}

.group_button:hover {
    opacity: 0.5;
}

.group_button:active,.group_button:active:after,.group_button:active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Back Button */
.group_button.back {
    border-left: none;
}

.group_button.back:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    border-left: 1px solid #bcbcbc;
    background-color: #3B99FC;
    left: -3.5px;
    top: 0px;
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
}

.group_button.back:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    border-left: 1px solid #bcbcbc;
    bottom: 0px;
    left: -3.5px;
    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
    -o-transform: skew(35deg, 0);
    -ms-transform: skew(35deg, 0);
    transform: skew(35deg, 0);
    background-color: #3B99FC;
}

/* Next Button */
.group_button.next {
    border-right: none;
}

.group_button.next:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    border-right: 1px solid #bcbcbc;
    right: -3px;
    bottom: 0px;
    background-color: #3B99FC;
    
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
}

.group_button.next:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    border-right: 1px solid #bcbcbc;
    top: 0px;
    right: -3px;
    background-color: #3B99FC;

    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
    -o-transform: skew(35deg, 0);
    -ms-transform: skew(35deg, 0);
    transform: skew(35deg, 0);
}