.content {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.content > div {
    width: 1200px;
    margin: 0 auto;
}

.head {
    width: 100%;
    background: url("/static/images/vps/about-banner.jpg") no-repeat;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.head > h1 {
    width: 1000px;
    text-align: center;
    color: white;
    margin: 200px auto 0;
    font-size: 50px;
}

.area-name-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.area-name-list > div {
    width: 1200px;
    margin: 0 auto;
}

.area-name-list a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 170px;
    color: white;
    padding: 15px 0;
    float: left;
}

.area-name-list a:hover {
    background-color: rgb(71, 180, 206);
}

.area-name-list-bg {
    background-color: rgb(71, 180, 206);
}

.price-table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
}

.price-table tr {
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.price-table td{
    padding-left: 10px;
}
.area-table{
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    font-size: 12px;
}

.area-table tr {
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.area-table td{
    padding-left: 10px;
}

.search-func>input{
    width: 150px;
    padding: 5px 8px;
    font-size: 14px;
    margin-left: 20px;
}
.search-func>button{
    background-color: rgb(71, 180, 206);
    width: 60px;
    outline: none;
    height: 35px;
    border: none;
    margin-left: 5px;
    border-radius: 3px;
    vertical-align: bottom;
    color: white;
}