.contact-form {
    border-radius: 20px;
    box-shadow: 0 0 2rem rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
}

.checked-ul {
    margin: 20px 0;
}

.checked-ul li {
    padding: 6px 0;
}

/*地体相关*/
.amap-marker-label {
    border: none;
    border-radius: 6px;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    box-shadow: 1px 1px 10px 2px rgba(50, 50, 50, .2);
    font-size: 14px;
}

.junma-address {
    padding: 10px 10px 0;
    display: flex;
    flex-flow: column;
    position: relative;
    width: 300px;
}

.junma-address .close-button {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.junma-address .close-button:hover {
    color: var(--active-color);
}

.junma-address dl {
    margin: 20px 0 0;
    padding: 0;
}

.junma-address dt {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.junma-address dd {
    font-weight: lighter;
    margin: 0;
    padding: 4px 0;
    word-break: break-all;
    white-space: break-spaces;
    display: flex;
    flex-flow: row nowrap;
}

.junma-address dd .iconfont {
    margin-right: 10px;
}

.junma-address dl .iconfont {
    font-weight: normal;
}

.map-container {
    height: 600px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 2px rgba(100, 100, 100, .2);
    width: 100%;
    border: solid 10px rgba(255,255,255,0.4);
    box-sizing: border-box;
    position: relative;
}

.map-container .map {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
}

.map-container .reset-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #024CA199;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(55,55,55,.3);
}

.map-container .reset-button:hover {
    background: #024CA1CC;
}

/*####################*/
.address-box-contacts {
    border-top: none;
    margin-top: 30px;
    display: flex;
    text-align: center;
    flex-flow: row nowrap;
    justify-content: center;
}

.address-box-contacts .item {
    border: none;
    width: 200px;
    height: 36px;
    line-height: 36px;
    background: var(--active-color);
    border-radius: 60px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
}

.address-box-contacts .item * {
    color: #FFFFFF;
    font-size: 1rem;
    text-decoration: none;
}

.input-inner-button-loading {
    background: #bababb;
    cursor: not-allowed;
    color: #eeeeee;
}