﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* + html .clearfix {
    min-height: 1%;
}

.che_tit {
    text-align: center;
    padding: 20px;
}

.ul_pro {
    background-color: #CED3D9;
    text-align: center;
    padding: 4px 2px;
    font-size: 16px;
}

.ul_pro li {
    float: left;
    width: 16.6%;
    width: 14.28%;
    padding: 2px;
    box-sizing: border-box;
}

.ul_pro .li_close {
    float: right;
    width: 22.22%;
}

.ul_pro .li_close span {
    background-color: #ACB3BB;
}

.ul_pro .li_clean {
    float: right;
    width: 22.22%;
}

.ul_pro li span {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #888888;
    /* max-width:48px; margin:0 auto; */
    line-height: 36px;
    padding-top: 2px;
}

.ul_pro li span:active {
    background-color: #4DA9F2;
    color: #fff;
}

.input_tab {
    height: 34px;
    line-height: 34px;
    margin: 0px 5%;
    border-bottom: 1px solid #e2e2e2;
}

.input_tab a {
    display: block;
    float: left;
    padding: 0px 20px;
    position: relative;
    height: 34px;
    margin-bottom: 0px;
}

.input_tab a.current {
    border-bottom: 1px solid #4DA9F2;
    color: #4DA9F2;
}

.car_input {
    padding: 20px;
}

.ul_input {
    width: 100%;
    box-sizing: border-box;
    /*padding: 10px 4%;*/
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.ul_input li {
    float: left;
    width: 13%;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
}

.ul_input li:nth-child(7) {
    width: 17%;
    text-align: left;
    padding-left: 12px;
}

.car_new .ul_input li:nth-child(8) {
    width: 16%;
    text-align: left;
    padding-left: 12px;
}

.ul_input li.current, .car_open .ul_input li.current {
    border-bottom: 1px solid #4DA9F2;
    margin-bottom: -1px;
}

.ul_input li.input_pro {
    width: 18%;
    text-align: left;
    padding-left: 10px;
}

.ul_input li.input_pro.hasPro {
    background: #fff url(./icon_arrow_down.png) no-repeat 96% center;
    background-size: auto 30%;
}

.ul_input li.input_new {
    display: none;
}

.ul_input li span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.car_new .ul_input li {
    width: 11.3%;
}

.car_new .ul_input li.input_pro {
    width: 16%;
}

.car_new .ul_input li.input_new {
    display: block;
}


.car_open .ul_input li {
    float: left;
    width: 11.5%;
    border: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    /*margin: 0px .5%;*/
    font-size: 18px;
    background: #f5f6ff;
}

.car_open .ul_input li span {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.ul_keybord {
    background-color: #CED3D9;
    text-align: center;
    padding: 4px 2px;
    font-size: 18px;
}

.ul_keybord li {
    float: left;
    width: 12.5%;
    padding: 2px;
    box-sizing: border-box;
}

/*.ul_keybord .ikey20 {
    margin-left: 5%;
}*/

.ul_keybord .li_w {
    width: 11.11%;
}

.ul_keybord .li_close {
    float: right;
    width: 22.22%;
}

.ul_keybord .li_close span {
    background-color: #ACB3BB;
}

.ul_keybord .li_clean {
    float: right;
    width: 22.22%;
}

.ul_keybord li span {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #888888;
    /* max-width:48px; margin:0 auto; */
    line-height: 38px;
    padding-top: 2px;
}

.ul_keybord li span:active {
    background-color: #4DA9F2;
    color: #fff;
}

.li_num {
    font-size: 20px;
}

.li_right {
    float: right !important;
    width: 15% !important;
}
