.driverForm {
    width: auto;
    margin: 0 0.6rem;
}

.driverForm .formItem {
    text-align: left;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}
.driverForm .formItem-code{
    display: flex;
    align-items: center
}

.driverForm .formItem h3 {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #444444;
    padding: 0 0.05rem;
}

.driverForm .formItem span {
    font-size: 0.16rem;
}

.driverForm .formItem input {
    width: 100%;
    height: 0.36rem;
    background: #fff;
    border: 0.01rem solid #aaaaaa;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333;
    text-align: left;
    padding: 0 0.15rem;
    display: block;
    cursor: pointer;
}
#code{
    width: 60%;
}
.getcode{
    width: 40%;
    background: #fff;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .18rem;
    padding-right: .15rem;
    color: #999;
    pointer-events: none
}
.getcode.active{
    pointer-events: auto;
    cursor: pointer;
    color: #333
}

.driverForm .formItem select {
    width: 100%;
    height: 0.36rem;
    background: url(../img/tool/icon_sel.png) no-repeat right center #fff;
    background-size: auto 100%;
    border: 0.01rem solid #aaaaaa;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333;
    text-align: left;
    padding: 0 0.15rem;
    display: block;
}

.driverForm .formItem input[type="checkbox"] {
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 0.01rem solid #aaaaaa;
    padding: 0;
    float: left;
    margin: 0.17rem 0.1rem;
    position: relative;
}

.driverForm .formItem input[type="checkbox"]:checked::after {
    content: "";
    width: 0.2rem;
    height: 0.1rem;
    border-width: 0 0 0.03rem 0.03rem;
    border-style: solid;
    border-color: #ed3838;
    transform: rotate(-45deg);
    position: absolute;
    top: -0.02rem;
    left: 0;
}

.driverForm .formItem .itemInfo {
    width: 100%;
    min-height: 1.08rem;
    background: #fff;
    border: 0.01rem solid #aaaaaa;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333;
    text-align: left;
    padding: 0 0.15rem;
}
.driverForm .formItem span a{
    color: #d7000f;
}
.driverForm .formItem a.btn {
    width: 100%;
    height: 0.42rem;
    background: #d50f10;
    font-size: 0.14rem;
    line-height: 0.42rem;
    color: #fff;
    text-align: center;
    padding: 0 0.15rem;
    display: block;
}

.driverForm .formItem span {
    /* cursor: pointer; */
}

.layerMap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10001;
    display: none;
}

.layerMap .mapBox {
    position: absolute;
    width: 12rem;
    height: 8rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layerMap .BMap_Marker>div {
    width: 50px !important;
}

.layerMap .close {
    background: url(../img/tool/icon_close.png);
    background-size: 100% 100%;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(5.2rem, -4.8rem);
    cursor: pointer;
}

.layerMap .mapStore {
    padding: 5px;
    text-align: left;
}

.layerMap .mapStore .storeCont {
    font-size: 14px;
    line-height: 28px;
    color: #333;
}

.layerMap .mapStore .storeBtn {
    text-align: left;
}

.layerMap .mapStore .storeBtn a {
    width: 120px;
    height: 36px;
    cursor: pointer;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    background-color: #efefef;
    background: -webkit-linear-gradient(top, #fff, #efefef);
    background: -o-linear-gradient(top, #fff, #efefef);
    background: -moz-linear-gradient(top, #fff, #efefef);
    background: linear-gradient(top, #fff, #efefef);
    font-size: 14px;
    line-height: 36px;
    color: #333;
    text-align: center;
    display: inline-block;
}

.layerMap .mapStore .storeBtn a:hover {
    background-color: #fff;
}

.layerMap .BMapLib_sendToPhone {
    display: none;
}

.driverTip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10001;
    display: none;
}

.driverTip .tipBox {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.driverTip .tipBox .boxCont {
    background: url(../img/drive_success.png);
    background-size: 100%;
    width: 2.95rem;
    height: 2.33rem;
    margin-bottom: 0.2rem;
}

.driverTip .tipBox .boxClose {
    background: url(../img/drive_close.png);
    background-size: 100%;
    width: 0.35rem;
    height: 0.35rem;
    margin: 0 auto;
    cursor: pointer;
}


.checked_show {
    opacity: 0;
    font-size: 14px;
    line-height: 1px;
    color: rgb(215, 0, 15);
    margin-bottom: 0.15rem;
}
@media (max-width: 768px) {
    .getcode{
        height: 1rem;
        font-size: .24rem
    }
}
