

.contact_item {
    width: 360px;
    height: 123px;
    background: #F5F6F7;
    border-radius: 15px;
}

.icon {
    width: 94px;
    text-align: center;
}

.text {
    width: 240px;
}

.text .title {
    font-size: 18px;
    font-family: 'Bold', serif;
    color: #3f6530;
}

.text .info {
    margin-top: 12px;
    font-size: 16px;
    font-family: 'Adobe', serif;
    color: #595656;
    line-height: 24px;
}

.leave {
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
    color: #3f6530;
    font-family: 'Bold', serif;
}

.submit_info {
    margin-top: 40px;
}


.input_info {
    width: 590px;
    height: 70px;
    border-radius: 10px;
    background: #F5F6F7;
}

.leave_title,
.input_info_title {
    width: 93px;
    font-size: 18px;
    font-family: 'Regular', serif;
    color: #595656;
    text-align: center;
}

.company {
    width: 106px;
    text-align: right;
}

.input_info_title span {
    color: #FE2223;
}

input {
    width: 83%;
    height: 90%;
    background: #F5F6F7;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: 'Regular', serif;
    color: #595656;
}

.leave_content {
    width: 100%;
    /*height: 140px;*/
    border-radius: 10px;
    background: #F5F6F7;
}

.leave_title {
    padding-top: 20px;
}

.input {
    width: 92%;
    /*height: 94%;*/
    background: #F5F6F7;
    margin-top: 18px;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: 'Regular', serif;
    color: #595656;
}

.submit_btn {
    margin: 30px auto 0;
    background: #416531;
    width: 160px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    font-family: 'Regular', serif;
    cursor: pointer;
}


.map {
    width: 1200px;
    height: 580px;
    margin-top: 50px;
}

#map_content {
    width: 100%;
    height: 100%;
}

.amap-icon{
    overflow:inherit !important;
}

.setLabel {
    width: 233px;
    height: 46px;
    background: #3F6530;
    color: #fff;
    font-size: 28px;
    border-radius: 50px;
    margin-left: -100px;
    margin-bottom: 12px;
    font-family: 'Ping', serif;
}
