.area_banner{
    position: relative;
    background: url(../img/price_bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 240px;
    margin-bottom: -40px;
}
.area_banner>h1{
    text-align: center;
    line-height: 160px;
    font-size: 36px;
}
.downBtn {
    width: 90%;
    text-align: right;
    margin: 0 auto 10px;
}
.downBtn>a {
    border: 1px solid #0085fa;
    border-radius: 4px;
    padding: 8px
}
.continent-title, .continent-list-head {
    font-weight: bold;
    font-size: 36px;
}

.continent-list-head {
    margin: 0 auto;
    height: 40px;
    background: #eeeeee;
    box-sizing: content-box;
    line-height: 40px;
    font-size: 14px;
    display: flex;
}

.content-col {
    flex: 1;
    float: left;
    text-align: center;
    font-size: 14px;
}

.continent-list-body, .continent-list-head {
    width: 90%;
    margin: 0 auto;
}

.province-item, .province-city {
    width: 100%;
}

.continent-list {
    margin-bottom: 110px;
}

.province-item {
    display: flex;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    background-color: inherit;
}

.province-item:hover, .data-down-list:hover, div.province-city:hover {
    background-color: #f4f7ff;
}

.province-city {
    display: flex;
    height: 48px;
    line-height: 48px;
    color: #767e91;
    background: #f8f8f8;
}

.continent-list-head, .content-col {
    border: 1px solid #E5E5E5;
    margin-bottom: -1px;
}

.content-col {
    margin-right: -1px;
}

div.continent-input img {
    position: absolute;
    left: 50vw;
    transform: translateX(-250px);
    margin-top: 51px;
    margin-left: 126px;
}

.content-col img {
    width: 24px;
    vertical-align: middle;
}

img.open-icon {
    float: right;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 17px;
    margin-right: 20px;
}

.oval {
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #4580FF;
    border-radius: 50%;
    opacity: 1;
    margin-top: 13px;
    margin-left: 20%;
    margin-right: 14px;
    color: #ffffff;
    font-size: 14px;
}

.province-name {
    float: left;
}

.city-name {
    float: left;
    padding-left: calc(20% + 36px);
}

div.active-background-color {
    background-color: #F0F5FF;
}
.slide-down .open-icon{
    transform: rotateX(180deg);
}
