﻿/*index页面css*/
* {
    margin: 0;
    padding: 0;
}

#bo {
    width: 100%;
    margin: auto;
}



  .left {
cursor: pointer;
    position: absolute;
    bottom: 44%;
    left: 30%;
    width: 16%;
    height: 10%;
        }
    .left img {
    width:100%;
    }
 .right {
   cursor: pointer;
    position: absolute;
    bottom: 44%;
    left: 55%;
    width: 16%;
    height: 10%;
        }
 .right img {
    width:100%;
    }
.bottom {
    width: 100%;
    height:100%;
    position: absolute;
}
.top {
    width: 100%;
    top: 0%;
    position: absolute;
    margin: auto;
}
/*弹窗css*/
#map {
    background-color: #ffffff;
}

.map_top {
    text-align: right;
    height: 35px;
    line-height: 35px;
}
    .map_top img {
        margin-right: 20px;
    }
.content {
    width: 95%;
    margin: auto;
}
.content_left {
    float: left;
    width: 30%;
    height: 415px;
    text-align: center;
}

    .content_left img {
        margin-top: 125px;
    }

.bottom2 {
text-align:center;
}

.content_right {
       float: right;
    width: 100%;
    text-align: center;
}

.row {
    font-family: "微软雅黑";
    width: 100%;
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
}

.row-left {
    float: left;
    width: 25%;
    text-align: right;
    font-size: 22px;
    color: #615871;
}

.row-right {
    float: left;
    width: 70%;
    text-align: left;
    margin-left: 10px;
}

    .row-right select {
        width: 95%;
        height: 35px;
        font-size: 20px;
        color: #79747f;
        border-radius: 5px;
    }

    .row-right input {
        width: 95%;
        height: 30px;
        font-size: 20px;
        background-color: #fff8e5;
        border: 2px solid #d2d2d2;
        color: #79747f;
        border-radius: 5px;
    }

.bottom2 button {
    width: 85px;
    height: 35px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    border: #eb7a5a;
    background: #eb7a5a;
    font-size: 18px;
    font-family: 微软雅黑；;
    text-align: center;
}
