﻿/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span,i,form, input, button, textarea, p, th, td,section,header,nav,article,aside,footer { margin: 0; padding: 0; }
body{color: #fff;font-family: "Microsoft YaHei", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;  }
html { -webkit-text-size-adjust: none; position: relative;  overflow-x:hidden;  }
/*body{min-width: 1200px;}*/
/*ul,ol{ list-style: outside none none;}
input:focus{outline:0 !important}
input, textarea, select, option { vertical-align: middle; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input { *font-size: 100%; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
a:link ,a:visited ,a:hover,a:active{text-decoration: none;}
a:actived,a:visited{ text-decoration: none;}
ul,ol,li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
i{font-style: normal}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix{*zoom:1}
.fl{float: left}
.fr{float: right}
input::-webkit-input-placeholder { /* WebKit browsers */
    /*color: #D4D4D4;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #D4D4D4;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: #D4D4D4;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    /*color: #D4D4D4;
}
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, th, td,section,header,nav,article,aside,footer { margin: 0; padding: 0; }
body{color: #fff;font-family: "Microsoft YaHei", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;  }
html { -webkit-text-size-adjust: 100%; position: relative;  overflow-x:hidden;  }
/*body{min-width: 1200px;}*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul,ol{ list-style: outside none none;}
input:focus{outline:0 !important}
input, textarea, select, option { vertical-align: middle; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input { *font-size: 100%; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
a:link ,a:visited ,a:hover,a:active{text-decoration: none;}
a:actived,a:visited{ text-decoration: none;}
ul,ol,li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
i{font-style: normal}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix{*zoom:1}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #D4D4D4;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D4D4D4;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D4D4D4;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #D4D4D4;
}


/*----------清除移动端样式影响-------*/
a,input,button{
	-webkit-tap-highlight-color:rgba(0,0,0,0);  /*清除按下时的阴影*/
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;  /*苹果自带的圆角*/
}
body{
	-webkit-user-select:none;
    -webkit-text-size-adjust: 100%;   /*禁止横竖屏切换时字体大小的改变*/
}
body *{
	-webkit-user-select:none;
}