﻿html,body{width:100%; height: 100%;background:#f5f4f4;-webkit-tap-highlight-color:rgba(0,0,0,0);/*-webkit-overflow-scrolling: touch;*/}
*,body,html{ margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {
    font-family: "PingFang SC","Microsoft YaHei","Hiragino Sans GB W3",Helvetica,"Heiti SC","Droid Sans",Droidsansfallback,sans-serif;
    font-weight: normal;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font: 14px/1.5 "PingFang SC","Microsoft YaHei","Hiragino Sans GB W3",Helvetica,"Heiti SC","Droid Sans",Droidsansfallback,sans-serif;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    background: #f5f4f4;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

b, strong {
    font-weight: normal;
}

table, tr, td {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    display: block;
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

input {
    -webkit-appearance: none;
    outline: none;
    border: 0;
}

    input:-moz-placeholder {
        color: #999;
        font-size: 0.28rem;
        font-family: "Microsoft YaHei";
        text-indent: 10px;
    }

textarea:-moz-placeholder {
    color: #999;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    text-indent: 10px;
}

input::-moz-placeholder {
    color: #999;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    text-indent: 10px;
}

textarea::-moz-placeholder {
    color: #999;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    text-indent: 10px;
}

input:-ms-input-placeholder {
    color: #999;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    text-indent: 10px;
}

textarea:-ms-input-placeholder {
    color: #999;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    text-indent: 10px;
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    text-indent: 10px;
}

textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    text-indent: 10px;
}
/*--初始化--*/
/*body{
        padding-bottom:0.60rem;
        padding-top: constant(safe-area-inset-top);            
        padding-left: constant(safe-area-inset-left);        
        padding-right: constant(safe-area-inset-right);     
        padding-bottom: constant(safe-area-inset-bottom);

  }*/


.layoutfooter{padding:12px 0;font-size: 12px;color:#777;text-align: center;line-height: 24px;width:100%;background:#292b2f;margin:0 auto;border-top:2px solid #000;    position: absolute; bottom: 0;}
