.force .title {
    width: 950px;
    height: 30px;
    background: #F6F6F6 !important;
    border-radius: 4px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-left: 35px;
    line-height: 30px;
}

.force .title .btn {
    margin-top: 7px;
    margin-right: 15px;
}

.ipt {
    width: 300px;
    height: 50px;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.btn {
    width: 146px;
    height: 42px;
    color: #fff;
    background: #ce3939;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

.equip-container {
    background: #F6F6F6 !important;
}

.equip-container-new {
    background: #F6F6F6 !important;
}

.equip-item {
    padding: 0px 35px;
    background: white;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 32px;
}

.del {
    margin-right: 8px;
}

.map-container {
    border-radius: 4px;
    position: relative;
    transition: all 0.5s;
}

.map {
    width: 710px;
    height:450px;
    margin-top: 110px;
    float: left;
}
.marker{
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.marker input[type=checkbox] {
    position: relative;
    top: 16px;
    right: 4px;
    left: auto;
}
.edit-tip-cp{
    font-size: 12px;
    color: rgba(153,153,153,1);
    text-align: right;
    flex: 1;
}
.edit-tip-distance{
    font-size: 12px;
    color: rgba(153,153,153,1);
    display: inline-block;
    text-align: right;
    flex: 4;
    line-height: 18px;
}
.marker input[type=text]:first-child{
    width: 135px;
    height: 50px;
    background: rgba(247,247,247,1);
    border-radius: 4px;
    border: 1px solid rgba(238,238,238,1);
    padding: 0px 10px 0px;
}
.marker input:nth-child(2n){
    width: 100px;
    height: 50px;
    background: rgba(247,247,247,1);
    border-radius: 4px;
    border: 1px solid rgba(238,238,238,1);
    padding: 0px 0px 0px 10px;
}
.marker input[type=checkbox]:checked::before {
    background-color: #ce3939;
    content: '';
    background-image: url(/static/images/white.png);
    top: -4px;
    right: -3px;
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}
.markers-edit .marker{
    margin: 10px 0px 20px;
}
.marker input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: -4px;
    right: -3px;
    width: 18px;
    height: 18px;
    line-height: 22px;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ce3939;
}
.marker-name{
    font-size: 20px;
    color: #333;
    width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.marker-tip{
    font-size:12px;
    font-weight:500;
    color:rgba(153,153,153,1);
}
.marker-label{
    width: 80px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 28px;
    margin: 0px;
}
.map-data{
    width:300px;
    height:450px;
    background:rgba(255,255,255,1);
    float: right;
    margin-top: 110px;
    overflow: scroll;
    box-sizing: border-box;
    padding: 15px 10px 30px 15px;
    -ms-overflow-style: none; //IE 10+
    overflow: -moz-scrollbars-none; //Firefox
}
.map-data .edit{
    width: 70px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid rgba(206,57,57,1);
    font-size: 16px;
    color: rgba(206,57,57,1);
    cursor: pointer;
    line-height: 22px;
    text-align: center;
}
.map-data .save{
    display: none;
    width: 70px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid rgba(206,57,57,1);
    font-size: 16px;
    color: rgba(206,57,57,1);
    cursor: pointer;
    line-height: 22px;
    text-align: center;
}
.markers-edit{
    display: none;
}
.map-data .cancel{
    display: none;
    width: 70px;
    height: 22px;
    border-radius: 4px;
    border:1px solid rgba(102,102,102,1);
    font-size: 16px;
    color:rgba(102,102,102,1);
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
}
.map-data::-webkit-scrollbar {
    display: none; //Safari and Chrome
}
.map-title {
    z-index: 9999999;
    position: absolute;
    width: 100%;
    height: 110px;
    background: white;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0px 26px;
    box-shadow:0px 0px 10px 0px rgba(238,235,235,1);
}

#roadName {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

#gpsName {
    width: 290px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(80, 187, 253, 1);
    line-height: 20px;
}

/*.back{*/
/*    width: 13px;*/
/*    height: 15px;*/
/*    background: url("/static/images/back-new.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    margin: 0px 4px 0px 0px;*/
/*    cursor: pointer;*/
/*}*/
.cp-div {
    width: max-content;
    min-width: 48px;
    height: 26px;
    background-color: #e54b3b;
    border-radius: 5px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
}
