﻿body {
    background: #F5F5F5;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial;
    color: #333;
    margin: 0 auto;
}
.py-1 {
    font-size:1rem
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1 {
    margin: 10px 0;
}

h3 {
    margin: 4px 0;
}

a {
    color: #0a6bb1;
}

.clr {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray {
    color: #999;
    font-weight: 300;
}

a:hover {
    color: #f60;
}

.hid {
    display: none;
}

.goback {
    display: none;
}

.citynoad {
    display: none;
}

.tag1 {
    background: #999;
    font-size: 12px;
    font-style: normal;
    color: white;
    padding: 2px 4px;
}

.tag3 {
    background: #f60;
    font-size: 12px;
    font-style: normal;
    color: white;
    padding: 2px 4px;
}

.tag4 {
    background: #4caf50;
    font-size: 12px;
    font-style: normal;
    color: white;
    padding: 2px 4px;
}

.tag8 {
    background: #999;
    font-size: 12px;
    font-style: normal;
    color: white;
    padding: 2px 4px;
}
.tag5 {
    background: #c00;
    font-size: 12px;
    font-style: normal;
    color: white;
    padding: 2px 4px;
}

.tag9 {
    background: #999;
    font-size: 12px;
    font-style: normal;
    color: white;
    padding: 2px 4px;
}

.tagx {
    background: #338eff;
    font-size: 12px;
    font-style: normal;
    color: white;
    padding: 2px 4px;
}

.hdline {
    background: white;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #e6e6e6;
}

.logo img {
    width: 120px;
    margin-top: 8px;
}

.hdmain {
    line-height: 45px;
    margin-left: 40px;
}

.hdbox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.bdxz {
    display: none;
}

.hdmain a {
    font-size: 14px;
    text-decoration: none;
    padding: 19px 20px;
    color: #333;
    font-weight: 400;
}

    .hdmain a.curr {
        color: white;
        background: #032035;
    }

    .hdmain a:hover {
        color: #338eff;
    }

    .hdmain a.curr:hover {
        color: white;
    }

    .hdmain a.currentnav {
        color: white;
        background: #4c7b1a;
    }

.search {
    background: #022135;
    padding: 20px;
    /*height: 500px;*/
    color: #e6e6e6;
}

.searchform {
    line-height: 50px;
}

    .searchform h1 {
        font-size: 32px;
        margin: 15px 0;
    }

    .searchform a {
        color: #e6e6e6;
        text-decoration: none;
    }

    .searchform #txtCity {
        box-sizing: unset;
        padding: 12px 8px;
        height: 21px;
        background: #F5F5F5;
        border: 0;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        flex: 1;
        outline: none;
        border: 1px solid white;
        -webkit-appearance: none !important;
        border-radius: 0 !important;
    }

.sformdetail {
    display: flex;
    max-width: 700px;
    background: #338eff;
}

.searchtab {
    padding: 0;
    margin: 0;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
}

    .searchtab li {
        list-style: none;
        display: inline-block;
        margin-right: 4px;
    }

        .searchtab li a {
            padding: 4px 10px;
            text-decoration: none;
            font-size: 13px;
            background: #E8E8E8;
            border-radius: 4px;
            color: #333;
        }

    .searchtab .stabcurrent {
        background: url(arrow.png) bottom center no-repeat;
        height: 30px;
    }

        .searchtab .stabcurrent a {
            background: #8AB822;
            color: white;
        }


/*.btn {
    width: 110px;
    height: 47px;
    border: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
}*/

.action-light {
    background-image: -moz-linear-gradient(#d8d8d8, #cbcbcb);
    background-image: -webkit-linear-gradient(#d8d8d8, #cbcbcb);
    background-image: linear-gradient(#d8d8d8, #cbcbcb);
    color: #595959;
    border-bottom: 1px solid #a5a5a5;
    cursor: pointer;
}

    .action-light:hover {
        background-image: -moz-linear-gradient(#d8d8d8, #cbcbcb);
        background-image: -webkit-linear-gradient(#d8d8d8, #cbcbcb);
        background-image: linear-gradient(#d8d8d8, #cbcbcb);
    }

    .action-light:focus {
        outline: none;
    }

.action {
    background-image: -moz-linear-gradient(#66aaff, #4d9cff);
    background-image: -webkit-linear-gradient(#66aaff, #4d9cff);
    background-image: linear-gradient(#66aaff, #4d9cff);
    color: white;
    border-bottom: 1px solid #0071ff;
    cursor: pointer;
}

    .action:hover {
        background-image: -moz-linear-gradient(#4d9cff, #338eff);
        background-image: -webkit-linear-gradient(#4d9cff, #338eff);
        background-image: linear-gradient(#4d9cff, #338eff);
        color: white;
    }

    .action:active {
        background-image: -moz-linear-gradient(#338eff, #4d9cff);
        background-image: -webkit-linear-gradient(#338eff, #4d9cff);
        background-image: linear-gradient(#338eff, #4d9cff);
        border-bottom: 0;
        height: 39px;
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    }

    .action:focus {
        outline: none;
    }

button.success {
    background-image: -moz-linear-gradient(#4d9cff, #338eff);
    background-image: -webkit-linear-gradient(#4d9cff, #338eff);
    background-image: linear-gradient(#4d9cff, #338eff);
    color: white;
    cursor: pointer;
}

    button.success:hover {
        background-image: -moz-linear-gradient(#62a3f5, #4d9cff);
        background-image: -webkit-linear-gradient(#62a3f5, #4d9cff);
        background-image: linear-gradient(#62a3f5, #4d9cff);
        color: white;
    }

    button.success:focus {
        outline: none;
    }

.danger {
    background-image: -moz-linear-gradient(#ff563f, #ff4025);
    background-image: -webkit-linear-gradient(#ff563f, #ff4025);
    background-image: linear-gradient(#ff563f, #ff4025);
    color: white;
    border-bottom: 1px solid #d81a00;
    cursor: pointer;
}

    .danger:hover {
        background-image: -moz-linear-gradient(#ff4025, #ff290c);
        background-image: -webkit-linear-gradient(#ff4025, #ff290c);
        background-image: linear-gradient(#ff4025, #ff290c);
        color: white;
    }

    .danger:active {
        background-image: -moz-linear-gradient(#ff290c, #ff4025);
        background-image: -webkit-linear-gradient(#ff290c, #ff4025);
        background-image: linear-gradient(#ff290c, #ff4025);
        border-bottom: 0;
        height: 40px;
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    }

    .danger:focus {
        outline: none;
    }

.warning {
    background-image: -moz-linear-gradient(#ff933f, #ff8525);
    background-image: -webkit-linear-gradient(#ff933f, #ff8525);
    background-image: linear-gradient(#ff933f, #ff8525);
    color: white;
    border-bottom: 1px solid #d85e00;
    cursor: pointer;
    width: 130px;
}

    .warning:hover {
        background-image: -moz-linear-gradient(#ff8525, #ff760c);
        background-image: -webkit-linear-gradient(#ff8525, #ff760c);
        background-image: linear-gradient(#ff8525, #ff760c);
    }

    .warning:active {
        background-image: -moz-linear-gradient(#ff760c, #ff8525);
        background-image: -webkit-linear-gradient(#ff760c, #ff8525);
        background-image: linear-gradient(#ff760c, #ff8525);
        border-bottom: 0;
        height: 39px;
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    }

    .warning:focus {
        outline: none;
    }

.info {
    background-image: -moz-linear-gradient(#91e1ff, #78daff);
    background-image: -webkit-linear-gradient(#91e1ff, #78daff);
    background-image: linear-gradient(#91e1ff, #78daff);
    color: #006991;
    border-bottom: 1px solid #2bc5ff;
    cursor: pointer;
}

    .info:hover {
        background-image: -moz-linear-gradient(#78daff, #5ed3ff);
        background-image: -webkit-linear-gradient(#78daff, #5ed3ff);
        background-image: linear-gradient(#78daff, #5ed3ff);
        color: #006991;
    }

    .info:active {
        background-image: -moz-linear-gradient(#5ed3ff, #78daff);
        background-image: -webkit-linear-gradient(#5ed3ff, #78daff);
        background-image: linear-gradient(#5ed3ff, #78daff);
        border-bottom: 0;
        height: 39px;
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    }

    .info:focus {
        outline: none;
    }

.action-dark {
    background-image: -moz-linear-gradient(#585858, #4b4b4b);
    background-image: -webkit-linear-gradient(#585858, #4b4b4b);
    background-image: linear-gradient(#585858, #4b4b4b);
    color: white;
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

    .action-dark:hover {
        background-image: -moz-linear-gradient(#4b4b4b, #3f3f3f);
        background-image: -webkit-linear-gradient(#4b4b4b, #3f3f3f);
        background-image: linear-gradient(#4b4b4b, #3f3f3f);
        color: white;
    }

    .action-dark:active {
        background-image: -moz-linear-gradient(#3f3f3f, #4b4b4b);
        background-image: -webkit-linear-gradient(#3f3f3f, #4b4b4b);
        background-image: linear-gradient(#3f3f3f, #4b4b4b);
        border-bottom: 0;
        height: 39px;
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    }

    .action-dark:focus {
        outline: none;
    }


.resultbox {
    min-height: 20px;
    text-align: left;
    padding: 19px;
    background-color: white;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 24px;
}

    .resultbox h3, .resultbox h1 {
        margin: 0;
        font-weight: bold;
        font-size: 16px;
    }

    .resultbox ul {
        margin: 0;
        padding: 8px;
    }

    .resultbox li {
        list-style: none;
        line-height: 24px;
    }

        .resultbox li a {
            font-size: 14px;
        }

    .resultbox span {
        font-size: 12px;
        color: #999;
    }

.resulttable {
    width: 100%;
    margin: 10px 0;
}

    .resulttable th {
        font-weight: normal;
        text-align: right;
        width: 120px;
    }

.foot {
    font-size: 12px;
}

.uccitylist {
    background: white;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
}

    .uccitylist h2 {
        margin: 0 0 10px 0;
    }

    .uccitylist a {
        color: #999;
        text-decoration: none;
        line-height: 30px;
        padding-right: 20px;
        display: inline-block;
    }

.bdsharebuttonbox {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-left: 140px;
}

.tips {
    line-height: 20px;
    color: #ccc;
    font-size: 12px;
    text-align: left;
}


.pager {
    color: #333;
    font-size: 12px;
    margin: 10px;
    text-align: right;
}

    .pager a {
        padding: 6px 12px;
        border: 1px solid #ccc;
        background: white;
        margin-right: 5px;
        text-decoration: none;
        color: #7eaf4a;
        font-weight: bold;
    }

        .pager a:hover {
            background: #5F9824;
            color: white;
        }

        .pager a.disabled {
            color: #999;
            border: 0;
            background-color: transparent;
        }

    .pager .current {
        padding: 6px 12px;
        background: #5F9824;
        color: white;
        margin-right: 5px;
    }

.modelbox {
    background: #f2f2f2;
    width: 400px;
    height: 300px;
    -moz-border-radius: 6px;
    background: #eef2f7;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    padding: 14px 22px;
    top: 200px;
}

    .modelbox p {
        padding: 0;
        margin: 0;
        line-height: 32px;
    }

    .modelbox .txtemail {
        padding: 8px;
        min-width: 326px;
        height: 18px;
        background: #f9f9f9;
        border-radius: 4px;
        border: 1px solid #ccc;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 1px;
    }

.address {
    background: url(/res/ico-poi.png) no-repeat;
    background-size: 16px;
    background-position: 0 3px;
    text-indent: 18px;
    height: 18px;
}

.ico-phone {
    background: url(/res/ico-phone.png) no-repeat;
    background-size: 15px;
    background-position: 0 3px;
    text-indent: 18px;
    height: 18px;
}

.ico-product {
    background: url(/res/ico-product.png) no-repeat;
    background-size: 16px;
    background-position: 0 3px;
    text-indent: 18px;
    height: 18px;
}

.ico-time {
    background: url(/res/ico-time.png) no-repeat;
    background-size: 16px;
    background-position: 0 50%;
    text-indent: 18px;
    height: 18px;
}


.wxbox {
    padding: 20px 40px;
    text-align: center;
}

.black_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 2048px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.2;
    opacity: .50;
    filter: alpha(opacity=20);
    display: none;
}

.white_content {
    position: absolute;
    top: 220px;
    height: 240px;
    z-index: 1002;
    text-align: right;
    display: none;
}

    .white_content a {
        color: white;
        padding-right: 20px;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        font-family: '微软雅黑';
    }

    .white_content img {
        width: 96%;
    }


#weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 100;
}

    #weixin-tip p {
        text-align: center;
        margin-top: 10%;
        padding: 0 5%;
        position: relative;
    }

    #weixin-tip img {
        width: 100%;
    }

    #weixin-tip .wxclose {
        color: #fff;
        padding: 5px;
        font: bold 20px/24px simsun;
        text-shadow: 0 1px 0 #ddd;
        position: absolute;
        top: 0;
        left: 5%;
    }

.store-detail {
    background: white;
}

    .store-detail img {
        width: 100%;
    }

    .store-detail h1 {
        margin-top: 4px;
        font-size: 28px;
    }

    .store-detail h2 {
        font-size: 16px;
        background: #f6f6f6;
        padding: 8px 10px;
        border-radius: 2px;
    }

    .store-detail em {
        font-style: normal;
        color: white;
        padding: 1px 4px;
        font-size: 11px;
    }

.store-detail-meta {
}

.store-detail-map {
}

.item-index {
    display: none;
}

.map-link {
    font-size: 12px;
}


.wrap {
    width: 1200px;
    margin: 0 auto;
}

.main {
    width: 850px;
    background: white;
    padding: 20px;
}

    .main h1 {
        font-size: 24px;
        margin: 10px 0;
    }

.side {
    width: 330px;
    margin-left: 20px;
    background: white;
    padding: 20px;
}

.nav {
    margin: 10px 0;
}

    .nav h1 {
        font-size: 12px;
        display: inline;
        font-weight: 300;
        margin: 2px 0;
    }

    .nav a, .nav {
        color: #8f8f8f;
        font-family: '宋体','Microsoft YaHei';
        font-size: 12px;
        text-decoration: none;
        font-weight: 300;
    }

.subnav-bar {
    border-bottom: 0px solid #338eff;
    background: #fff;
    margin-top: 6px;
}

    .subnav-bar li {
        list-style: none;
        display: inline;
    }

        .subnav-bar li a {
            color: #333;
            text-decoration: none;
            padding: 10px 14px;
            display: inline-block;
        }

.sub-current a {
    background: #2c3e4e;
    color: white !important;
}

    .sub-current a:hover {
        color: #338eff;
    }

.subnav-bar li a:hover {
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.hotsearch {
    text-align: left;
    font-size: 14px;
}

.poi-more {
    text-align: center;
    margin: 30px;
}

    .poi-more a {
        padding: 10px 20px;
        border: 1px solid #ccc;
        text-decoration: none;
    }

.box h2 {
    margin: 0;
}

.btnclose {
    font-size: 30px;
    color: white;
    margin-left: 140px;
    font-weight: 300;
    font-family: '微软雅黑';
    display: none;
}

.heng {
    display: none;
    height: 42px;
}

.citytab {
    margin: 20px 0;
    padding: 0;
}

    .citytab li {
        list-style: none;
        display: inline-block;
    }

        .citytab li a {
            padding: 4px 15px;
            color: #333;
            text-decoration: none;
        }

            .citytab li a:hover {
                background: #f9f9f9;
            }

            .citytab li a.citycurrent {
                color: white;
                background: #338eff;
            }

.citylist {
    display: none;
}

.tab0 {
    display: block;
}



.storelist {
}

    .storelist h2, .side-storelist h2 {
        font-size: 20px;
        font-weight: normal;
        margin: 0;
    }

        .storelist h2 a {
            color: #333;
            text-decoration: none;
        }

    .storelist ul {
        padding: 0;
    }

    .storelist li {
        list-style: none;
        font-size: 13px;
        line-height: 24px;
    }

        .storelist li a {
            font-size: 13px;
        }

.storebox {
    padding: 1.25rem 0;
    border-top: 1px solid #f2f2f2;
    display: flex;
}

    .storebox:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }


.store-detail-box {
    flex: 1;
    margin-left: 10px;
}

    .store-detail-box .store-title a {
        font-size: 20px;
        color: #333;
        font-weight:bold;
        padding-right: 4px;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
    }

        .store-detail-box .store-title a:hover {
            color: #ff6600;
        }

.store-title em {
    font-style: normal;
    color: white;
    padding: 1px 4px;
    font-size: 11px;
}

.distance {
    margin-top: 10px !important;
}

    .distance b {
        color: #f60;
    }

.store-detail-box p {
    margin: 4px 0;
    font-size: 13px;
    color: #999;
}

.store-product {
    color: #999;
}

.store-detail-box .store-title {
    margin: 0;
}

.storebox .address, .storebox .ico-phone, .storebox .ico-product {
    line-height: 20px;
}

.store-thumb, #topstore {
    position: relative;
}

    .store-thumb img {
        width: 210px;
        height: 150px;
        border-radius: 4px;
    }

    .store-thumb em, #topstore em {
        position: absolute;
        left: 1px;
        bottom: 5px;
        font-size: 12px;
        padding: 0px 1px;
        font-style: normal;
        color: white;
        background: #999;
        border-radius: 2px;
        transform: scale(0.95);
        opacity: 1;
    }
.store-thumbdz img {
    height: 100px;
}



.servicephone p {
    text-align: left;
    color: #999;
    font-size: 14px;
}

    .servicephone p b {
        color: #f60;
        font-size: 28px;
        display: block;
    }

.linkbox div {
    border: 1px solid #f9f9f9;
    margin-top: 6px;
    padding: 10px 15px;
    background: #f9f9f9;
}

    .linkbox div:hover {
        border-color: #e6e6e6;
    }

.linkbox a {
    font-size: 18px;
}

.linkbox h2 {
    margin-bottom: 4px;
}

.topstore {
    background: white;
    position: relative;
    border: 1px solid #e6e6e6;
    text-align: left;
}

    .topstore h3 {
        font-size: 16px;
        color: #666;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .topstore .toptip {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 2px;
        background: #e6e6e6;
        color: white;
        font-size: 11px;
        font-style: normal;
        line-height: 16px;
        display: none;
    }

    .topstore label {
        display: inline;
        font-weight: normal;
        margin: 0;
    }

#topstore img {
    border-radius: 4px;
}

.side-storebox {
    float: left;
    width: 135px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 20px;
    margin-right: 20px;
}

    .side-storebox:nth-child(odd) {
        margin-right: 0;
    }

.side-store-thumb a {
    font-size: 12px;
    color: #333;
}

    .side-store-thumb a img {
        height: 90px;
        width: 135px;
    }

.pager {
    color: #333;
    font-size: 12px;
    margin: 10px;
    text-align: right;
}

    .pager span {
        padding: 6px 12px;
        color: white !important;
        background: #333;
    }

    .pager a {
        padding: 6px 12px;
        border: 1px solid #ccc;
        background: white;
        margin-right: 5px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

        .pager a:hover {
            background: #333;
            color: white;
        }

        .pager a.disabled {
            color: #999;
            border: 0;
            background-color: transparent;
        }

    .pager .current {
        padding: 6px 12px;
        background: #333;
        color: white;
        margin-right: 5px;
    }

.list-filter {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 4px;
}

.list-filter-item {
    width: 50px;
    font-size: 13px;
    padding-top: 4px;
    color: #999;
}

.list-filter-state {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

    .list-filter-state a {
        font-size: 14px;
        color: #333;
        padding: 0 10px 0 0;
        text-decoration: none;
    }

        .list-filter-state a:hover {
            color: #f60;
        }

        .list-filter-state a.current {
            color: #f60;
        }

.letter {
    color: #f60;
    font-size: 16px;
    font-weight: bold;
}

.letter-city {
    margin-bottom: 15px;
}

    .letter-city a {
        color: #333;
        text-decoration: none;
        padding-right: 10px;
    }

.comment-form {
    margin: 10px 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 20px;
}

    .comment-form input[type=text] {
        border: 1px solid #ccc;
        width: 400px;
        padding: 6px 4px;
    }

    .comment-form textarea {
        width: 600px;
        height: 80px;
        border: 1px solid #ccc;
        margin-top: 10px;
        padding: 4px;
    }

    .comment-form input[type=button] {
        font-size: 16px;
        font-weight: bold;
    }

.comment-list {
}

    .comment-list li {
        margin-bottom: 4px;
        background: #fcfcfc;
        padding: 4px 6px;
        border-radius: 2px;
    }

        .comment-list li div {
            margin-bottom: 10px;
            word-wrap: break-word;
        }

.city-tip {
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-indent: 24px;
    line-height: 24px;
}

.arc-box {
    padding: 10px;
    border-top: 1px dashed #f2f2f2;
    display: flex;
    padding-left: 0;
}

.arc-img, .arc-img img {
    width: 220px;
    height: 150px;
}

.arc-detail {
    flex: 1;
    margin-left: 20px;
}

.arc-time {
    color: gray;
    font-size: 13px;
}

.arc-title a, .storelist li .arc-title a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.arc-summary {
    color: #666;
    font-size: 14px;
    margin-top: 6px;
}


.q-time {
    color: gray;
    font-size: 12px;
}

.q-detail h3 {
    margin: 4px 0;
}

.qtitle a {
    font-size: 14px;
}

.a-count {
    border-bottom: 1px solid #e6e6e6;
    margin: 20px 0;
    padding-bottom: 2px;
}

    .a-count span {
        border-bottom: 2px solid #338eff;
    }

.a-item {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    font-size: 14px;
}

    .a-item p {
        margin: 2px 0;
    }

    .a-item:last-child {
        border-bottom: 0;
    }

.a-info {
    font-size: 16px;
    margin: 2px 0;
}

.a-user {
    font-size: 14px;
}

.citydesc p {
    text-indent: 24px;
    font-size: 14px;
    color: #666;
}

.citydesc h3 {
    margin: 0;
}

.arcdesc {
    border: 1px dashed #e6e6e6;
    padding: 10px;
    background: #f6f6f6;
    margin-bottom: 10px;
}

    .arcdesc p {
        font-size: 13px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
    }

#respond {
    padding-bottom: 25px;
}

#respond, #postcomments {
    position: relative;
}

.comment {
    position: relative;
}

    .comment #respond {
        padding: 10px 0 15px 46px
    }

    .comment #commentform {
        margin-bottom: 0
    }

.commentnew .comt-m {
    margin-bottom: 5px
}

.commentlist {
    padding: 0;
    list-style: none;
    margin: 0
}

.comt-avatar {
    width: 36px;
    height: 36px;
    background-color: #FFF;
    float: left;
    display: inline;
    position: relative;
    margin-top: 19px;
}

.commentnew .comt-avatar {
    margin-top: 0;
}

.comt-avatar .avatar {
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px
}

.comt-main {
    margin-left: 46px;
    margin-right: 60px;
    color: #888;
    line-height: 22px;
    position: relative;
    font-size: 14px;
    padding: 0 0 15px;
    word-wrap: break-word;
    overflow: hidden;
}

    .comt-main p {
        margin-top: 15px;
        margin-bottom: 0;
    }

.comt-author {
    margin-right: 5px;
}

.url {
    color: #60c4fd;
}

    .url:hover {
        color: #60c4fd;
        text-decoration: underline;
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

.comt-meta {
    font-size: 12px;
    color: #bbb;
}

    .comt-meta .signin-loader {
        margin-left: 10px;
    }

.comment-reply-link {
    font-size: 12px;
    color: #bbb;
    display: none
}

.comment:hover > .comt-main .comment-reply-link {
    display: inline-block;
    margin-left: 5px;
}

.comment pre {
    margin: 3px 0 5px;
    padding: 7px 10px;
    border-radius: 1px
}

.depth-1 {
    border-bottom: #eee 1px solid
}

.comment .children {
    list-style: none;
    padding: 0;
}

    .comment .children .comment {
        margin: 0;
        border-top: 1px solid #eee
    }

.commentlist > .comment .children {
    margin-left: 46px;
}

.comt-f {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 16px;
    color: #ccc
}

.comment:hover .comt-f {
    color: #666
}

.comt-approved {
    border-radius: 2px;
    font-size: 12px;
    background-color: #eee;
    color: #999;
    display: inline-block;
    padding: 1px 5px 0;
    margin-top: 4px;
    line-height: 20px;
    margin-left: 5px
}

.wp-smiley {
    margin-bottom: 2px
}

.sidebarfix .comt-main {
    padding: 6px 0 4px;
    line-height: 20px;
    font-size: 12px;
}

.sidebarfix .depth-1 {
    border-bottom-color: #eee;
}

.sidebarfix .comment .children .comment {
    border-top-color: #eee;
}

#comments {
    margin-bottom: 15px;
    font-size: 16px;
}

    #comments b {
        font-weight: normal;
        color: #ff5e52
    }

    #comments .pull-right {
        font-size: 12px;
        position: relative;
        top: 5px
    }

#commentform {
    margin-bottom: 5px;
}

.comt-count {
    float: right;
    color: #999;
    margin-bottom: 5px
}

.comt {
    position: relative;
    padding-left: 46px;
}

.comt-title {
    font-size: 12px;
    color: #999;
    float: left;
    margin-left: -46px;
    width: 36px;
    text-align: center;
}

    .comt-title .avatar {
        height: 36px;
        width: 36px;
        border-radius: 50%;
        margin-bottom: 5px;
    }

    .comt-title p {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.comt-box {
    border: 2px solid #ccd4d9;
    border-radius: 2px;
    padding: 4px 0 0 4px;
    background-color: #fff;
    position: relative;
}

.comt-ctrl {
    background-color: #fbfbfb;
    height: 36px;
    margin-left: -4px;
    border-top: solid 1px #f2f2f2;
}

#submit {
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: #45B6F7;
    border: none;
    border: 2px solid;
    border-color: #45B6F7;
    border-left: none;
    border-top: none;
    padding: 0px;
    width: 100px;
    height: 38px;
    color: #fff;
    outline: 0;
    border-radius: 0 0 2px 0;
    font-size: 16px;
}

#comment {
    width: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    line-height: 22px;
    font-size: 14px;
    outline: 0;
    color: #666;
    height: 68px;
}

.hide {
    display: none;
}

.comt-tips {
    text-align: center;
    margin-right: 110px;
    line-height: 116px;
    font-size: 18px;
    color: #fff;
}

.comt-tip {
    position: absolute;
    top: -2px;
    left: -2px;
    background: #7AD071;
    right: -2px;
    z-index: 2;
    bottom: -2px;
    border-radius: 2px;
}

.comt-error {
    background: #FF5E52;
}

.comt-comterinfo {
    padding: 15px 0;
    text-align: center;
}

    .comt-comterinfo ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        display: inline-block;
    }

    .comt-comterinfo li {
        margin-bottom: 5px
    }

    .comt-comterinfo input {
        margin-right: 10px;
        position: relative;
        *bottom: -3px;
        border: 2px solid #CCD4D9;
        border-radius: 2px;
        height: 34px;
        padding: 3px 5px;
        outline: none;
        width: 220px;
        box-shadow: none;
        *height: 20px;
    }

#cancel-comment-reply-link {
    display: none;
    font-size: 12px;
    text-align: center;
    margin-top: 7px;
    color: #999;
}

    #cancel-comment-reply-link:hover {
        color: #FF5E52;
    }

.comment #cancel-comment-reply-link {
    display: block
}

.comment-signarea {
    background-color: #F6F6F6;
    border-radius: 7px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
}

    .comment-signarea h3 {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 18px;
    }

    .comment-signarea .auth {
        margin: 0 5px;
    }

.q-btn a {
    color: white;
    background: #338eff;
    padding: 8px 15px;
    line-height: 50px;
    border-radius: 4px;
    text-decoration: none;
}

.q-form {
    margin: 20px 0;
    display: none;
}

    .q-form textarea {
        outline: none;
        width: 90%;
        min-height: 100px;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        padding: 10px;
        font-size: 15px;
    }

    .q-form button {
        display: block;
        background: #338eff;
        border: 0;
        color: white;
        font-size: 14px;
        padding: 4px 15px;
        border-radius: 4px;
        margin-top: 4px;
    }

#formtip {
    margin-bottom: 4px;
    font-size: 13px;
    color: #338eff;
}

.iconfont {
    font-family: "iconfont" !important;
}
.storebox{
    position:relative;
    font-size:0.8125rem;
}
.store-detail-box {
    flex: 1;
    margin-left: 0.8125rem;
    margin-top: -3px;
}
.store-detail-phone {
    position: absolute;
    right: .1625rem;
    top: 40%;
}
.store-detail-phone a {
    background-color: #FF7600;
    color: #fff;
    padding: .65rem 1.625rem;
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
}

.q-btn a,.a-count span{
    font-size: 16px;
}

.store-thumb{
    height:150px;
}
.store-thumbdz {
    height: 100px;
}
.store-thumb a{
    display: inline-block;
}

.store-thumb img{
    vertical-align:middle;
}

.store-thumb em {
    bottom: 2px;
}

.icon-star {
    color: #FF7600;
    font-size: 0.8125rem;
    margin:0;
    padding:0;
}

.icon-dingwei, .icon-weixiu {
    font-size: 0.8125rem;
    color: #ccc;
}
.tags {
    margin: 0.25375rem 0;
}

.tags em {
    font-size: 0.75rem;
    padding: 0.0625rem 0.25rem;
    border-radius: 0.125rem;
    font-style:normal;
}
.tag1 {
    color: #0AA770 !important;
    border: 1px solid #0AA770 !important;
    background-color: #F2FBF8 !important;
}
.tag2 {
    color: #FF7600 !important;
    border: 1px solid #FF7600 !important;
    background-color: #FFF1E5 !important;
}
.icon-phone{
    color:white;
}
.icon-phone:before {
    content: "\e611";
}

.overflow-x{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
    .max-h-20 {
        max-height: 4rem !important;
    }
    .max-h-10 {
        max-height: 2rem !important;
    }
    .page-mobile{
        display: none;
    }
    .py-1 {
        font-size:.8rem;
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }
    .px-3 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .ico-phone {
        text-indent: 0px;
    }

    .address {
        height: 38px;
    }

    .storelist h2, .side-storelist h2 {
        font-size: 15px;
        height: 20px;
        overflow: hidden;
    }

    .side {
        display: none;
    }

    .wrap {
        width: 100%;
    }

    .main {
        width: 95%;
        padding: 10px;
        margin-top: 5px;
        margin: auto;
    }
    .fl{
        float: none;
    }
    .subnav-bar {
        background: white;
        margin-top: 0;
    }

    .hotsearch {
        line-height: 20px;
        margin-top: 10px;
    }

    .store-product, .store-time {
        display: none;
    }

    .store-detail-box .store-title a {
        font-size: 1rem;
        font-weight: bold;
        display: block;
        height: 23px;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .address {
        overflow: hidden;
    }

    .store-detail-box label {
        display: none;
    }

    .toplogo {
        /*background: url() center no-repeat;*/
    }

        .toplogo a {
            height: 120px;
        }

    .store-thumb img {
        width: 120px;
        height: 120px;
        border-radius: 4px;
    }

    .searchform #txtIccid {
        min-width: 220px;
        font-size: 16px;
    }


    button[type="button"] {
        width: 60px;
    }

    .resultbox {
        font-size: 12px;
    }

        .resultbox h3, .resultbox h1 {
            font-size: 14px;
        }

        .resultbox li a {
            font-size: 12px;
        }

    .resulttable {
        font-size: 12px;
    }

        .resulttable th {
            width: 60px;
        }

    .bdsharebuttonbox {
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        margin-left: 10px;
        display: none;
    }

    .tips {
        line-height: 20px;
        font-size: 12px;
        text-align: left;
    }

    .white_content {
        left: 0;
    }

    .hdline {
        width: 100%;
        height: 42px;
    }

    .logo {
        margin-top: 10px;
        margin-left: 20px;
        flex: 1;
        text-align: center;
    }

        .logo img {
            width: 80px;
            height: auto;
            box-shadow: none;
            margin-top: 0;
            display: inline;
        }

    .hdbox {
        width: 100%;
    }

    .hdmain {
        height: 100%;
        background: #dedede;
        position: fixed;
        width: 200px;
        right: -220px;
        top: 0;
        margin-left: 0;
        line-height: 36px;
        z-index: 999;
    }

    .hdline a {
        font-size: 15px;
        text-decoration: none;
        padding: 10px 0;
        font-weight: normal;
    }

    .hdline .hdmain a {
        padding: 6px 20px;
        display: block;
    }

    .box h2, .linkbox h2 {
        font-size: 18px;
    }

    .list-filter-state {
        width: 100%;
    }

    .comment-form input[type=text], .comment-form textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .store-thumb {
    }

    .arc-img, .arc-img img {
        width: 110px;
        height: 75px;
    }

    .storelist li {
        overflow: hidden;
    }

    .arc-summary {
        display: none;
    }

    .arc-title a, .storelist li .arc-title a {
        font-size: 16px;
    }

    .btnclose, .heng {
        display: inline-block;
    }

    .heng {
        height: 24px;
        width: 30px;
        margin-top: 8px;
    }

        .heng a {
            padding: 0;
        }

    .hdline a.btnclose {
        font-size: 30px;
    }

    .bdxz {
        display: block;
    }

    .nav {
        display: none;
    }

    .subnav h1 {
        margin: 4px 0;
        padding: 0 20px;
    }

    .subnav-bar li {
        border-right: 0;
        display: none;
    }

        .subnav-bar li.sub-current {
            display: block;
        }

            .subnav-bar li.sub-current a {
                font-size: 16px;
                text-align: center;
                width: 100%;
                width: 85%;
                position: absolute;
                top: 5px;
                text-align: center;
                margin-left: 30px;
                background: white;
                color: #333 !important;
            }

        .subnav-bar li a {
            font-size: 12px;
            padding: 5px 0;
        }

            .subnav-bar li a span {
                display: none;
            }

    .searchform {
        width: 100% !important;
    }

        .searchform h1 {
            font-size: 20px;
            margin: 0 0 5px 0;
        }

    .search {
        /*height: 380px;*/
    }

    #searchtip {
        display: none;
    }

    .searchform #btnSearch {
        width: 80px;
    }

    .citytab li a {
        padding: 2px 4px;
        font-size: 13px;
    }

    .store-detail-box {
        margin-left: 5px;
    }

    .makephone {
        background: #82b8fb;
        color: white !important;
        display: block;
        text-align: center;
        padding: 6px;
        text-decoration: none !important;
        font-size: 13px;
        border-radius: 2px;
    }

    .makephonead {
        background: #ff760c;
    }

    .storebox {
        border-top: 4px solid #f6f6f6;
    }

    .list-filter {
        display: none;
    }

    .goback {
        position: absolute;
        left: 5px;
        top: 12px;
        display: block;
    }

    html {
        font-size:16px;
    }

    .mhid {
        display:none;
    }
    .store-detail-box {
        margin-left: .5rem;
        width: 0;
    }

    .store-thumb{
        height:3.7rem;
    }
    .store-thumb img {
        width: 5.4rem;
        height: 3.7rem;
    }

    .store-detail-phone a {
        padding: .4rem .8rem;
        font-size: .95rem;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .tags em{
        font-size:0.8rem;
    }

    .icon-phone {
        display: none;
    }

    .storebox {
        font-size: .8rem;
        border-top: 1px dashed #f1f1f1;
    }

    .store-detail-phone{
        top: 3.8rem;
    }

    .store-thumb em {
        transform: scale(0.8);
        bottom: 0;
        opacity: 0.8;
        left: -1px;
    }

}

@media only screen and (max-width:390px){
    html{
        font-size:15px;
    }
}

@media only screen and (max-width:360px){
    html{
        font-size:14px;
    }
}

@media only screen and (max-width: 330px){
    html{
        font-size:13px;
    }
    .store-detail-phone{
        top: 5.3rem;
    }
    .store-detail-phone a{
        padding: 0.4rem 0.4rem;
        font-size: 0.8em;
    }
}

.uccitylist {
    font-size: 12px;
    color: #666;
}

    .uccitylist h2, .uccitylist h3, .uccitylist h3 a {
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        color: #999;
    }

.cityinfo {
    background: #328eff;
    color: white;
    padding: 20px;
    margin-bottom: 10px;
}

    .cityinfo h1 {
        margin: 0;
    }

    .cityinfo p {
        font-size: 12px;
    }


#hot {
    line-height: 14px;
    margin: 10px auto 10px;
    text-align: left;
}

#hot-title {
    float: left;
    margin-right: 18px;
    color: #ff552e;
    font-size: 14px;
    font-weight: 600;
}

a.hot-city-list {
    margin: 0 5px;
    color: #666;
    font-size: 14px;
}

.content-letter {
    width: 100%;
    float: left;
    border-bottom: solid 1px #eee;
}

.content-letter-panel {
    float: left;
    width: 5%;
    height: 100%;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    background-color: #f5f5f5;
    text-align: center;
}

.content-province {
    float: left;
    position: relative;
    z-index: 1;
    width: 95%;
}

.content-province-triangle {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url(//img1.iccidchaxun.com/res/triangle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.content-province-title {
    float: left;
    width: 54px;
    height: 100%;
    line-height: 46px;
    padding-left: 16px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #eee;
    color: #333;
    font-size: 16px;
}

.content-cities {
    float: left;
    width: 100%;
    padding: 12px 0;
    overflow: hidden;
}

.content-city {
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    margin: 0 12px;
    text-decoration: none;
}

#content-box {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #eee;
}

.content-letter-panle-hover {
    color: #fff;
    background-color: #ff552e
}

.content-province-triangle-hover {
    display: block
}

.hot-city {
    color: #f60;
    font-weight: bold;
}
