@charset "UTF-8";
/* Clear */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

* {
  word-wrap: break-word; }

body, textarea, pre, input {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  font: 14px/1.6 microsoft yahei,Helvetica,arial,sans-serif; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  text-decoration: none; }

input, textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

textarea {
  resize: none; }

img {
  border: 0 none;
  margin: 0;
  padding: 0; }

input:focus, textarea:focus {
  outline: none; }

ul, dl, ol, li, dd, p, dt, h1, h2, h3, h4 {
  list-style: none;
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

textarea, input[type="text"], input[type="password"] {
  background: #fff; }

a {
  color: #888;
  text-decoration: none; }

a:focus {
  outline: medium none; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 1px;
  zoom: 1; }

/* Clear Ends*/
html{
  width: 100%;
  height: 100%;
}
body{
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  overflow: hidden;
}

#particleChar{
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sketch{
  width: 100%;
  height: 100%;
}

#container{
  width: 1200px;
  height: 0;
  margin: auto;
  position: relative;
  transition: all 0.5s ease;
  margin-bottom: 30px;
  top: 10px;
}
.cardwrap{
  padding-bottom: 30px;
}
.card{
  width: 100%;
  background-color: #1a1a1a;
  box-shadow: 0 3px 7px 2px #151515;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px;
  box-sizing: border-box;
  color: #fff;
}
.detail{
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 30px;
}
.button{
  color: #95f0c0;
  font-size: 20px;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 40px;
  width: 120px;
  border: 1px solid #95f0c0;
  margin-top: 15px;
  transition: all 0.2s ease;
}
.button:hover{
  background-color: rgba(100,100,100,0.4);
}
.copyright{
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.copyright a{
  color: #fff;
}
.copyright a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 1200px){
  #container{
    width: 95%;
  }
}
