@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 320px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 120px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 140px;
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 160px;
    }
}

@media screen and (min-width: 1080px) {
    html {
        font-size: 180px;
    }
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
    /* max-width: 100%; */
}

body,
input,
select,
textarea,
button {
    font-family: "arial", "微软雅黑";
}

input,
button,
select,
textarea {
    outline: none;
}


/*去除浏览器自带表单样式*/

input[type=button],
button {
    -webkit-appearance: none;
    letter-spacing: 1px;
}


/*清除iOS按钮自定义样式*/

body {
    background: #f8f8f8;
    font-size: 0.12rem;
    padding-bottom: 40px;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/*登记、绑定页面*/

.kxb-top {
    border-bottom: 6px solid;
    position: relative;
}

.kxb-top img {
    width: 100%;
    height: auto;
    display: block;
}

.kxb-connect {
    height: 2px;
    position: relative;
}

.kxb-connect span {
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 0;
}

.kxb-connect span:first-child {
    left: 10%;
}

.kxb-connect span:last-child {
    right: 10%;
}

.kxb-connect:first-child {
    height: 4px;
}

.kxb-connect:first-child span {
    height: 4px;
}

.kxb-input>p {
    padding: 10px 0 4px;
    font-size: 0.16rem;
    text-shadow: 0 1px 1px #000;
}

.kxb-form {
    padding: 0 5%;
}

.kxb-input {
    text-align: center;
    border-radius: 5px;
}

.kxb-input li input {
    border: none;
    height: 100%;
    width: 100%;
    background: none;
    text-align: center;
    font-size: 0.13rem;
}

.kxb-input ul {
    padding: 0 5% 0.12rem;
}

.kxb-input li {
    background: #fff;
    height: 0.38rem;
    border-radius: 5px;
}

.kxb-input li:not(:last-child) {
    margin-bottom: 10px;
}

.kxb-input button {
    border: none;
    background: none;
    height: 0.38rem;
    width: 100%;
    border-radius: 5px;
    font-size: 0.15rem;
    font-weight: 600;
    letter-spacing: 10px;
}

.kxb-input button:active,
.kxb-input input:active {
    background: rgba(0, 0, 0, .1);
}


/*登记、绑定成功页面*/

.kxb-success {
    margin: 16% 8% 0;
    border-radius: 0.1rem;
    padding: 0.5rem 0;
}

.kxb-success img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.kong {
    background: no-repeat url(../img/kong-car.png) center top / 1rem 1rem;
    text-align: center;
    height: 1.5rem;
    padding-top: 1.1rem;
    margin-top: 1rem;
}


/*消息提示*/

.kxb-message {
    text-align: center;
}

.kxb-message img {
    display: block;
    width: 60%;
    margin: 30% auto 20px;
}

.kxb-message span {
    color: #f9bd00;
    text-shadow: 1px 1px 1px #e81313;
    font-size: 0.24rem;
}


/*直接输入车型*/

.input-car {
    position: absolute;
    bottom: 0;
    height: 0.4rem;
    width: 100%;
    background: #007596;
    padding: 2px;
}

.input-car input,
.input-car button {
    height: calc(0.4rem - 4px);
    border: none;
    outline: none;
    float: left;
    display: block;
}

.input-car input {
    width: 80%;
    padding-left: 10px;
    font-size: 0.13rem;
}

.input-car button {
    width: 20%;
    font-size: 0.14rem;
    color: #fff;
    background: none;
}

.input-car button:hover {
    background: rgba(0, 0, 0, .1);
}

.footer {
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    bottom: 0px;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.footer a {
    display: block;
    color: white;
    width: 95%;
    margin: 0 auto;
    background-color: #DA6931;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.footer2 {
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 10px;
    border-radius: 5px;
}

.footer2 a {
    display: inline-block;
    color: white;
    width: 40%;
    background-color: #DA6931;
    border-radius: 5px;
    margin: 0px 5px;
}

.footer2 a:last-child {
    background-color: #AAAAAA;
    color: white;
}

.chooseList {
    background-color: white;
}

.chooseList ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #e2e1e1;
    color: #282828;
    font-size: 15px;
}