﻿
@media screen and (min-width: 700px) {
 
    .map {
        margin-top: 45px;
        margin-right: 25px;
        margin-left: 45px;
    }

  

    .address_message {
        margin-top: 45px;
        margin-right: 45px;
    }

    .txt_bottom {
        margin-left: 110px;
    }
}
.btn {
    width: 142px;
}

/*信息整体*/
.teamwork_msg {
    min-height: 680px;
    height: auto;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    margin: 0px auto;
}



/*标注详情 内容*/
.marker_con {
    height: auto;
}
/*左边的信息*/
.left_location_style {
    float: left;
    width: 82%;
    height: 55px;
    border-bottom: 1px solid #0000FF;
}

.marker_con p {
    text-align: center;
    color: black;
}
/*标注详情 购买*/

/*标注详情 去这里*/
.marker_go {
    border-radius: 8px;
    width: 100%;
    color: forestgreen;
    background-color: antiquewhite;
    border: 1px solid #444;
}

.map {
    height: 580px;
    background-color: honeydew;
}

.address_message {
    min-height: 580px;
    height: auto;
    text-align: center;
    background-color: darkgray;
}

    .address_message .txt_top div .txt_top_code {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
    }

        .address_message .txt_top div .txt_top_code img {
            height: 250px;
            height: auto;
            margin: 0px auto;
            margin-bottom: 20px;
        }

        .address_message .txt_top div .txt_top_code text {
            display: block;
            font-size: 2rem;
            color: forestgreen;
        }
    /*文字*/
    .address_message div .txt_bottom {
        display: block;
        line-height: 45px;
        text-align: left;
        padding-left: 20px;
    }

        .address_message div .txt_bottom p {
            font-size: 2rem;
            color: white;
        }
      

        .address_message div .txt_bottom a {
            font-size: 2rem;
            color: dodgerblue;
        }