﻿body {
  background: url(../images/bg.png) center bottom no-repeat;
  background-size: cover;
}
header {
  padding: 20px 10px 50px;
  text-align: center;
}
.menu {
  width: 700px;
  float: left;
  margin-bottom: 25px;
}
.menu li {
  width: 33.33%;
  display: inline;
  float: left;
}
.menu li a {
  margin: 0 10px 10px 0;
  padding: 15px;
  display: block;
  height: 180px;
  background: red;
  text-align: center;
  -webkit-box-shadow: 2px 3px 15px #ccc;
          box-shadow: 2px 3px 15px #ccc;
  outline: none;
}
.menu li a:active {
  outline: none;
}
.menu li .icon {
  display: block;
  height: 130px;
  line-height: 130px;
  margin-bottom: 5px;
}
.menu li .gui-icon {
  vertical-align: middle;
}
.menu li .text {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  text-shadow: 1px 1px #777;
}
.menu .tts a {
  background: #00d22c;
}
.menu .tts a:hover {
  background: #00de2e;
}
.menu .asms a {
  background: #00c98e;
}
.menu .asms a:hover {
  background: #00d798;
}
.menu .monitor a {
  background: #ffb21d;
}
.menu .monitor a:hover {
  background: #ffbc39;
}
.menu .ales a {
  background: #ffb21d;
}
.menu .ales a:hover {
  background: #ffbc39;
}
.menu .download a {
  background: #01d22d;
}
.menu .download a:hover {
  background: #00de2e;
}
.menu .platform a {
  background: #01c98f;
}
.menu .platform a:hover {
  background: #00d798;
}
.sidebar {
  width: 298px;
  border: 1px solid #62d179;
  float: right;
  background: #68dd80;
  -webkit-box-shadow: 2px 3px 15px #ccc;
          box-shadow: 2px 3px 15px #ccc;
}
.search {
  padding: 35px 20px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search .search-input {
  border-radius: 2px;
  background-color: #fff;
  padding: 0 40px 0 10px;
  position: relative;
  margin-bottom: 30px;
}
.search .search-input input {
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  border: none;
  padding: 11px 0;
  line-height: 21px;
  border-radius: 2px;
  color: #666;
}
.search .search-input .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.search .search-input .icon-search {
  vertical-align: middle;
}
.search .search-pad {
  color: #0e7b25;
  margin-left: -2px;
  margin-right: -15px;
}
.search .search-pad span {
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  float: left;
  display: inline-block;
  border: 1px solid #44b05a;
  text-align: center;
  margin: 0 15px 25px 0;
  border-radius: 2px;
  width: 51px;
  line-height: 43px;
  background-color: #68dd80;
  -webkit-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
}
.search .search-pad span:hover {
  background-color: #76e68d;
}
.search .search-pad span:active {
  background-color: #0e7b25;
}
.qr {
  padding: 20px 0;
  margin: 0 15px;
  min-height: 64px;
  border-top: 1px solid #20b740;
}
.qr img {
  float: left;
  width: 64px;
  height: 64px;
  background: #ccc;
}
.qr h3 {
  margin-left: 75px;
  font-size: 14px;
  color: #007f1b;
  font-weight: 700;
  text-align: left;
  margin-top: 7px;
  line-height: 25px;
}
.download-wrap {
  padding: 20px;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
}
.download-wrap h1 {
  text-align: center;
  font-size: 24px;
  color: #01931f;
  font-weight: 700;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.download-list {
  font-size: 14px;
  max-height: 450px;
  overflow: auto;
}
.download-list li {
  display: inline;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
  text-align: right;
}
.download-list li a {
  color: #333;
  display: block;
  padding: 10px 175px 10px 0;
}
.download-list li a:hover {
  color: #01931f;
}
.download-list li .text {
  display: inline-block;
  float: left;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.download-list li .time {
  display: inline-block;
  color: #b8b8b8;
  margin-right: -175px;
}
#tts-modal h1 {
  text-align: center;
  font-size: 24px;
  color: #01931f;
  font-weight: 700;
  padding: 0 0 15px 0;
}
#tts-modal h3 {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 15px 0 5px;
  color: #666;
}
#tts-modal p {
  text-align: center;
}
.list-detail {
  margin-left: 0;
  width: 500px;
  text-align: left;
  padding: 0 20px;
  white-space: normal;
}
.list-detail:before,
.list-detail:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  left: 134px;
  border: 6px solid #fff;
  border-color: transparent transparent #fff transparent;
}
.list-detail:before {
  border-bottom-color: #f1f1f1;
  margin-top: -1px;
}
.list-detail dd {
  line-height: 2;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
}
.list-detail dd:last-child {
  border: none;
}
.list-detail dd .title {
  display: inline-block;
  vertical-align: top;
}
.list-detail dd .text {
  display: inline-block;
  max-width: 235px;
  vertical-align: middle;
  line-height: 1.5;
  margin-top: -3px;
  word-break: break-all;
}
.list-detail dd .gui-icon {
  margin-left: -5px;
  margin-right: 5px;
}
