html{
    font-size: 45.25px;
}
body{
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.titleBg{
    width: 100%;
    height: 3.8rem;
    background: url("../newPersonalImg/illegal_bg.png") center no-repeat;
    background-size: 100% 100%;
}
.activeHead{
    width: 100%;
    height: 0.972rem;
    background-color: #06C1AE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.33rem;
    box-sizing: border-box;
}
.activeHead .back{
    width: 0.508rem;
    height: 0.508rem;
    background: url("../newPersonalImg/left.png") center no-repeat;
    background-size: 100% 100%;
}
.activeHead .title{
    color: #fff;
    font-size: 0.398rem;
}
.activeHead .icon{
    width: 0.508rem;
    height:  0.508rem;
     background: url("../newPersonalImg/i-house.png") center no-repeat;
    background-size: 100% 100%;
}
.carNumber{
    width: 7.62rem;
    height: 1.81rem;
    margin: 0 auto;
}
.carNumber .carNumberTitle{
    width: 100%;
    height: 0.398rem;
    margin-top: 0.35rem;
    box-sizing: border-box;
}
.carNumberTitle>div{
    float: left;
}
.carNumberTitle>div:first-child{
    width: 0.11rem;
    height: 0.35rem;
    background-color: #03C5B4;
    margin-top: 0.022rem;
}
.carNumberTitle>div:last-child{
    font-size: 0.398rem;
    line-height: 0.398rem;
    color: #444;
    margin-left: 0.265rem;
}
.carNumberInput{
    width: 100%;
    height: 0.972rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.44rem;
}

.carNumberInput>div{
    /* width: 0.84rem; */
    flex: 1;
    height: 0.972rem;
    border: 0.022rem solid #E7E7E7;
    border-radius: 0.066rem;
    margin-right: 0.088rem;
    position: relative;
}
.carNumberInput .belongPlace{
    height: 0.972rem;
    line-height: 0.972rem;
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 0.398rem;
}
.carNumberInput>div input{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    border: 0;
    outline: none;
    box-sizing: border-box;
    color: #444;
    font-weight: bold;
    font-size: 0.398rem;
    text-align: center;
}
.carNumberInput .btn{
    width: 1.04rem;
    height: 0.972rem;
    border: 0.022rem dashed #06C1AE;
    display: flex;
    flex: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn .btnText{
    font-size: 0.22rem;
    height: 0.4rem;
    color: #06C1AE;
    border: 0;
}
.btn .btnIcon{
    width: 0.15rem;
    height: 0.22rem;
    background: url("../newPersonalImg/arrow_right.png") center no-repeat;
    background-size: 100% 100%;
    border: 0;
    /* display: none; */
}
.btn .btnIcon1{
    width: 0.15rem;
    height: 0.22rem;
    background: url("../newPersonalImg/arrow_red.png") center no-repeat;
    background-size: 100% 100%;
    border: 0;
    display: none;
}
.wmi,
.engine{
    width: 7.62rem;
    height: 1.54rem;
    margin: 0 auto;
    margin-top: 0.88rem;
}
.wmiTitle{
    width: 100%;
    height: 0.398rem;
}
.wmiTitle div{
    float: left;
}
.wmiTitle>div:first-child{
    font-size: 0.31rem;
    height: 0.398rem;
    line-height: 0.398rem;
    color: #444;
}
.wmiTitle .icon{
    width: 0.398rem;
    height: 0.398rem;
    background: url("../newPersonalImg/instruction.png") center no-repeat;
    background-size: 100% 100%;
    margin-left: 0.265rem;
}
.wmiInput{
    width: 100%;
    height: 0.88rem;
    position: relative;
}
.wmiInput .pullDiv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.88rem;
    outline: none;
    box-sizing: border-box;
    border: 0;
    font-size: 0.35rem;
    color: #C8C8C8;
    line-height: 0.88rem;
    border-bottom: 0.022rem solid #F3F3F3;
}
.wmiInput .triangle{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    border-top: 0.133rem solid #06C1AE;
    border-bottom: 0.133rem solid transparent;
    border-left: 0.133rem solid transparent;
    border-right: 0.133rem solid transparent;
}
.wmiInput input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.88rem;
    outline: none;
    box-sizing: border-box;
    border: 0;
    font-size: 0.35rem;
    color: #444;
    border-bottom: 0.022rem solid #F3F3F3;
}
input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #C8C8C8;
    /* placeholder字体大小  */
    font-size: 0.35rem;
    /* placeholder位置  */
}
.wmiInput select {
    font-size: 0.35rem !important;
    color: #C8C8C8 !important;
}
.engine{
    margin-top: 0.22rem;
}
.illegalBtn{
    display: block;
    text-decoration: none;
    width: 7.62rem;
    height: 1.1rem;
    margin: 0 auto;
    line-height: 1.1rem;
    text-align: center;
    color: #fff;
    background-color: #06C1AE;
    border-radius: 0.7rem;
    font-size: 0.35rem;
    margin-top: 0.82rem;
}
.illegalMask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.41);
    z-index: 99;
    display: none;
}
.illegalMask .content{
    width: 7.62rem;
    height: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 0.09rem;
}
.illegalMask .content .icon1{
    width: 6.63rem;
    height: 4.24rem;
    margin: 0 auto;
    background: url("../newPersonalImg/daihao.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: 0.66rem;
    display: none;
}
.illegalMask .content .icon2{
    width: 6.63rem;
    height: 4.24rem;
    margin: 0 auto;
    background: url("../newPersonalImg/haoma.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: 0.66rem;
    display: none;
}
.illegalMask .content .maskText{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.3rem;
    background-color: #07C3AE;
    line-height: 1.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.398rem;
}
.resultMask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.58);
    z-index: 999;
    display: none;
}
.chooseContent{
    width: 100%;
    height: 4.8rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0.022rem solid #979797;
    box-sizing: border-box;
}
.contentTitle{
    width: 7.62rem;
    height: 0.44rem;
    margin: 0 auto;
    line-height: 0.44rem;
    font-size: 0.35rem;
    position: relative;
    margin-top: 0.62rem;
}
.cancel{
    float: left;
    color: #999;
}
.chooseType{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #444;
}
.sure{
    float: right;
    color: #06C1AE;
}
.swpDiv{
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
    margin-top: 0.84rem;
}
.chooseContent .swiper-container{
    width: 100%;
    height: 0.66rem;
    /* overflow: hidden; */
    margin-top: 0.44rem;
    background-color: transparent;
    border-top: 0.022rem solid #F3F3F3;
    border-bottom: 0.022rem solid #F3F3F3;
}
.chooseContent .swiper-container .swiper-slide{
    width: 100%;
    height: 0.66rem;
    text-align: center;
    line-height: 0.66rem;
    font-size: 0.35rem;
    touch-action: none;
}
.province{
    width: 100%;
    height: 5.3rem;
    padding: 0.33rem;
    box-sizing: border-box;
    background-color: #F9F9F9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}
.provinceContent{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.provinceContent div{
    width: 0.66rem;
    height: 0.66rem;
    margin: 0.142rem;
    font-size: 0.35rem;
    line-height: 0.66rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0.088rem;
}
