
.main_content {
    margin-top: 50px;
}

.main_details_title {
    height: 46px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    letter-spacing: 1px;
    margin-bottom: 39px;
    background: url("../images/details_titlebg.png") no-repeat;
    background-size: 100% 100%;
}

.search_item {
    display: flex;
    margin-right: 13px;
}

.search_item .select {
    width: 122px;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #cccccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #cccccc;
}

.search_item input {
    width: 260px;
    height: 40px;
    outline: none;
    padding-left: 5px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    border: 2px solid #cccccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px solid #cccccc;
}

.search_content {
    display: flex;
}

.search_btn {
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #3886fe;
}

.search_btn:hover {
    opacity: .9;
}

.region_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 30px 5px 10px 20px;
    background: #f4f5f9;
}

.region_list .region_item {
    min-width: 130px;
    height: 37px;
    color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    background: #ffffff;
    margin-right: 17px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.region_list .region_active {
    color: #ffffff;
    background: #035cb3;
}

.region_list .switch {
    color: #035cb3;
}

.region_list .switch img {
    margin-left: 9px;
    transition: transform 0.3s;
}

.region_list.hide-more .region_item:not(.switch):nth-child(n+16) {
    display: none;
}

.table {
    margin-top: 28px;
}

.table_top_list {
    padding: 0 37px;
    background: #f2f4fe;

}

.table .table_top {
    height: 60px;
    display: flex;
    align-items: centere;
}

.table_top .table_item {
    flex: 1;
    line-height: 60px;
    text-align: center;
    color: #282a2e;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.table .table_bottom {
    font-size: 16px;
    display: flex;
}

.table .table_bottom .table_item {
    flex: 1;
    color: #757677;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.table_top .table_item:nth-child(1),
.table .table_bottom .table_item:nth-child(1) {
    flex: 0.5;
}

.table_top .table_item:nth-child(3),
.table .table_bottom .table_item:nth-child(3) {
    flex: 1.5;
}

.table_bottom_list {
    padding: 0 37px;
    background: #ffffff;
    box-shadow: 0 0 5px #ecebeb;
}

.table_bottom .table_item a {
    color: #757677;
}

.table_bottom .table_item a:hover {
    color: #035cb3;
}

footer {
    margin-top: 50px;
}