.modular {
    margin: 4rem 0;
}

.modular .title {
    color: #000;
}

.modular1 .title {
    text-align: center;
    margin-bottom: 30px;
}
.modular1 hr{border: none;
    height: 1px;
    background-color: #e8e8e8;}
.modular1 .content {
    margin: 30px 0;
}

.modular2 #map_container {
    height: 100%;
}

.modular2 #map_container img{
    height: 100%;width: 100%;
    object-fit: cover;
    vertical-align: top;
}

.modular2 {
    width: 1270px;margin: 4rem auto;max-width: 100%;
    display: flex;
}

.modular2 .left {
    flex: 1;
}

.modular2 .right .list {
    margin-bottom: 20px;
}

.modular2 .right .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.modular2 .right {
    width: 310px;
    padding: 30px;
    border: 1px solid #e5e5e5;
}

.modular2 .right .tit {
    font-size: 16px;
    background: #f4f4f4 url(../images/rBQBHF05i1iECOtmAAAAAFT20GE564.png) no-repeat 20px center;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modular2 .right .cf {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.modular2 .right .cf .l {
    white-space: nowrap;
}

.page span {
    float: left;
    padding: 0 10px;
}

.page {
    height: 30px;
    line-height: 30px;
}

.page a {
    width: 30px;
    height: 30px;
}

.modular3 .title {
    margin-bottom: 20px;
}

.modular3 .info {
    margin-bottom: 20px;
    line-height: 1.8;
}

.modular3 {
    display: flex;
    gap: 2%;
}

.modular3 .left {
    width: 30%;
}

.modular3 .right {
    flex: 1;
}

.modular3 .right .list input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7b7b7b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modular3 .right .list input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #7b7b7b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modular3 .right .list input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.modular3 .right .list form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.modular3 .right .list .form-group label {
    line-height: 50px;
    flex: 1;
}

.modular3 .right .list .form-group .inline .red {
    color: red;
}

.modular3 .right .list .form-group .inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modular3 .right .list .form-group .inline img {
    width: 85px;
}

.modular3 .right .list .form-group button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    line-height: 42px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 120px;
    background: #00a1e9;
    border: none;
    color: #fff;
}

.modular3 .right .list .form-group button:hover {
    width: 120px;
    background: #ff7800;
}


@media screen and (max-width: 768px) {
    .modular2 #map_container {
        height: 300px;
    }

    .modular2 {
        flex-direction: column;

    }

    .modular2 .right {
        width: auto;
    }

    .modular3{
        flex-direction: column;
        gap: 30px;
    }

    .modular3 .left{
        width: auto;
    }
}


.coop_list{padding-top: 20px;}
.coop_list ul{overflow: hidden;margin: 0 -10px;}
.coop_list li a:hover{cursor: default;}
.coop_list li{float: left;width: 16.66%;margin-bottom: 20px;}
.coop_list li a{display: block;margin: 0 10px;border: #dedede 1px solid;}
.coop_list li img{width: 100%;}
@media screen and (max-width: 768px) {
    .modular{margin: 2rem 0;}
    .coop_list li{width: 33.33%;}
}


.page{position:relative;padding:0 30px;padding-left:40px}
.page a.prev{position:absolute;left:0;top:0;}
.page a.next{position:absolute;right:0;top:0;}
@media screen and (max-width: 768px) {
.page{position:relative;padding:0 0px;}
.page a.prev{position:static;}
.page a.next{position:static;}
}