/*
公共样式
*/
@charset "UTF-8";
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,p,input,span,header,b,section,i,header,li,nav,article,aside,figure,code,dialog,footer,iframe,html{
    margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;
    border:none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}
*{
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
}
a,button{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-family: "Microsoft Yahei";
    color: #333;
    background: #fff;
    font-size: 16px;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input[type="text"] {
    -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"]{
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
button{ border-radius: 0; }
input:focus, textarea:focus {
    outline: none;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
body{
    width: 100%;
    min-width: 1200px;
    margin:0 auto;
}
#yzm-form p input::-webkit-input-placeholder {
    color: #cccccc;
}

#yzm-form p input::-moz-placeholder {
    color: #cccccc;
}

#yzm-form p input:-ms-input-placeholder {
    color: #cccccc;
}

#yzm-form p input:-moz-placeholder {
    color: #cccccc;
}