.page_content {
    margin: 0 auto
}

.page_content .content {
    width: 100%;
    margin-bottom: 5.63rem;
    justify-content: space-between
}

.page_content .content .content_left {
    width: 41.88rem;
    height: 28.75rem
}

.page_content .content .content_left .title {
    font-size: 2rem;
    color: #11418a;
    font-weight: bold;
    margin-bottom: 1.75rem
}

.page_content .content .content_left .address {
    justify-content: flex-start;
    border-top: 1px solid #c5c5c5;
    padding-top: 2.19rem;
    margin-bottom: 2.19rem
}

.page_content .content .content_left .address .icon {
    width: 3.13rem;
    height: 3.13rem;
    background-color: #11418a;
    margin-right: 1.25rem
}

.page_content .content .content_left .address .icon img {
    width: 1.06rem;
    height: 1.25rem;
    object-fit: contain;
    flex-shrink: 0
}

.page_content .content .content_left .address .text_box {
    font-size: 1rem;
    color: #666e80
}

.page_content .content .content_left .address .text_box .text_val {
    font-weight: bold
}

.page_content .content .content_left .info_box {
    justify-content: flex-start;
    border-top: 1px solid #c5c5c5;
    padding-top: 2.19rem;
    margin-bottom: 2.19rem
}

.page_content .content .content_left .info_box .item .icon {
    width: 3.13rem;
    height: 3.13rem;
    border: 1px solid #cacfd6;
    margin-right: 1.25rem;
    flex-shrink: 0
}

.page_content .content .content_left .info_box .item .icon img {
    width: 1.31rem
}

.page_content .content .content_left .info_box .item .text_box {
    font-size: 1rem;
    color: #666e80
}

.page_content .content .content_left .info_box .item .text_box .text_val {
    font-weight: bold
}

.page_content .content .content_left .info_box .left_box {
    flex: 1;
    justify-content: flex-start
}

.page_content .content .content_left .info_box .right_box {
    flex: 1;
    justify-content: flex-start
}

.page_content .content .content_right {
    width: 41.88rem;
    height: 28.75rem
}

.page_content .content .content_right #map_box {
    width: 100%;
    height: 100%
}

.page_content .save_msg {
    width: 100%
}

.page_content .save_msg .title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.75rem;
    color: #11418a
}

.page_content .save_msg .info_group {
    width: 100%;
    height: 4.25rem;
    justify-content: space-between;
    margin-bottom: 1.88rem
}

.page_content .save_msg .info_group .info_item {
    width: 26.88rem;
    height: 100%;
    background-color: #f2f2f2
}

.page_content .save_msg .info_group .info_item input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    color: #666666;
    font-size: 1rem;
    text-indent: 1rem
}

.page_content .save_msg .msg_box {
    width: 100%;
    height: 15.63rem;
    background-color: #f2f2f2;
    position: relative
}

.page_content .save_msg .msg_box textarea {
    width: 99%;
    height: 99%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    outline: none;
    color: #666666;
    font-size: 1rem;
    line-height: 2rem
}

.page_content .save_msg .button_group {
    margin-top: 3.75rem;
    margin-bottom: 5.63rem
}

.page_content .save_msg .button_group .button_item {
    width: 15.5rem;
    height: 4rem;
    margin: 0 .75rem;
    background-color: #2d323b;
    border-radius: .5rem;
    overflow: hidden
}

.page_content .save_msg .button_group .button_item a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 4rem;
    color: #fff
}

.page_content .save_msg .button_group .enter {
    background-color: #11418a
}

@media screen and (min-width:320px) {
    .page_content {
        margin: 0 auto
    }

    .page_content .content {
        width: 100%;
        margin-bottom: .4rem;
        justify-content: space-between;
        flex-direction: column
    }

    .page_content .content .content_left {
        width: 100%;
        height: auto
    }

    .page_content .content .content_left .title {
        font-size: .4rem;
        color: #11418a;
        font-weight: bold;
        margin-bottom: .5rem;
        text-align: center
    }

    .page_content .content .content_left .address {
        justify-content: flex-start;
        border-top: none;
        padding-bottom: .4rem;
        margin-bottom: .4rem;
        border-bottom: 1px solid #c5c5c5;
        padding-top: 0
    }

    .page_content .content .content_left .address .icon {
        width: .7rem;
        height: .7rem;
        background-color: #11418a;
        margin-right: .2rem;
        margin-left: .2rem;
        flex-shrink: 0
    }

    .page_content .content .content_left .address .icon img {
        width: .5rem;
        height: .5rem
    }

    .page_content .content .content_left .address .text_box {
        font-size: .28rem;
        color: #666e80
    }

    .page_content .content .content_left .address .text_box .text_val {
        font-weight: bold
    }

    .page_content .content .content_left .info_box {
        justify-content: flex-start;
        border-top: none;
        padding-top: 0;
        margin-bottom: 00;
        flex-direction: column
    }

    .page_content .content .content_left .info_box .item {
        width: 100%;
        padding-bottom: .4rem;
        margin-bottom: .4rem;
        border-bottom: 1px solid #c5c5c5
    }

    .page_content .content .content_left .info_box .item .icon {
        width: .7rem;
        height: .7rem;
        border: 1px solid #cacfd6;
        margin-right: .2rem;
        margin-left: .2rem
    }

    .page_content .content .content_left .info_box .item .icon img {
        width: .5rem
    }

    .page_content .content .content_left .info_box .item .text_box {
        font-size: .28rem;
        color: #666e80
    }

    .page_content .content .content_left .info_box .item .text_box .text_val {
        font-weight: bold
    }

    .page_content .content .content_left .info_box .left_box {
        flex: 1;
        justify-content: flex-start
    }

    .page_content .content .content_left .info_box .right_box {
        flex: 1;
        justify-content: flex-start
    }

    .page_content .content .content_right {
        width: 95%;
        height: 5rem
    }

    .page_content .content .content_right #map_box {
        width: 100%;
        height: 100%
    }

    .page_content .save_msg {
        width: 100%
    }

    .page_content .save_msg .title {
        font-size: .4rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: .6rem;
        color: #11418a
    }

    .page_content .save_msg .info_group {
        width: 100%;
        height: auto;
        justify-content: space-between;
        margin-bottom: .6rem;
        flex-direction: column
    }

    .page_content .save_msg .info_group .info_item {
        width: 95%;
        height: 1rem;
        background-color: #f2f2f2;
        margin-bottom: .3rem
    }

    .page_content .save_msg .info_group .info_item input {
        width: 100%;
        height: 100%;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
        color: #666666;
        font-size: .32rem;
        text-indent: .32rem
    }

    .page_content .save_msg .msg_box {
        width: 95%;
        height: 5.63rem;
        margin: 0 auto;
        background-color: #f2f2f2;
        position: relative
    }

    .page_content .save_msg .msg_box textarea {
        width: 99%;
        height: 99%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: none;
        border: none;
        outline: none;
        color: #666666;
        font-size: .32rem;
        line-height: .5rem
    }

    .page_content .save_msg .button_group {
        margin-top: .6rem;
        margin-bottom: 1rem
    }

    .page_content .save_msg .button_group .button_item {
        width: 15.5rem;
        height: .75rem;
        margin: 0 .75rem;
        background-color: #2d323b;
        border-radius: .15rem;
        overflow: hidden
    }

    .page_content .save_msg .button_group .button_item a {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: .75rem;
        color: #fff;
        font-size: .36rem
    }

    .page_content .save_msg .button_group .enter {
        background-color: #11418a
    }
}

@media screen and (min-width:1200px) {
    .page_content {
        margin: 0 auto
    }

    .page_content .content {
        width: 100%;
        margin-bottom: 5.63rem;
        justify-content: space-between;
        flex-direction: row
    }

    .page_content .content .content_left {
        width: 41.88rem;
        height: 28.75rem
    }

    .page_content .content .content_left .title {
        font-size: 2rem;
        color: #11418a;
        font-weight: bold;
        margin-bottom: 1.75rem;
        text-align: left
    }

    .page_content .content .content_left .address {
        justify-content: flex-start;
        border-top: 1px solid #c5c5c5;
        padding-top: 2.19rem;
        margin-bottom: 2.19rem;
        border-bottom: none;
        padding-bottom: none
    }

    .page_content .content .content_left .address .icon {
        width: 3.13rem;
        height: 3.13rem;
        background-color: #11418a;
        margin-right: 1.25rem;
        margin-left: 0
    }

    .page_content .content .content_left .address .icon img {
        width: 1.06rem;
        height: 1.25rem
    }

    .page_content .content .content_left .address .text_box {
        font-size: 1rem;
        color: #666e80
    }

    .page_content .content .content_left .address .text_box .text_val {
        font-weight: bold
    }

    .page_content .content .content_left .info_box {
        justify-content: flex-start;
        border-top: 1px solid #c5c5c5;
        padding-top: 2.19rem;
        margin-bottom: 2.19rem;
        flex-direction: row
    }

    .page_content .content .content_left .info_box .item {
        width: auto;
        border-top: none;
        border-bottom: none
    }

    .page_content .content .content_left .info_box .item .icon {
        width: 3.13rem;
        height: 3.13rem;
        border: 1px solid #cacfd6;
        margin-right: 1.25rem;
        margin-left: 0
    }

    .page_content .content .content_left .info_box .item .icon img {
        width: 1.31rem
    }

    .page_content .content .content_left .info_box .item .text_box {
        font-size: 1rem;
        color: #666e80
    }

    .page_content .content .content_left .info_box .item .text_box .text_val {
        font-weight: bold
    }

    .page_content .content .content_left .info_box .left_box {
        flex: 1;
        justify-content: flex-start
    }

    .page_content .content .content_left .info_box .right_box {
        flex: 1;
        justify-content: flex-start
    }

    .page_content .content .content_right {
        width: 41.88rem;
        height: 28.75rem
    }

    .page_content .content .content_right #map_box {
        width: 100%;
        height: 100%
    }

    .page_content .save_msg {
        width: 100%
    }

    .page_content .save_msg .title {
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 3.75rem;
        color: #11418a
    }

    .page_content .save_msg .info_group {
        width: 100%;
        height: 4.25rem;
        justify-content: space-between;
        margin-bottom: 1.88rem;
        flex-direction: row
    }

    .page_content .save_msg .info_group .info_item {
        width: 26.88rem;
        height: 100%;
        background-color: #f2f2f2;
        margin-bottom: 0
    }

    .page_content .save_msg .info_group .info_item input {
        width: 100%;
        height: 100%;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
        color: #666666;
        font-size: 1rem;
        text-indent: 1rem
    }

    .page_content .save_msg .msg_box {
        width: 100%;
        height: 15.63rem;
        background-color: #f2f2f2;
        position: relative
    }

    .page_content .save_msg .msg_box textarea {
        width: 99%;
        height: 99%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: none;
        border: none;
        outline: none;
        color: #666666;
        font-size: 1rem;
        line-height: 2rem
    }

    .page_content .save_msg .button_group {
        margin-top: 3.75rem;
        margin-bottom: 5.63rem
    }

    .page_content .save_msg .button_group .button_item {
        width: 15.5rem;
        height: 4rem;
        margin: 0 .75rem;
        background-color: #2d323b;
        border-radius: .5rem;
        overflow: hidden
    }

    .page_content .save_msg .button_group .button_item a {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 4rem;
        color: #fff;
        font-size: 1.2rem
    }

    .page_content .save_msg .button_group .enter {
        background-color: #11418a
    }
}