.clear{ clear: both; }
.yc,.hide{ display: none; }
.hidden{ overflow: hidden; }
.loadmore{ text-align: center; padding:10px 0; font-size: 14px; color: #000; }

/*苹果移动端无法输入问题*/
input{
-webkit-user-select:text !important;
-webkit-user-select:auto !important;	
}

