* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0 auto;
    color: #666;
    font-family: "PingFangSC-Regular", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f7ff;
    font-size: medium;
    box-sizing: border-box;
}

button {
    font-family: PingFangSC-Medium;
    border: none;
    background-color: transparent;
    outline: none;
    user-select: none;
    cursor: pointer
}

li {
    list-style: none;
    white-space: nowrap
}

a {
    text-decoration: none
}

img {
    border: none
}

table {
    border-collapse: collapse
}

input {
    outline: none;
    font-family: "PingFangSC-Regular", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
}

input[type="number"] {
    -moz-appearance: textfield;
    border: none;
    outline: none;
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: #999
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    clear: both
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.layout-main {
    width: 1190px;
    margin: auto
}

.city-contain {
    background: #fff;
}



.page-choose-city__banner {
    position: relative;
    min-width: 1190px;
    height: 190px;
    background: url(static/images/banner.4d8c3da.png) no-repeat;
    background-size: 100% 100%;
    background-color: #ffffff;
    color: #333
}

.page-choose-city__banner--main {
    position: relative;
    width: 1190px;
    height: 190px;
    margin: 0 auto
}

.page-choose-city__banner--main .title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-choose-city__banner--main--title {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    text-align: right
}

.page-choose-city__banner--main .ewm {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-choose-city__hot {
    min-width: 1190px;
    padding-top: 30px;
    padding-left: 30px
}

.page-choose-city__hot--label {
    font-size: 14px;
    display: inline-block;
    color: #fd4205;
    font-weight: bold
}

.page-choose-city__hot--cities {
    margin-left: 30px;
    font-size: 14px;
    color: #666;
    display: inline-block
}


.page-choose-city__hot--cities .city-item {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    color: #666;
}

.page-choose-city__hot--cities .city-item:hover {
    color: #6c6eff;
    text-decoration: underline
}

.page-choose-city__selector {
    min-width: 1190px;
    font-size: 0;
    margin-top: 30px
}

.page-choose-city__selector--label {
    font-size: 14px;
    color: #555;
    display: inline-block;
    padding-left: 30px;
    font-weight: bold;
    line-height: 35px
}

.page-choose-city__selector--wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.page-choose-city__selector--wrapper-popup {
    position: absolute;
    width: 120px;
    height: max-content;
    left: 30px;
    z-index: 2;
    background: #fff;
    margin-top: 1px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px
}

.page-choose-city__selector--wrapper-popup .item {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    padding-left: 10px
}

.page-choose-city__selector--wrapper-popup .item:hover {
    background: #f5f6f7
}

.page-choose-city__selector--wrapper-popup .item.hover {
    background: #f5f6f7
}

.page-choose-city__selector--input {
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
    width: 108px;
    height: 28px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 5px
}

.page-choose-city__selector--button {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    border-left: none;
    background: #f5f5f5;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #555;
    vertical-align: top;
    cursor: pointer
}

.page-choose-city__enum {
    min-width: 1190px
}

.page-choose-city__enum--label {
    margin-top: 30px;
    padding-left: 30px;
    font-weight: bold;
    color: #555
}

.page-choose-city__enum--table {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    padding-bottom: 50px
}

.page-choose-city__enum--table .table-row {
    border: 1px solid #eee;
    position: relative;
    margin-top: -1px
}

.page-choose-city__enum--table .table-row__letter-block {
    position: absolute;
    width: 35px;
    top: 0;
    bottom: 0;
    background: #f5f5f5
}

.page-choose-city__enum--table .table-row__letter-block:hover {
    background: #6c6eff
}

.page-choose-city__enum--table .table-row__letter-block .letter {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page-choose-city__enum--table .table-row__province-wrapper {
    display: inline-block;
    margin-left: 35px;
    width: calc(100% - 35px)
}

.page-choose-city__enum--table .table-row__province-block {
    position: relative;
    margin-top: -1px;
    height: max-content
}

.page-choose-city__enum--table .table-row__province-block .province-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 75px;
    vertical-align: 4px;
    border-right: 1px solid #eee
}

.page-choose-city__enum--table .table-row__province-block .province-content .province {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 16px;
    color: #333
}

.page-choose-city__enum--table .table-row__province-block .province-cities {
    margin-left: 90px;
    display: inline-block;
    padding: 15px 0;
    vertical-align: 4px
}

.page-choose-city__enum--table .table-row__province-block .province-cities .city-item {
    display: inline-block;
    margin-right: 15px;
    line-height: 30px;
    color: #333;
    font-size: 12px;
    cursor: pointer
}

.page-choose-city__enum--table .table-row__province-block .province-cities .city-item:hover {
    color: #6c6eff;
    font-weight: bold;
    text-decoration: underline
}

.city-contain {
    width: 1190px;
    margin: 0 auto
}

.text-primary {
    font-family: PingFangSC-Semibold;
    font-weight: 700
}


.highlight {
    /*类为hightlight的背景设为黄色*/
    background-color: yellow;
}
.service_box{
    
}
.service_type{
    
    background: #d3e3fd;
    display: flex;
    width: 1190px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    background: #d3e3fd;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 16px;
    border-radius: 15px;
}
.service_type_tit{
    color: #fd4205;
    font-weight: bold;
     line-height: 35px;
    border-bottom: 6px solid transparent;
}

.service_type_list{
    display: flex;
    border-bottom: 6px solid #fff;
    border-radius:  0 0 5px   5px ;
    margin-left:30px;
}
.service_type_list_item_active{
    background: #fff;
   border-radius: 10px 10px 0 0 ;
      
      

}
.service_type_list_item{
     font-size: 16px;
     line-height: 35px;
     padding: 0 16px;
}
.city-contain{
    display: none; 
}

.city-contain.isShow{
    display: block;
}
.backpage{
    display: none;
}


.backpage {
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-color: #d3e3fd;
    border-radius: 50%;
    position: fixed;
    bottom: 50%;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #333;
    text-align: center;
    z-index: 100;
    
}

.backpage:active {
    transform: scale(0.9);
}


@media screen and (max-width: 750px) {
    .backpage{
        display: block;
    }

    .head_firm .head_firm_logo{
         width: 2.4rem;
    }
    .main{
        width:100%;
        padding: .2rem;
    }
     .head_firm {
         height: auto;
         box-sizing: border-box;
         justify-content: space-between;
     }
    .head_firm_phone{
        position: relative;
        align-items: normal;
        line-height: 40px;
        background-size: 100%;
    }
   
    
    .head_firm_text,.head_firm_line{
        display: none;
    }
    
    .city-contain,.page-choose-city__hot,.page-choose-city__selector,.page-choose-city__enum,.service_type {
        width:100%;
        min-width: auto;
        box-sizing: border-box;
    }
    
    .page-choose-city__hot--label{
        white-space: nowrap;
         font-size: 16px;
    }
    
    .page-choose-city__hot{
        display: flex;
    }
    
    .page-choose-city__hot--cities .city-item{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .page-choose-city__enum--table .table-row__province-block .province-cities{
        margin-left:75px;
    }
    
    .page-choose-city__enum--table .table-row__province-block .province-cities .city-item{
        line-height: 40px;
        font-size: 16px;
        width: 22%;
        margin-right: 0px;
        text-align: center;
    }

}


.city-item {
    white-space: nowrap;
}


