

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Tahoma", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.block {
  font-size: 14px;
  color: #283135;
  position: relative;
  top: 180px;
  line-height: 1;
  left: 0;
  right: 0;
  width: 705px;
  margin: 0 auto;
}

.struggle {
  width: 200px;
  height: 200px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#switchLang {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
}

#switchLang:hover {
  opacity: 0.5;
}

.text {
  width: 400px;
  margin-left: 100px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

p {
  margin: 3px 0;
}

.content {
  margin: 0;
  color: rgba(28, 31, 35, 0.8);
  font-size: 14px;
  line-height: 20px;
}

.title {
  margin: 0 0 16px;
  height: 28px;
  color: #1C1F23;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

#continue_tip {
  color: #1C1F23;
  flex: none;
  order: 1;
  align-self: center;
}

.button {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  height: 32px;
  padding: 6px 24px;
  border-width: 0;
}

.download {
  color: white;
  background: #0077fa;
}

.download:hover {
  background: #4c93f3;
}

.continue {
  color: #0077fa;
  background: rgba(46, 50, 56, 0.05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#0d2e3238', endColorstr='#0d2e3238'); /* IE */
}

.continue:hover {
  background: rgba(46, 50, 56, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#192e3238', endColorstr='#192e3238'); /* IE */
}

.content-margin {
  margin: 10px 0 10px 0;
}