.form-box {
    padding: 0.6rem 2rem ;
    background-color: #F2F4F7;
}


.form {
    padding: 0.6rem 0.9rem;
    background-color: #fff;
}

.form-item {
    font-size: 0;
}

.form-item:nth-child(2) {
    width: 7.3rem;
}

.form-title {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
}

.form-title span {
    margin-left: 0.05rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.form-item:first-child .form-title {
    position: relative;
    padding-bottom: 0.3rem;
}

.form-item:first-child .form-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.2rem;
    height: 0.04rem;
    background-color: #262626;
}

.form-hint {
    margin-top: 0.4rem;
    width: 2.88rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.32rem;
    color: #666;
}

.form-text {
    margin-top: 0.66rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.32rem;
    color: #666;
}

.form-phone {
    margin-top: 0.04rem;
    font-size: 0.4rem;
    font-family: DustHome;
    font-weight: 600;
    line-height: 1;
    color: #262626;
}

.form-address {
    margin-top: 0.06rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.32rem;
    color: #666;
}

.form-cell {
    margin-top: 0.2rem;
}

.layui-form-select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    box-sizing: border-box;
    padding: 0 0.1rem;
    width: 2.3rem;
    height: 0.5rem;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-position: 2rem center;
    background-size: 0.18rem 0.12rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.layui-form-select input{
    background: none;
    border: none;
}

.form-input {
    box-sizing: border-box;
    padding: 0 0.1rem;
    width: 3.55rem;
    height: 0.5rem;
    background-color: #F7F7F7;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #999;
}

.form-textarea-box {
    box-sizing: border-box;
    margin-top: 0.2rem;
    padding: 0.1rem;
    height: 1.56rem;
    background-color: #F7F7F7;
}

.form-textarea {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}

.form-submit {
    margin-top: 0.3rem;
    width: 100%;
    height: 0.6rem;
    background-color: #262626;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.allmap-box {
    position: relative;
    height: 6.9rem;
}

#allmap {
    height: 100%;
}

#allmap .BMap_bubble_title {
    font-size: 0.2rem;
    font-weight: bold;
}

.map-list {
    position: absolute;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 60;
    width: 15.2rem;
}

.map-list .map-list-item {
    box-sizing: border-box;
    padding: 0.25rem;
    width: 3.5rem;
    height: 1.4rem;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    font-size: 0;
}

.map-list-itemIcon {
    width: 0.48rem;
    height: 0.48rem;
}

.map-list .map-list-itemTitle {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
}

.map-address-infoBox {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-35%);
    width: 2.8rem;
    font-size: 0;
}

.map-address-info {
    position: relative;
    box-sizing: border-box;
    padding: 0.2rem 0.2rem 0.45rem;
    width: 2.8rem;
    background: url(../imgs/280-130.png) no-repeat center / 100% 100%;
}

.map-address-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #262626;
}

.map-address-text {
    margin-top: 0.06rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666;
}

.map-address-close {
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    width: 0.1rem;
    height: 0.1rem;
    cursor: pointer;
}

.map-address-icon {
    margin-top: 0.05rem;
    margin-left: 0.54rem;
    width: 0.6rem;
    height: 0.6rem;
}