

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family:'Microsoft YaHei';
  text-decoration:none;

}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* particleground demo */

* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background:#F7FAFC; font-family: 'Montserrat', sans-serif;
  line-height: 1.3;-webkit-font-smoothing: antialiased;
}

#particles {width: 100%;height: 100%;overflow: hidden;}

.intro{position: fixed;width:1080px;left:50%;margin-left:-540px;overflow:hidden;background-color:white;box-shadow:0 0 10px #edecec;
        border-radius:0.6em;top:50%;margin-top:-285px;
}
.intro .left_box{width:40%;float:left;text-align:center;position:relative;}
.intro .right_box{width:60%;float:left;text-align:center;position:relative;}
.intro .right_box .login_from{position:absolute;top:50%;width:100%;left:0;}
.intro .right_box .title_box{font-size:14px;color:#000;margin-bottom:8px;text-align:left;width:60%;
                            margin-left:20%;}
h1 {font-size:28px;font-weight: 700;letter-spacing: 0.015em;color:#000;padding:20% 0 10px 0;text-align:left;
    width:60%;margin-left:20%;
}
strong{font-size:13px;color:#000;width:60%;margin-left:20%;text-align:left;display:block;}
strong span{color:#1890ff;font-size:22px;font-weight:700;}
.input{width:60%; height:40px;line-height:40px;padding-left:10px;font-size:13px;margin-left:0%;margin-bottom:10px;
        border-radius:0.4em;background-color:white;border:none;outline:none;box-shadow:0 0 4px #1890ff;}
.input:hover{box-shadow:0 0 4px #1890ff;}
.btn{display:inline-block; width:60%; height:40px;line-height:40px;font-size:13px; text-align:center;
        background-color:#1890ff;color:white;border-radius:0.4em;}

#msgtip{width:80%;margin-top:10px;text-align:left;margin-left:10%;margin-bottom:10px;font-size:13px;}
.log_6{width:50%;float:left;font-size:14px;color:#000;line-height:40px;font-size:12px;}
.log_6 a{text-decoration:none;color:#000;}
