<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.station_modal section {
    width: 650px;
    height: 391px;
    background-color: #fff;
}

.modal_wire {
    width: 100%;
    height: 4px;
    background-color: #FB6318;
}

.station_modal section h2 {
    font-family: "PingFangSC-Regular";
    font-size: 22px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 24px 0 29px 0;
}

#modal {
    display: none;
}

#modal_form {
    height: 200px;
    padding: 0 46px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    font-family: "PingFangSC-Regular";
}

#modal_form div {
    line-height: 33px;
    margin-bottom: 20px;
}

#modal_form div label {
    width: 80px;
    margin-right: 57px;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#modal_form div:nth-of-type(3) label {
    margin-right: 25px;
}

#modal_form div input[type="text"],
#modal_form div input[type="tel"] {
    height: 33px;
    width: 430px;
    border: solid 1px #C0C0C0;
    padding-left: 12px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
}

#modal_form div:nth-of-type(3) input {
    width: 134px;
    margin-right: 9px;
}

#modal_form div:nth-of-type(3) input:nth-of-type(4) {
    width: 430px;
    margin: 20px 0 0 100px;
}

input,
input:hover,
input:link,
input:visited,
input:focus {
    border: 0;
    outline: none;
}

::-webkit-input-placeholder {
    color: #c0c0c0;
}

::-moz-placeholder {
    color: #c0c0c0;
}

:-ms-input-placeholder {
    color: #c0c0c0;
}

.modal_btn {
    height: 33px;
    width: 100%;
}

.modal_btn input {
    width: 110px;
    height: 33px;
    border: none;
    margin-right: 31px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    background-color: #FB6318;
    color: #fff;
    margin-top: 20px;
    margin-left: calc((100% - 110px) / 2);
}

.adds select {
    border: solid 1px #c0c0c0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/test.png") no-repeat scroll right center transparent;
    background-size: 12px 12px;
    background-position: 95% 10px;
    padding: 0 15px 0 6px;
    height: 33px;
    width: 134px;
    margin-right: 9px;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background-color: #ffffff;
}

.adds input {
    height: 45px;
    border: none;
    border: solid 2px #cccccc;
    width: 250px;
    padding-left: 6px;
}

.adds select option {
    outline: none;
}

.adds select:nth-of-type(4) {
    width: 430px;
    margin: 20px 0 0 100px;
}</pre></body></html>