@charset "utf-8";
/* CSS Document */
/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}

body {
    font-family: "'SimHei','SimSun',sans-serif";
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}
div,a,li,input,span{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {
    text-decoration:none;
    color: #232323;
    webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    background:none;

}



a,button,input,textarea{
/*-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-write-plaintext-only; */
}

button,input :focus {

    outline: 0;

}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none;}
a:hover{-webkit-tap-highlight-color: transparent;}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

/*input, textarea {
    outline: none;
    border: none;
}*/

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}