﻿

body, ul, li, section, div {
    padding: 0;
    margin: 0;
}

.view {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    overflow: hidden;
    height: 4.8rem;
    border-bottom: solid 1px #f4f5f6;
}

    header .header_search {
        width: 100%;
        height: 2.6rem;
        display: flex;
        background: #1790e1;
    }

        header .header_search .header_search_left {
            display: none;
            width: 1.6rem;
            /*margin-left:-0.4rem;*/
            margin-top: 0.2rem;
            color: #fff;
            /*background: #afa;*/
        }

        header .header_search .pl_search {
            margin-left: 0.3rem;
            /*margin-right: 1.6rem;*/
            /*background: #F1F1F1;*/
        }

        header .header_search .header_search_right {
            display: flex;
            flex: 1;
            /*background: yellow;*/
        }

            header .header_search .header_search_right .header_search_right_left {
                width: calc(100% - 2.6rem);
            }

        header .header_search .icon_backbutton {
            color: #333;
            color: #fff;
            margin-top: 0.5rem;
            margin-left: 0.2rem;
        }

        header .header_search .icon_search {
            float: left;
            width: 20px;
            top: -1.5rem;
            left: 0.8rem;
            position: relative;
            z-index: 3;
            color: #505050;
        }

        header .header_search .icon_location {
            float: right;
            width: 20px;
            top: -1.5rem;
            right: 0.5rem;
            position: relative;
            z-index: 3;
            color: #505050;
        }

        header .header_search .btn_search {
            width: 2.6rem;
            /*border: solid 1px #fff;*/
            border-radius: 5px;
            margin: 0.4rem;
            padding: 0.1rem;
            line-height: 1.6rem;
            height: 1.6rem;
            z-index: 3;
            color: #333;
            font-size: 1rem;
            font-weight: bold;
            color: #fff;
        }

        header .header_search #txtkeyword {
            padding-left: 1.8rem;
            padding-right: 1.8rem;
            margin-top: 0.4rem;
            line-height: 1.8rem;
            height: 1.8rem;
            font-size: 1rem;
            outline: 0 none;
            width: 100%;
            border: 0px solid #fff;
            border-radius: 30px;
            background: #F1F1F1;
            background: #FFF;
        }



            header.header_search #txtkeyword:focus {
                /*border: 1px solid #e9a676;*/
                border: 0px solid #808080;
                width: 100%;
            }


em {
    color: #f73131;
    font-style: normal;
}

a {
    color: #555;
    background: transparent;
    text-decoration: none;
}


/*2022年3月9日19:42:41 开始类型 部分begin*/

header .header_nav {
    height: 2.2rem;
    line-height: 2.2rem;
}

header .header_nav_left {
    /*width: 100%;*/
    margin-right: 3.8rem;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    /*border-bottom: solid 1px #f4f5f6;*/
    position: absolute;
    top: 2.6rem;
    left: 0;
    right: 0;
    z-index: 1000;
    font-size: .9rem;
    height: 2.2rem;
    line-height: 2.2rem;
    color: #505050;
    /*background: #f4f5f6;*/
    /*background: linear-gradient(to left,transparent,#f4f5f6 );*/ /* 标准的语法 */
}

    header .header_nav_left::-webkit-scrollbar {
        display: none;
    }


    header .header_nav_left .nav_item {
        display: inline-block;
        margin-left: 15px;
        margin-right: 10px;
        height: 2.2rem;
        line-height: 2.2rem;
        z-index: 1000;
        font-weight: bold;
        border-bottom: none;
        color: rgb(212, 61, 61);
        color: #555;
    }

    header .header_nav_left .active {
        display: inline-block;
        margin-left: 15px;
        margin-right: 10px;
        height: 2rem;
        line-height: 2rem;
        z-index: 1000;
        font-weight: bold;
        color: #555;
        border-bottom: 4px solid #1790e1;
        font-size: 1rem;
    }

header .header_nav_right {
    width: 3.8rem;
    height: 2.2rem;
    line-height: 2.2rem;
    top: 2.6rem;
    right: 0px;
    z-index: 1000;
    font-size: .9rem;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: visible;
    /*border-bottom: solid 1px #f4f5f6;*/
    position: absolute;
    color: #333;
    /*background: #f4f5f6;*/
    text-align: center;
    /*background: linear-gradient(to right,transparent,#f4f5f6 );*/ /* 标准的语法 */
}



/*2022年3月9日19:42:41 类型 部分end*/



/*2022年3月10日08:24:23 内容 部分begin*/

.content {
    position: absolute;
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-bottom: 2.2rem;
    background: #f8f8f8;
}

    .content .item_pro {
        margin-top: 5px;
        margin-bottom: 5px;
        background: #fff;
    }


    .content .pl_title {
        line-height: 2.0rem;
        padding-left: 0.3rem;
        /*margin: 0 10px;*/
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1rem;
        color: #555;
    }

        .content .pl_title:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 200%;
            height: 200%;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            pointer-events: none;
            box-sizing: border-box;
            border: dashed #e5e5e5;
            border-width: 0 0 1px;
        }

    .content .pro_about {
        margin-top: 0.0rem;
        line-height: 1.0rem;
        max-height:3rem;
        overflow: hidden;
        /*出现省略号*/
        text-overflow: ellipsis;
        /*是在第几行*/
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 0.8rem;
    }

    .content .pro_txt {
        color: #555;
        line-height: 1.6rem;
        background: #fff;
        padding: 0.1px;
        margin-left: .2rem;
        font-size: 0.9rem;
        height: auto;
    }

    .content .distance {
        float: right;
        margin-right: 0.6rem;
        color: #777;
        font-size: 0.8rem;
    }

    .content .pro_txt span a {
        margin-left: .5rem;
        line-height: 1rem;
        font-size: 0.8rem;
    }

    .content .pro_txt i {
        color: #009688;
        margin-right: .2rem;
    }



    .content .pro_img img {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* border: 1px #999 solid; */
        border-radius: 3px;
    }



    .content .pro_info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
        line-height: 1rem;
        height: 3rem;
    }

    .content .pro_detail {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        font-size: 12px;
        line-height: 16px;
        color: #999;
        margin-left: 10px;
    }

    .content .pro_detail__address {
        margin-top: 1px;
        color: #333;
        font-size: 14px;
        line-height: 20px;
    }

    .content .pro_detail__time {
        position: relative;
        margin: 5px 0 2px;
        font-size: 12px;
        line-height: 16px;
    }

    .content .pro_img {
        width: 5rem;
        max-height: 5rem;
        /*min-height: 80px;*/
        text-align: center;
        position: relative;
    }

        .content .pro_img img {
            margin: auto;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /*border:1px #999 solid ;*/
            border-radius: 3px;
        }


    .content .nomeg {
        color: #969799;
        font-size: 0.9rem;
        line-height: 3rem;
        text-align: center;
        width: 100%;
        background: #fff;
        margin-top: 0.3rem;
        height: 3rem;
    }

.pl_search_shaixuan { 
    line-height: 1.8rem;
    background: #fff;
    border-top: solid 1px #f4f5f6;
    z-index: 10000;
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    
    display:none;
}



.pl_shaixuan {   
    width: 100%;
    display: flex;
    flex: 1;
    line-height: 1.4rem;
    background: #FFF;
   
}

    .pl_shaixuan .pl_shaixuan_title {
        padding: 0.2rem 0.1rem;
        margin: 0.3rem;
        width: 4rem;
        font-size: 0.9rem;
        color: #999;
        line-height: 1.4rem;
        /*border: #f73131 solid 1px;*/
    }

    .pl_shaixuan .pl_shaixuan_list {
    
        word-wrap: break-word;
        word-break: normal;
        width: calc(100% - 6.6rem);
        /*border: #f73131 solid 1px;*/
    }

        .pl_shaixuan .pl_shaixuan_list .pl_shaixuan_item {
            /*background: #F4F4F4;*/
            color: #5D5D5D;
            margin-left: 1rem;
            padding: 0.2rem 0.5rem;
            margin: 0.3rem;
            font-size: 0.9rem;
            display: inline-block;
            height: 1.4rem;
            line-height: 1.4rem;
        }

        .pl_shaixuan .pl_shaixuan_list .active {
            background: #F4F4F4;
            color: #333;
            margin-left: 1rem;
            padding: 0.2rem 0.5rem;
            margin: 0.3rem;
            font-size: 0.9rem;
            display: inline-block;
            height: 1.4rem;
            line-height: 1.4rem;
        }

    .pl_shaixuan .queding {
        margin-top:1rem;
        color: #1790e1;
        align-content: center;
        text-align: center;
        width: 50%;
        /*border-right:2px solid #999;*/
    }
    .pl_shaixuan .fenge {
        margin-top: 1rem;
  
        padding: 12px 6px 0px 6px;
        margin-left: 6px;
        border-left: 1px solid #999;
        font-size: 0;
        height: 0.7rem;
    }

    .pl_shaixuan .quxiao {
        margin-top: 1rem;
        margin-bottom:0.3rem;
        color: #777;
        align-content: center;
        text-align: center;
        width: 50%;
    }
