@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box;border: 0;outline: 0;font-family:"Helvetica","Arial",sans-serif;}

html { width: 100%;height: 100%; margin: 0 ; padding: 0 ; min-width: 1200px;font-size: 100px !important;}

body { margin: 0; padding: 0; background: #FFF; color: #3C4145;border: 0;outline: 0;font-size:14px;}
div, p, span { margin: 0; padding: 0; word-wrap: break-word; word-break: break-all;}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 14px; font-weight: 100; }
dl, dt, dd { margin: 0; padding: 0; }
ol, ul, li { margin: 0; padding: 0; list-style: none; list-style-type: none; }
img { border: 0 !important; ; display: block; vertical-align: middle; }

em, i { font-style: normal; font-weight: normal; }
form, select, fieldset, input, button, textarea { margin: 0; padding: 0; }
button { cursor: pointer; }
table, tr, td, th { margin: 0; padding: 0; }
a { color: #585858; text-decoration: none; outline: none; margin: 0; padding: 0; cursor: pointer; }
:focus { outline: 0; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; border: 0;outline: none }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { *zoom: 1; }
.le { float: left; overflow: hidden; }
.rg { float: right; overflow: hidden; }
input[type="submit"] { cursor: pointer; }
input::-moz-focus-inner { border: 0; padding: 0; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }
/*!*初始化完毕*!*/
a { text-decoration: none; }
a:hover { text-decoration: none; }
input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  line-height: 20px;
  color: #d8d8d8;
}
input[type=radio]:after {
  content: "";
  display:block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  font-size: 16px;
  color: #fff;
  border: 3px solid #ddd;
  background-color: #fff;
  box-sizing:border-box;
}
input[type=radio]:checked:after {
  content: "L";
  transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
  -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
  border-color: #4BB1FF;
  background-color: #4BB1FF;
}
pre{
  white-space:pre-wrap; /* css3.0 */
  white-space:-moz-pre-wrap; /* Firefox */
  white-space:-pre-wrap; /* Opera 4-6 */
  white-space:-o-pre-wrap; /* Opera 7 */
  word-wrap:break-word; /* Internet Explorer 5.5+ */
}
