[v-cloak]{
    display: none;
}
#container{
    background:#fff;
}
.new-common-content{
    width:1200px;
    margin:0 auto;
}
.customHeader_iframe{
    border:none;
    width:100%;
    height:259px;
    overflow:hidden;
}
.customHeader_iframe_small{
    border:none;
    width:100%;
    height:69px;
    overflow:hidden;
}
.customFooter_iframe{
    border:none;
    height:169px;
}

.common-content {
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}

/* banner start */
.banner {
    background: url('../img/top-banner.png') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 150px;
    padding-top:38px;
    color:#fff;
}
.banner div.text1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.banner div.text2{
    width: 645px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
/* banner end */

/* 虚窗帮办流程 start */
.branch-box {
    width: 1200px;
    height: 248px;
    background: url('../img/process-pic.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.branch-btn {
    position: absolute;
    bottom: 34px;
    right: 34px;
    background: linear-gradient(90deg, #5880D2 0%, #5B93F4 100%);
    color: #fff;
    font-size: 16px;
    width: 88px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}
/* 虚窗帮办流程 end */

/* 选择条件 start */
.condition {
    padding: 32px 18px 42px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.condition .condition-item {
    display: flex;
}
.condition .condition-item>span {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    line-height: 30px;
    margin-right: 26px;
}
.condition .condition-item .condition-item-text {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    flex: 1;
    overflow: hidden;
}
.condition .condition-item .condition-item-content {
    display: flex;
    gap: 10px;
    flex: 1;
    overflow: hidden;
    flex-wrap: wrap;
}
.condition .condition-item .condition-item-content .condition-item-content-item {
    padding: 0 12px;
    color: #6E6E6E;
    cursor: pointer;
    line-height: 30px;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
}
.condition .condition-item .condition-item-content .condition-item-content-item.active {
    background: #EDF3FC;
    color: #3F7EE7;
}
.condition .condition-item .open {
    font-size: 16px;
    color: #3F7EE7;
    white-space: nowrap;
    height: 30px;
    display: flex;
    align-items: center;
    cursor:pointer;
}
.condition .condition-item .open>img {
    width: 24px;
    height: 24px;
}
/* 选择条件 end */

/* 搜索框 start */
.search-box {
    padding-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.search-box .search {
    width: 166px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #b7aca673;
    overflow: hidden;
    height: 34px;
}
.search-box .search-input {
    font-size: 16px;
    border: none;
    margin: 0 12px;
    height: 30px;
    font-size: 16px;
    overflow: hidden;
    width: 100px;
}
.search-box .search-input:focus {
    outline: none;
    border: none;
}
.search-box .search-btn {
    background: linear-gradient(90deg, #5880D2 0%, #5B93F4 100%);
    height: 100%;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-box .search-btn>img {
    width: 20px;
    height: 20px;
}
.search-box .address-select {
    width: 166px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #b7aca673;
    overflow: hidden;
    height: 34px;
}
.search-box .address-select>span {
    color: #AFAFAF;
    padding: 0 12px;
    font-size: 16px;
}
.search-box .address-select>div {
    background: linear-gradient(90deg, #5880D2 0%, #5B93F4 100%);
    height: 100%;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-box .address-select>div>img {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}
/* 搜索框 end */

/* 列表内容 start */
.dot {
    width: 6px;
    height: 6px;
    background: #5880D2;
    border-radius: 50%;
}
.operation-btns {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}
.operation-btn {
    cursor: pointer;
    width: 72px;
    height: 24px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.operation-btn.btn1 {
    border: 1px solid #5880D2;
    color: #5880D2;
}
.operation-btn.btn2 {
    background: linear-gradient(90deg, #5880D2 0%, #5B93F4 100%);
    color: #fff;
}
.pagination-box {
    margin: 50px auto 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*!*离我最近*!*/
.pop{
    text-align: center;
    bottom: 80px;
    background: url(../../../common/img/index/openul-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 24px;
    right: -66px;
    position: absolute;
    width: 488px;
    height: 244px;
    /*display: none;*/
}
.pop .title{
    font-size: 14px;
    font-weight: 600;
    color: #1c1d1d;
    margin-bottom: 10px;
}
.pop .text{
    font-size: 12px;
    color: #1c1d1d;
    font-weight: 400;
    margin-top:8px;
}
.img>span{
    display: inline-block;
}
.pop img{
    padding:0 5px;
    width:100px;
}
.pop .name{
    font-size: 12px;
    font-weight: 400;
    color: #1c1d1d;
    margin-top:4px;
    margin-bottom:5px;
}
.popbox{
    display:inline-block;
}
.popbox:hover .pop{
    display: block;
}