.page-list .x-head-nav-second{
    display:none !important;
}

.page-list .x-head-nav-first > li a,.page-list .x-head-nav-second li a{
    color: #333 !important;
}

.page-list .x-head-nav-first > li:nth-last-of-type(1) a{
    color: #f67100 !important;
}

/* 品牌城市页内容区域顶部信息 */
.x-storelist-topinfo{
    padding-bottom: 15px;
}

.x-storelist-topinfo div{
    justify-content: space-between;
    align-items: center;
}

.x-storelist-topinfo div h1{
    font-size:1.75rem;
    color: #333;
    line-height:2rem;
}

.x-storelist-topinfo div span{
    font-size:.875rem;
    color: #999;
}

.x-storelist-topinfo p{
    font-size:.875rem;
    color: #666;
    line-height:2rem;
}

.x-storelist-topinfo p.x-storelist-topinfo-content,.x-storelist-topinfo p.x-storelist-topinfo-content a{
    color: #999;
    line-height:1.5rem;
}

/* 品牌城市页选择列表 */
.x-chooselist-first{
    flex-direction: column;
}

.x-chooselist-first > dl{
    padding:.25rem 0;
    align-items: flex-start;
}

.x-chooselist-first > dl:nth-last-of-type(1){
    padding-bottom: 0;
}

.x-chooselist-first > dl > dt{
    flex: 0 0 3.625rem;
    max-width: 3.625rem;
    font-size:.875rem;
    line-height:2rem;
    color: #333;
}

.x-chooselist-first > dl > dt::after{
    content: "：";
    font-weight: bold;
    font-size:.875rem;
    color: #333;
}

.x-chooselist-first > dl > dd{
    flex-wrap: wrap;
    flex: 0 0 calc(100% - 3.625rem);
    max-width: calc(100% - 3.625rem);
}

.x-chooselist-second{
    flex-wrap: wrap;
}

.x-chooselist-second dd{
    margin-right: 1.5rem;
}

.x-chooselist-second dd a{
    color: #666;
    font-size:.875rem;
    line-height:2rem;
}

.x-brands-more{
    color: #f67100;
    font-size:.875rem;
    cursor: pointer;
}

.x-choose-box-brands .x-chooselist-second{
    max-height: 4rem;
    overflow: hidden;
}

.x-chooselist-second dd.active a,.x-chooselist-second dd:hover a{
    color: #f67100;
    font-weight: bold;
}

/* 列表中的广告 */
.topic-list{
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #f67100;
}

.topic-list li{
    margin-right: 1.25rem;
    flex: 0 0 calc((100% - 2.5rem) / 3);
    max-width: calc((100% - 2.5rem) / 3);
    padding: 0;
    border-bottom: none;
}

.topic-list li:nth-of-type(3n){
    margin-right: 0;
}

.topic-list li a{
    flex-direction: column;
    align-items: center;
}

.topic-list li a img{
    width: 100%;
    height:9.0625rem;
    max-height: 9.0625rem;
    border-radius: .25rem;
}

.topic-list li a span{
    color: #fff;
    font-size: 1rem;
}

/* 服务承诺和寄修服务 */
.recommendcontent{
    margin-top: 5px;
}

.recommendcontent:nth-of-type(2){
    margin-top: 10px;
}

.recommendcontent p{
    margin-bottom: .5rem;
    color: #333;
    font-size:1rem;
}

.recommendcontent div{
    font-size: .875rem;
    color: #666;
}

/* 其他维修服务 */
.x-other-service .x-taglist-img li{
    align-items:center;
    border: 1px solid #f67100;
    padding: 1rem .625rem;
    border-radius:.25rem;
}

.x-other-service .x-taglist-img li div{
    width:2.5rem;
    height:2.5rem;
}

.x-other-service .x-taglist-img li div img{
    width:100%;
    height:100%;
}

.x-other-service .x-taglist-img li span{
    font-size:.875rem;
    color: #333;
    line-height: 1.25rem;
}

/* 分页 */
.x-pager span, .x-pager a:hover{
    border-color: #f67100 !important;
    background-color: #f67100 !important;
}

@media only screen and (max-width:600px){
    .page-list .x-head-nav-second{
        display:flex!important;
    }
    /* 品牌城市页内容区域顶部信息 */
    .x-storelist-topinfo{
        background-color: #fff;
        padding:1.25rem .9375rem;
        margin-bottom: 20px;
    }

    .x-storelist-topinfo div{
        flex-direction: column;
    }

    .x-storelist-topinfo div h1{
        font-size:1.25rem;
        line-height:1rem;
        margin-bottom: .75rem;
    }

    .x-storelist-topinfo div span{
        color: #ccc;
        font-size:.75rem;
        margin-bottom: .4375rem;
    }

    .x-storelist-topinfo p{
        font-size:.75rem;
        line-height:1.125rem;
        text-align: center;
    }

    .x-storelist-topinfo p.x-storelist-topinfo-content{
        display:none;
    }

    /* 品牌城市页选择列表 */
    .x-choose-box{
        margin-bottom: -15px;
        z-index: 1;
    }

    .x-choose-fixed,.x-choose-fixed-top{
        position:fixed;
        top: 45px;
    }

    .x-chooselist-first{
        flex-direction: row;
        justify-content: space-evenly;
        margin-bottom: 0;
    }

    .x-chooselist-first > dl{
        padding: 0;
        flex: 1;
        justify-content: center;
    }

    .x-chooselist-first > dl > dt{
        font-weight:normal;
        line-height:1rem;
        color: #666;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
    }

    .x-chooselist-first > dl > dt::after{
        content: unset;
    }

    .x-chooselist-first > dl > dt .iconfont{
        display: inline-block;
        margin-left: .5rem;
    }

    .x-chooselist-first > dl > dd{
        display: none;
        width: 100%;
        flex: unset;
        max-width: 100%;
        height:60vh;
        position: absolute;
        left: 0;
        top: 2.6rem;
        z-index: 2;
    }

    .x-chooselist-first .x-choose-out{
        width:100%;
        flex: unset;
        max-width: 100%;
        height:100vh;
        position: absolute;
        left: 0;
        top: 3.5rem;
        background-color:rgba(0, 0, 0, 0.39);
        z-index: 1;
    }

    .x-chooselist-second{
        background-color: #fff;
        height: 60vh;
        overflow-y: scroll;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .x-chooselist-second dt{
        display: block;
        color: #333;
        font-size:.875rem;
        background-color:#F5F5F5;
        width: 100%;
        padding: .28125rem 1.25rem;
        height:1.5625rem;
        line-height:1rem;
    }

    .x-chooselist-second dd{
        margin-right: 0;
        width: 100%;
        padding:.625rem 1.25rem;
        height: 2.5rem;
        align-items:center;
    }

    .x-chooselist-second dd a{
        color: #202020;
        display: inline-block;
        width: 100%;
    }

    .x-brands-more{
        display: none;
    }

    .x-choose-box-brands .x-chooselist-second{
        max-height: unset;
        overflow:scroll
    }

    .x-chooselist-second dd.active a{
        color:#f67100;
    }

    /* 维修列表 */
    .x-repair-box .x-title-h2-line{
        border-bottom: none;
    }

    .x-repair-box .x-title-h2-line h2{
        border-bottom: none;
        padding-bottom: 0;
    }

    /* 广告 */
    .x-adv-top{
        border-radius: .25rem;
        margin-bottom: .46875rem;
    }
    
    /* 店铺列表 */
    .x-store-box{
        margin-top: 0;
        margin-bottom: 0;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
    }

    /* 列表中的广告 */
    .topic-list ul{
        overflow-x:scroll;
        width: 100%;
    }

    .topic-list ul::-webkit-scrollbar{
        display: none;
    }

    .topic-list li{
        margin-right: 0.625rem;
        flex: unset;
        max-width: unset;
    }

    .topic-list li a{
        width:10rem;
    }

    .topic-list li a img{
        width: 10rem;
        height: 7rem;
        max-height: 7rem;
    }

    .topic-list li a span{
        font-size:.875rem;
    }

    /* 服务承诺和寄修服务 */
    .recommendcontent p{
        font-weight: bold;
        color: #333;
    }
    
    /* 其他维修内容 */
    .x-other-service{
        display: none;
    }
}