
/*******************reset************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, s,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video  {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
}
article,aside,details,summary,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
ul,li{ list-style: none;}

a { text-decoration:none;color: #0066cc;}
a:hover { text-decoration:underline;}
em,var { font-style:normal;}
input,textarea,button { outline:none;}
/**********************common**************************/
body, button, input, select, textarea {
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", tahoma,arial,"Hiragino Sans GB", "\5B8B\4F53";
    color: #333333;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

/*css3 style*/
.has-trans{
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
}


/* common module */

/*text-shadow:0px -1px 0px #999; color:#333;*/
.m-btn-white-net { border-width:1px; border-color:#c8c8c8; background-color:#fff; background-image:none;color:#333;}
.m-btn-white-net:hover { border-width:1px; border-color:#fe2925; background-color:#fe2925;color:#fff;}
.m-btn-white-net:active {border-width:1px;border-color:#ce0501; background-color:#ce0501;color:#fff; }

/*text-shadow:0px -1px 0px #999;*/ 
.m-btn-white-aliyun { border-width:1px; border-color:#c8c8c8; background-color:#fff; background-image:none; color:#333; }
.m-btn-white-aliyun:hover { border-width:1px; border-color:#ff9a00; background-color:#ff9a00;color:#fff;}
.m-btn-white-aliyun:active {border-width:1px; border-color:#d48000;background-color:#d48000;color:#fff; }
