body {
    margin: 0px;
}

a,
a:focus,
a:active {
    color: white;
}

.model-left {
    float: left;
    width: 410px;
    padding-left: 20px;
    font: caption;
}

.model-right {
    float: right;
    width: 410px;
    padding-right: 20px;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    font: caption;
}

.model-warp {
    width: 410px;
    margin-top: 20px;
    background: #193156;
    opacity: 0.85;
}

.model-title {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    position: relative;
}

.model-title-border {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #077bcd, transparent);
}

.model-title-con {
    width: 100%;
    height: 36px;
    background-image: linear-gradient(to right, transparent, #0f4e90, transparent);
    text-align: center;
    line-height: 38px;
    color: white;
    font-weight: 800;
}

.model-close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 20px;
    color: rgb(170, 170, 170);
    height: 100%;
    line-height: 40px;
}


/* model type1 */

.model-content {
    padding: 10px;
}

.model-row {
    display: flex;
    margin: 10px 0;
}

.model-label {
    color: #00a0e9;
    font-weight: 500;
    width: 100px;
    text-align: right;
    padding-right: 20px;
    font-weight: 500;
}

.model-line {
    width: 1px;
    height: 24px;
    background: #8c98ab;
}

.model-text {
    padding-left: 20px;
    color: white;
}


/* model type2 */

.model-table {
    border: none;
    width: 100%;
}

.model-table>thead {
    background: rgb(33, 117, 243, 0.35)
}

.model-table>thead>tr>th,
.model-table>tbody>tr>td {
    color: white;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    padding: 4px 10px;
}

.model-table>tbody>tr>td {
    color: white;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
}

.model-table>tbody>tr:nth-child(2n) {
    background: rgb(41, 126, 255, 0.1)
}


/* model type3 */

.model-warp-notes {
    background: #193156;
    margin-top: 20px;
}

.model-notes-title-con {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-weight: 800;
}

.model-notes-content {
    padding: 10px 20px;
}

.model-notes-item {
    text-align: center;
    width: 120px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.model-notes-item>div {
    float: left;
}

.model-notes-label {
    color: white;
    width: 100%;
}

.model-notes-row {
    height: 40px;
}

.model-notes-icon-type1-1 {
    width: 10px;
    height: 10px;
    background: #37cade;
    border-radius: 50%;
    box-shadow: 0px 0 5px 5px rgb(0, 224, 255, 0.6);
}

.model-notes-icon-type1-2 {
    width: 10px;
    height: 10px;
    background: #f2f100;
    border-radius: 50%;
    box-shadow: 0px 0 5px 5px rgb(255, 254, 0, 0.6);
}

.model-notes-icon-type1-3 {
    width: 10px;
    height: 10px;
    background: #21af36;
    border-radius: 50%;
    box-shadow: 0px 0 5px 5px rgb(33, 175, 54, 0.6);
}

.model-notes-icon-type1-4 {
    width: 10px;
    height: 10px;
    background: #c7893c;
    border-radius: 50%;
    box-shadow: 0px 0 5px 5px rgb(199, 137, 60, 0.6);
}

.model-notes-icon-type2-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-notes-icon-type2-1>.model-notes-icon-circle {
    width: 10px;
    height: 10px;
    background: #37cade;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 1px #37cade;
}

.model-notes-icon-type2-1>.model-notes-icon-line {
    width: 20px;
    height: 2px;
    background: #37cade;
    position: absolute;
    top: 4px;
    box-shadow: 0px 0px 4px 1px #37cade;
}

.model-notes-icon-type2-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-notes-icon-type2-2>.model-notes-icon-circle {
    width: 10px;
    height: 10px;
    background: #fff600;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 1px #fff600;
}

.model-notes-icon-type2-2>.model-notes-icon-line {
    width: 20px;
    height: 2px;
    background: #fff600;
    position: absolute;
    top: 4px;
    box-shadow: 0px 0px 4px 1px #fff600;
}


/* model type4 */

.model-warp-button {
    background: #193156;
    margin: 20px 0;
}

.model-table-nobg {
    border: none;
    width: 100%;
}

.model-table-nobg>thead {
    background: rgb(33, 117, 243, 0.35)
}

.model-table-nobg>thead>tr>th {
    color: white;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    padding: 4px 10px;
}

.model-table-nobg>tbody>tr>td {
    color: white;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
}

.model-table-nobg>tbody>tr>td {
    color: white;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
}

.model-table-nobg>tbody>tr:nth-child(2n) {
    background: rgb(41, 126, 255, 0.1)
}


/* 运输中 */

.status-type1 {
    background: rgb(17, 219, 51, 0.3);
    border-radius: 3px;
    color: #11db33;
    font-size: 12px;
    font-weight: 800;
    padding: 1px 2px;
}

.status-type2 {
    background: rgb(0, 160, 233, 0.3);
    border-radius: 3px;
    color: #00a0e9;
    font-size: 12px;
    font-weight: 800;
    padding: 1px 2px;
}

.status-type3 {
    background: rgb(244, 66, 54, 0.3);
    border-radius: 3px;
    color: #e04236;
    font-size: 12px;
    font-weight: 800;
    padding: 1px 2px;
}

.status-type4 {
    background: rgb(191, 191, 191, 0.3);
    border-radius: 3px;
    color: #888888;
    font-size: 12px;
    font-weight: 800;
    padding: 1px 2px;
}

.model-point-warp {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #38cbd9;
    box-shadow: 0px 0px 0px 20px rgb(58, 204, 217, 0.3);
}

.model-point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #38cbd9;
    box-shadow: 0px 0px 0px 10px rgb(58, 204, 217, 0.3);
}

.model-btn-warp {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
}

.model-btn-item {
    width: 120px;
    height: 36px;
}

.model-btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgb(48, 79, 115, 0.5);
    border: 1px solid #4c6a8d;
    color: #d3e2f3;
    font-weight: 500;
    font-size: 15px;
}

.model-active-circel {
    display: none;
}

.model-btn:hover {
    background: rgb(139, 126, 83, 0.8);
    border: 1px solid #ffd940;
    color: #ffca00;
    padding-left: 10px;
}

.model-btn:hover .model-active-circel {
    display: block;
    position: absolute;
    left: 10px;
    font-weight: 500;
    /* width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: linear-gradient(45deg, black, transparent); */
    border-right: 0;
}

.leaflet-popup-content-wrapper {
    background: none;
}


/* 搜索框 */

.model-input-warp {
    width: 100%;
    height: 50px;
    background: rgb(25, 49, 86, 0.85);
    display: flex;
}

.model-search-input {
    outline: none;
    -webkit-appearance: button;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background: none;
    color: white;
    height: 100%;
    width: 310px;
    padding: 0 20px;
    font-size: 16px;
}

.model-input-search-warp {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.model-input-click-warp {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgb(255, 255, 255, 0.2);
}

.model-search-con-row {
    width: 100%;
    height: 38px;
    background: rgb(25, 49, 86, 0.85);
    display: flex;
    color: white;
    align-items: center;
    font-size: 14px;
}

.model-search-con-row:hover {
    background: linear-gradient( 90deg, #067aca, transparent);
}

.model-towSearch-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.model-search-svg-warp {
    padding: 0 20px;
}

.model-left-icon {
    width: 50px;
    display: flex;
    justify-content: center;
}

.model-left-icon>svg {
    width: 40px;
    height: 40px;
}

.model-right-con-row {
    width: 320px;
    height: 40px;
    border-bottom: 2px solid #475770;
    display: flex;
    align-items: center;
}

.model-right-icon {
    width: 40px;
    display: flex;
    justify-content: center;
}

.model-close {
    cursor: pointer;
}