/*!
 * JCMS CSS - Powered by JCms.Hua
 * 2016-11-08
 */
 
*{padding:0;margin:0;}
html{height:100%;}
table{border-collapse:collapse;border-spacing:0;}
img,iframe{border:none;vertical-align:middle;}
ol,ul{list-style:none;}
em,h1,h2,h3,h4,h5,h6{font:inherit;}
a,a:hover,a:active,a:focus{text-decoration:none;color:inherit;}
hr{height:0;border:none;border-top:1px solid #ddd;}
label{display:inline-block;cursor:pointer;}
input,button,textarea,select,pre{font:inherit;color:inherit;}
input[type=button],input[type=submit],input[type=reset],input[type=radio],input[type=checkbox],button{cursor:pointer;outline:none;}
/* *,:after,:before{-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-webkit-user-select:none;}*/
.clearfix:after{display:table;content:'';clear:both;}

/* Scrollbar 
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button{display:none;}
::-webkit-scrollbar-corner{display:none;}
::-webkit-scrollbar-track{background-color:#fff;}
::-webkit-scrollbar-thumb{background-color:#a5a5a5;border-radius:5px;}
*/