@charset "gb2312";
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {vertical-align: baseline;outline: none;padding: 0;margin: 0;border: none;}
/* remember to define focus styles! */
*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
*:focus{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
*{-webkit-overflow-scrolling: touch}
.borderImage {-webkit-tap-highlight-color:rgba(0,0,0,0);}
 *{font-family:'微软雅黑',Verdana,Sans-serif;font-style:normal;font-size:12px;padding:0;margin:0}
 section{
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-perspective:1000;
-moz-perspective:1000;
-ms-perspective:1000;
perspective:1000;
}
/*body:before{ content:""; position:fixed; top: -10px; left: 0; width: 100%; height: 10px; z-index: 999;}*/
input,textarea{ outline:none;border-radius:none}
textarea{ resize:none; overflow-y:hidden;}
a,a:visited { outline:none; color:#636363; text-decoration:none; cursor:pointer;}
img,img:hover{border:0;outline:none;}
ul,li{list-style:none}


/*消息选择框*/
msgbox{width:100%;height:100%;position:absolute;z-index:200;display:block;background-color:rgba(0,0,0,0);top:0;left:0;transition:all 0.4s ease;padding:0 24px;box-sizing:border-box;}
msgbox msg{display:block;background-color:#fff;padding:18px 24px 74px;color:#333;overflow:auto;transition:all 0.4s ease-out;border-radius:6px;text-align:center;opacity:0;}
msgbox msg img{width:100%;}
msgbox msg b{font-size:18px;}
msgbox msg p{margin-top:6px;color:#000}
msgbox msg btns{position:absolute;bottom:0;left:0;width:100%;height:50px;line-height:50px;border-top:1px solid #eee;border-bottom-left-radius:6px;border-bottom-right-radius:6px;overflow:hidden;}
msgbox msg btns span{background-color:#fff;width:50%;height:100%;float:left;box-sizing:border-box;text-align:center;color:;font-weight:bolder;color:#369;font-size:16px;}
msgbox msg btns span:first-child{border-right:1px solid #eee;}

/*消息提示框*/
#info{background-color:rgba(0,0,0,0.7);position:absolute;border-radius:6px;color:#fff;padding:10px;text-align:center;font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";font-size:14px;top:60px;transition:all 0.4s ease;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;z-index:300;max-width:80%;}
#info.show{transform:translateY(-20px);-webkit-transform:translateY(-20px);filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

