@charset "UTF-8";

.mainBar ul li{
  width: 370px;
}
.tips {
  position: relative;
  text-align: center;
  font-size: 1.125em;
  color: #ffffff;
  margin-top: 20px;
}
.tips::before {
  content: url(../images/tips.png);
  position: relative;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
.mainContent {
  margin-top: 10px;
}

.introBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  box-sizing: border-box;
}
.introBox p {
  position: relative;
  font-size: 1.8em;
  line-height: 1.8em;
  margin: 0;
}
.introBox .text {
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;  
}
.introBox .text.fixed {
  display: inline-block;
}
.introBox .plusText {
  position: relative;
  border-top: 5px solid #ffffff;
  padding: 1em 2em 1.5em;
  background: #ddfefe;
  background: -webkit-linear-gradient(#ddfefe, rgba(221,254,254,0));
  background: -o-linear-gradient(#ddfefe, rgba(221,254,254,0));
  background: -moz-linear-gradient(#ddfefe, rgba(221,254,254,0));
  background: linear-gradient(#ddfefe, rgba(221,254,254,0));
}
.doll_cloud {
  position: relative;
  float: right;
  display: block;
  margin-left: 1em;  
}
.donwload {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.donwload tr {
  position: relative;
}
.donwload tr td{
  position: relative;
  width: 33%;  
  font-size: 1.5em;
  line-height: 1.5em;
}
.imgBox {
  position: relative;
  width: 100%;
}
.imgBox img {
  position: relative;
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.imgBox::before {
  position: relative;
  content: attr(data-str);
  display: block;
  width: 100%;
  text-align: center;
}
/* ################################################ */
@media (max-width: 999px) {
  .mainBar ul li{
    width: 200px;
  }
  .doll_cloud {
    width: 30vw;
  }
}
