﻿@charset "utf-8";
/* CSS Document */

html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,td {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
html{height: 100%;}
body {
    font-size: 12px;
    font-family: "Microsoft Yahei",'Arial',sans-serif;
    background:url(../images/bodybj.png) center 0 repeat-y #999;
}
label, select {vertical-align:middle; border:none; font-family: "Microsoft Yahei"; }
input{vertical-align:middle; border:none;font-family:"Arial";}
strong{ font-weight:normal}
img, button {background:none;border:0 none;}
ol,ul,li {list-style:none;}
i,em{ font-style:normal;}
a {outline: 0; background-color: transparent; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:link {text-decoration: none;}
table{border-spacing:0;border-collapse:collapse;}
input,div{outline: 0; background-color: transparent; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.lf{ float:left;}
.rt{ float:right;}

/*IOS*/
input[type="button"]{-webkit-appearance: none; outline:none; cursor:pointer; border-radius:0;}
input[type="submit"]{-webkit-appearance: none; outline:none; cursor:pointer; border-radius:0;}
input[type="text"]{-webkit-appearance: none; outline:none; cursor:pointer; border-radius:0; }
input[type="number"]{-webkit-appearance: none; outline:none; cursor:pointer; border-radius:0; }
input[type="tel"]{-webkit-appearance: none; outline:none; cursor:pointer; border-radius:0; }
a:focus,*:focus { outline:none;}
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after {clear:both; overflow:hidden;}
.clearfix { zoom:1; /* for ie6 & ie7 */}
.clearer { clear:both; display:block;	*display:none; font-size:0; height:0; line-height:0; overflow:hidden;}
.clear { clear:both; display:block; font-size:0; height:0; line-height:0; overflow:hidden;}

/*移除HTML5 input在type="number"时的上下小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
/* scorll */
/*::-webkit-scrollbar-track-piece{ background-color:#fff; -webkit-border-radius:0;ss}
::-webkit-scrollbar{ width:15px; height:8px;}
::-webkit-scrollbar-thumb{ height:50px; background-color:#999; -webkit-border-radius:10px;}
::-webkit-scrollbar-thumb:hover{ height:50px; background-color:#9f9f9f; -webkit-border-radius:10px;}*/
/* scorll end */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #c7c4c4;  font-family: "Microsoft Yahei";
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #c7c4c4;  font-family: "Microsoft Yahei";
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c7c4c4; font-family: "Microsoft Yahei";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #c7c4c4;  font-family: "Microsoft Yahei";
}




html {
    font-size : 20px;
}
@media only screen and (min-width:720px) {
    html {
        font-size: 48px ;
    }
}






