*{
    margin:0;
    padding:0;
}
a{
    color:#333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
body{
    font-size:.32rem;
}
button{
    outline: none;
}
input,textarea{
    outline:none;
    border:none;
    /**修改颜色*/
    outline-color: "red";
    user-select: text;
    -webkit-user-select: text;
}
ul{
    list-style-type:none
}

::-webkit-scrollbar{
    width: 0px; height: 0px;background-color: #fff;  
}
/* 底部导航 */
.tabpading{
    width:100%;
    height:1.245333rem;
}
.tabpading .tabbar{
    position: fixed;
    width:100%;
    height:auto;
    bottom:0;
    z-index: 999;
    background-color:#fff;
    /* left:0; */
}

.tabpading .tabbar ul{
    display: flex;
    font-size:.293333rem;
    justify-content: space-around;
    padding:.133333rem;
    border-top:.013333rem solid #999;
    
}
.tabpading .tabbar ul li p{
    text-align: center;
}
.tabpading .tabbar ul li a{
    color:#999;
}
/* 头部 */
.headt span{
    font-size:.48rem;
    color:#666;
    /* line-height: .626667rem; */
}
.headt a{
    float: left;
}
.headt a img{
    width:.3rem;
    height:.533333rem;
}
.headt{
    padding:.266667rem .266667rem;
    text-align: center;
    margin-bottom:.266667rem;
    background-color:#fff;
}

/* 搜索 */
.sousuo input{
    width:100%;
    height:.933333rem;
    font-size:.36667rem;
    text-align: center;
    border:1px solid #999;
    /* background:url(../img/gren/sous.png) no-repeat;
    background-position: 3.32rem  center;
    background-size: 5%; */
}
 .sousuo{
    text-align: center;
    padding:.4rem;
    background-color: #f8f8f8;
    border-bottom:.013333rem solid #999;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    /* color:    #909; */
    font-size:.336667rem;
    line-height: normal; /* for non-ie */  
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   /* color:    #909; */
   font-size:.336667rem;
   line-height: normal; /* for non-ie */  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   /* color:    #909; */
   font-size:.336667rem;
   line-height: normal; /* for non-ie */  
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   /* color:    #909; */
   font-size:.336667rem;
   line-height: normal; /* for non-ie */  
}

/* 弹出框 */
 .s-dialog-wrapper{
            position: fixed !important;
            z-index: 9999 !important;
            /* -webkit-transform-origin: 0px 0px; */
            opacity: 1 !important;
            -webkit-transform: scale(1, 1) !important;
            width: 8rem !important;
            margin-left: -4rem !important;
            background-color: #fff !important;
            border: solid .026667rem #ccc !important;
            border-radius: 0 0 .133333rem .133333rem !important;
        }
        .s-dialog-title{
            height: .973333rem !important;
            line-height: .533333rem !important;
            text-indent: .133333rem !important;
            color: #000 !important;
            font-size: .453333rem !important;
            font-weight: bold !important;
            background-color: #f3f3f3 !important;
            border-bottom: solid .013333rem #ccc !important;
        }
        .s-dialog-content{
         
            padding:  1.826667rem  .2rem  .68rem !important;
            line-height: .373333rem !important;
            font-size: .413333rem !important;
            text-align: center !important;
            font-weight: bold !important;
            color: #5e5e5e !important;
        }
        .s-dialog-content img{
            position: absolute !important;
            top: 1.293333rem !important;
            left: 3.693333rem !important;
            width: .706667rem !important;
        }