
* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    /* -webkit-user-select:none; */
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: white;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #18B4FE;
}

/*模拟的标题*/
.header {
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 70px; */
    line-height: 16px;
    /* padding-top: 12px; */
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #eee;
}

    .header .btn-left {
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px 12px 0 12px;
    }

    .header .btn-right {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 8px;
    }

    .header .tip {
        margin-top: 4px;
        font-size: 12px;
        color: gray;
    }

.scrollx {
    height: 50px;
    overflow: hidden;
}

.scrollx-content {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.nav {
    padding: 0 16px 0 10px;
}

    .nav li {
        display: inline-block;
        padding: 20px 10px 6px 10px;
        margin-bottom: 30px; /*把水平滚动条撑到外面,达到隐藏的目的*/
        vertical-align: middle;
        font-size: 20px;
        font-weight: 500;
        font-family: Microsoft JhengHei;
    }

    .nav .active {
        border-bottom: 1px solid #FF6990;
        color: #FF6990;
    }





.data-list li {
    position: relative;
    padding: 10px 8px 10px 140px;
    border-bottom: 1px solid #eee;
}

.data-list .frame {
    left: 8px;
    top: 8px;
    width: 120px;
    height: 80px;
    position: absolute;
    border: 1px solid #eee;
    overflow: hidden;
}

.data-list .pd-img {
    width: 100%;
}

.data-list .pd-name {
    font-size: 18px;
    /* line-height: 24px; */
    /* height: 40px; */
    overflow: hidden;
    font-family: Microsoft JhengHei;
}

.data-list .pd-title {
    font-size: 18px;
    margin-left: -130px;
    /* line-height: 24px; */
    /* height: 40px; */
    overflow: hidden;
    font-family: Microsoft JhengHei;
}

.data-list .pd-sold {
    font-size: 12px;
    margin-top: 8px;
    color: gray;
    text-align: right;
    margin-right: 20px;
}
/*隐藏*/
.hide {
    display: none;
}

.footer {
    z-index: 9990;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid #eee;
    background-image: url(img/zhihu5.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

ol, ul {
    padding-left: 0em;
}

.content {
    /* padding-top: 45px; */
}

    .content li {
        border-bottom: 1px solid #eee;
    }

    .content img {
        width: 120px;
    }

    .content .tip {
        float: right;
        margin-top: 20px;
        font-size: 20px;
        color: gray;
    }

.am-navbar {
    height: 59px;
    line-height: 59px;
}

#nav a {
    color: #333;
}

.algolia-autocomplete {
    width: 100%;
}

    .algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
        width: 100%;
    }

    .algolia-autocomplete .aa-hint {
        color: #999;
    }

    .algolia-autocomplete .aa-dropdown-menu {
        width: 100%;
        background-color: #fff;
        border: 1px solid #999;
        border-top: none;
    }

        .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
            cursor: pointer;
            padding: 5px 4px;
        }

            .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
                background-color: #B2D7FF;
            }

            .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
                font-weight: bold;
                font-style: normal;
            }

.p0 {
    position: relative;
}

.cus-background {
    position: absolute;
    z-index: -1;
    top: 11px;
    left: 10px;
    width: 20px;
    height: 22px;
    background-color: white;
}

.p1 {
    position: absolute;
    top: 35px;
    left: 45px;
    z-index: 999;
    /*background-color:white;
    width:25px;
     height:25px;*/
}

.am-list > li {
    border: 0px solid #dedede;
}

.swiper-container {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
}
