* {
    margin: 0;
    padding:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    tap-highlight-color:rgba(0,0,0,0);
}

body{
   font-family: 微软雅黑;
   max-width: 700px;
   margin: 0 auto;
}

input {
    border: none;
    background:none;
    outline:none;
    font-family: 微软雅黑;
    -webkit-appearance: none; 
}

textarea {
    font-family: 微软雅黑;
}

li {
    list-style: none;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    outline: none;
    color: #333333;
    -webkit-tap-highlight-color:transparent
}

.no {
    display: none;
}
/*
body .layer-ext-moon .layui-layer-btn{padding-top:0 !important;padding-bottom:11px !important; }
body .layer-ext-moon .layui-layer-btn a {height: 19px !important;}*/
.layui-layer-btn{font-size: 12px !important;}
textarea {-webkit-appearance: none;}
.yourclass{background-color:transparent !important;}