.loadingNew {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.loadingNew>.center>.loadingImage {
    width: 70px;
    height: 70px;
    background: no-repeat center / 70px url(/web/assets/img/common/Dual_Ring.svg);
}

.map img{
    position: absolute;
    z-index: 100;
    max-height: 30%;
    max-width: 15%;
    left: calc(50% - 28.5px);
    top: calc(50% - 65px);
}
#backBtn{
    z-index: 9;
    position: fixed;
    top: 2em;
    left: 2em;
    height: 34px;
    font-size: 12px;
    border-radius: 18px;
    color: #333;
    background: url(/web/common/images/arrow_l_b.png) no-repeat right 50% top 50% #fff;
    background-size: 16px;
    box-shadow: 0px 0px 10px #000;
}
#film{
    position: fixed;
    background-color: black;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
}
.searchResult{
    margin-left: 10px;
}
/*#myPointBtn {*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    bottom: 105px;*/
/*}*/
#appCallBtn{
    color: #FFFFFF;
}
.carInfoForm ul.carType li input:checked + label{
    color: #FFFFFF;
}
#dropdown {
    display: none;
    border: 1px solid #ccc;
    max-height: 100px;
    width: 329px;
    overflow-y: auto;
    position: absolute;
    background: white;
    z-index: 1;
    width: calc(100% - 20px);
}
#dropdown div {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    cursor: pointer;
}
#dropdown div:hover {
    background-color: #f0f0f0;
}
.delete-btn {
    margin-left: 10px;
    cursor: pointer;
    color: grey;
}
.swiper {
    margin-left: 0px;
}

.carInfoForm {
    padding: 0 16px 24px;
    border-top: 10px solid #F5F5F5;
}
.mapContHead .titBox {
    display: flex;
}
.selectWrap {
    display: flex;
    gap: 8px;
    padding: 0px 16px 0;
    margin-bottom: 20px;
}
.selectSt  {
    width: 100%;
    height: 40px;
    padding: 0 20px 0 16px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    background: url(/web/dweb/images/arrow_down_b.png) no-repeat right 11px top 50%;
}

.mapWrap .mapHeader button.btnPointOn {
    position: absolute;
    left: 16px;
    top: 50px;
    height: 54px;
    width: 54px;
    display: flex;
    background: rgba(51, 51, 51, 0.9);
    border-radius: 19px;
    gap: 3px;
    align-items: center;
    justify-content: center;
    background: url(/web/dweb/images/common/reset.png) no-repeat 0 0 / 100%;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    text-indent: -100px;
    opacity: 9;
}

.mapWrap .mapBtCont .mapUtilBtns button.btnPointOn {
    position: absolute;
    left: 16px;
    bottom: 53px;
    height: 54px;
    width: 54px;
    display: flex;
    background: rgba(51, 51, 51, 0.9);
    border-radius: 19px;
    gap: 3px;
    align-items: center;
    justify-content: center;
    background: url(/web/dweb/images/common/reset.png) no-repeat 0 0 / 100%;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    text-indent: -100px;
    opacity: 9;
}

.mapWrap .mapBtCont .mapUtilBtns button.btnPoint {
    position: absolute;
    left: 16px;
    bottom: 53px;
    height: 54px;
    width: 54px;
    display: flex;
    background: rgba(51, 51, 51, 0.9);
    border-radius: 19px;
    gap: 3px;
    align-items: center;
    justify-content: center;
    background: url(/web/dweb/images/common/posReset.png) no-repeat 0 0 / 100%;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    text-indent: -100px;
}

.removeBtn{
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url(/web/dweb/images/icon/bk_minus.png) no-repeat 0 0 / 100%;
    overflow: hidden;
    text-indent: -100px;
    border: 1px solid #E0E0E0;
}