/* CSS Document */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    font-family: "华文细黑", STXiHei, "微软雅黑", "Microsoft Yahei", "华文黑体", "ST Heiti", "MS黑体", "MS Hei", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

ul, li {
    list-style: none;
}

select, input[type="button"], input[type="submit"], input[type="tel"], input[type="text"], input[type="reset"] {
    border-radius: 0;
    padding: 0px;
    border: 0; /* 方法1 */
    -webkit-border-radius: 0;
    -webkit-appearance: none; /* 方法2 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
    vertical-align: middle;
    border: none;
    background: none;
    font-family:  abchanel-couture, "华文细黑", STXiHei, "微软雅黑", "Microsoft Yahei", "华文黑体", "ST Heiti", "MS黑体", "MS Hei", abchanel-couture, Arial, Helvetica, sans-serif;
}

img {
    display: block;
    width: 100%;
}

.none {
    display: none;
}

.block {
    display: block;
}

/*************************************首页*************************************/
.container {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 1.25rem;
    background: #000000;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.header img {
    overflow: hidden;
}

.top-box {
    width: 2.3rem;
    height: 0.255rem;
    margin: 0.2rem auto 0.155rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.top-border {
    width: 0.545rem;
    height: 0.005rem;
    background-color: #000000;
    overflow: hidden;
}

.top-title {
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.255rem;
    letter-spacing: 0.042rem;
    color: #000000;
    overflow: hidden;
}

/*地区筛选*/
.choose-box {
    width: 100%;
    height: 0.225rem;
    margin-bottom: 0.205rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.des {
    font-size: 0.115rem;
    font-weight: bold;
    line-height: 0.255rem;
    letter-spacing: -0.001rem;
    color: #000000;
}

.choose-border {
    width: 0.005rem;
    height: 0.13rem;
    background-color: #000000;
    margin: 0.047rem 0.135rem 0 0.105rem;
}

.select-box {
    width: 1.6rem;
    height: 0.225rem;
    margin-bottom: 0.205rem;
    position: relative;
    border-radius: 0.015rem;
    border: solid 0.005rem #b2b2b2;
    overflow: hidden;
}

.arrow-down {
    width: 0.12rem;
    position: absolute;
    right: 0.055rem;
    top: 0.065rem;
    z-index: 1;
    overflow: hidden;
}

.select-picker {
    width: 100%;
    height: 100%;
    padding-left: 0.195rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 0.14rem;
    font-weight: bold;
    letter-spacing: 0.009rem;
    color: #000000;
}

/*店铺详细信息*/
.content {
    width: 3.115rem;
    margin: 0 auto;
    overflow: hidden;
}
.group {
    width: 100%;
    border-left: 0.035rem solid #000000;
    padding: 0 0 0.03rem 0.125rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.store-name {
    font-size: 0.13rem;
    font-weight: bold;
    line-height: 0.255rem;
    color: #000000;
    overflow: hidden;
}

.address {
    width: 2.13rem;
    font-size: 0.09rem;
    line-height: 0.166rem;
    letter-spacing: 0rem;
    color: #000000;
    overflow: hidden;
}

.info-box {
    width: 100%;
    margin: 0.1rem 0 0.065rem 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.tel-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.tel-icon {
    width: 0.11rem;
    margin-right: 0.035rem;
    overflow: hidden;
}

.tel-num {
    height: 0.175rem;
    border-bottom: 0.005rem solid #000000;
    font-size: 0.085rem;
    line-height: 0.135rem;
    color: #000000;
    overflow: hidden;
}

.tel-num a {
    text-decoration: none;
    color: #000000;
}

.map-icon {
    width: 0.154rem;
    overflow: hidden;
}

.time-box {
    width: 100%;
    margin-bottom: 0.055rem;
    display: flex;
    justify-content: flex-start;
    font-size: 0.09rem;
    line-height: 0.11rem;
    overflow: hidden;
}

.product-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 0.09rem;
    line-height: 0.11rem;
    overflow: hidden;
}

/* 横屏提示 */
@-webkit-keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50%, 60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

@keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50%, 60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

#orientLayer {
    display: none;
}

@media screen and (min-aspect-ratio: 12/7) {
    #orientLayer {
        display: block;
    }
}

.mod-orient-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #333;
    z-index: 9997
}

.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    top: 50%;
    /*margin-top: -144px;*/
    margin-top: -0.72rem;
    text-align: center
}

.mod-orient-layer__icon-orient {
    background: url(../images/orien.png) no-repeat;
    /*display: inline-block;*/
    /*width: 134px;*/
    /*height: 218px;*/
    width: 0.67rem;
    height: 1.09rem;
    margin: 0 auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: rotation infinite 1.5s ease-in-out;
    /*-webkit-background-size: 67px;*/
    /*background-size: 134px 218px;*/
    -webkit-background-size: 0.335rem;
    background-size: 0.67rem 1.09rem;
}

.mod-orient-layer__desc {
    text-align: center;
    /*margin-top: 30px;*/
    /*font-size: 32px;*/
    margin-top: 0.15rem;
    font-size: 0.16rem;
    color: #fff
}

/* 判断ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #orientLayer {
        display: block;
    }
}
/*@media only screen and (min-device-width: 7.68rem) and (max-device-width: 10.24rem) and (orientation: landscape) {*/
/*    #orientLayer {*/
/*        display: block;*/
/*    }*/
/*}*/
