@charset "utf-8";
/* CSS Document */
*{
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
    /*
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    */
}

    *::-webkit-scrollbar {
      display: none;
    }
body {
    /*body-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{
    margin:0;
    padding:0;
}

*:hover{
    transition:0.2s all;
    -o-transition:0.2s all;
    -ms-transition:0.2s all;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
}

body{
    font-size:14px;
    font-family: "微软雅黑", serif;
}


/**::-webkit-scrollbar {*/
/*    width:2px;*/
/*}*/
/**::-webkit-scrollbar-track {*/
/*    border-radius:2em;*/
/*    background:#f5f5f5;*/
/*    -moz-border-radius:2em;*/
/*    -webkit-border-radius:2em;*/
/*}*/
/**::-webkit-scrollbar-thumb{*/
/*    background:#e2e2e2;*/
/*    border-radius:2em;*/
/*    -moz-border-radius:2em;*/
/*    -webkit-border-radius:2em;*/
/*}*/


li{
    list-style:none;
}


input,textarea{
    background:none;
    outline:none;
    resize:none;
    border:1px solid #ccc;
}
input:focus{

}

a{ text-decoration:none;}

body,html{ position:relative;}

::-webkit-input-placeholder{/* WebKit browsers */
    color: #E1E5EE;
    font-size: 16px;
}

::-moz-placeholder{/* Mozilla Firefox 19+ */
    color: #E1E5EE;
    font-size: 16px;
}

:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color: #E1E5EE;
    font-size: 16px;
}




/*---------------common--------------------*/






