/*
 * @Author: shu binqi 
 * @Date: 2019-07-05 21:44:46 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2019-07-27 21:20:06
 */
.container {
  width: 1200px;
  margin: 0 auto;
}
.totop {
  position: fixed;
  bottom: 50px;
  right: 100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  z-index: 999;
  background: #fff;
  cursor: pointer;
  transition: all .3s;
}
.totop i {
  font-size: 30px;
  width: 44px;
  height: 40px;
  text-align: center;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  transition: all .3s;
}
.totop:hover i {
  color: #5e5ef2;
  transition: all .3s;
}
.totop:hover {
  border: 1px solid #5e5ef2;
  transition: all .3s;
}
.fabulous {
  height: 50px;
  padding: 8px 0;
  margin: 10px 0;
  display: flex;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  position: relative;
}
.fabulous .fab-1,
.fabulous .fab-3 {
  width: 150px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.fabulous .fab-1 a,
.fabulous .fab-3 a {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 34px;
}
.fabulous .fab-1 {
  background: #ff4400;
  padding-right: 25px;
  transition: all .3s;
  position: relative;
}
.fabulous .fab-1 .tips {
  display: none;
  position: absolute;
  top: -45px;
  right: 50%;
  margin-right: -45px;
  padding: 6px 0;
  min-width: 100px;
  color: #fff;
  background: #ff4400;
  border: 1px solid #ff4400;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  /* opacity: 0; */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fabulous .fab-1 .tips:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #f05654 transparent transparent transparent;
}
.fabulous .fab-2 {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  background: #7ab950;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: all .3s;
}
.fabulous .fab-2 a {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 44px;
}
.fabulous .fab-3 {
  background: #5e5ef2;
  padding-left: 25px;
}
.fabulous .fab-1:hover,
.fabulous .fab-2:hover,
.fabulous .fab-3:hover {
  background: #878787;
  transition: all .3s;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table {
  border-collapse: collapse;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.list-group li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.list-group li:focus,
.list-group li:hover {
  z-index: 1;
  text-decoration: none;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.header {
  height: 60px;
  box-shadow: 0 0 15px #e2e2e2;
  margin-bottom: 20px;
}
.header .container .navbar-brand {
  height: 60px;
  padding: 10px 0;
}
.header .container .navbar-brand img {
  height: 100%;
}
.header .container .collapse .navbar-nav li {
  float: left;
  transition: all .3s;
}
.header .container .collapse .navbar-nav li a {
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  margin: 0 12px;
  font-size: 16px;
  display: block;
  color: #333;
  position: relative;
}
.header .container .collapse .navbar-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #7b73bf;
  height: 3px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition: all .5s;
  z-index: 999;
}
.header .container .collapse .navbar-nav li a:hover {
  color: #7b73bf;
  transition: all .3s;
}
.header .container .collapse .navbar-nav li a:hover:before {
  left: 0;
  right: 0;
  transition: all .5s;
}
.header .container .collapse .navbar-nav li.active a {
  color: #7b73bf;
  transition: all .3s;
}
.header .container .collapse .navbar-nav li.active a:before {
  left: 0;
  right: 0;
  transition: all .5s;
}
.footer {
  padding: 10px 0;
  box-shadow: 0 0 15px #e2e2e2;
}
.footer .container .link ul li {
  float: left;
}
.footer .container .link ul li a {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
  transition: all .3s;
}
.footer .container .link ul li a:hover {
  color: #7b73bf;
  transition: all .3s;
}
.container > h1 {
  font-size: 24px;
  color: #7b73bf;
}
.container > p {
  font-size: 14px;
  color: #848484;
  text-align: center;
}
.notice {
  margin-bottom: 30px;
}
.notice .container .text {
  padding: 10px 15px 15px 15px;
  border-radius: 10px;
  border: 1px solid #7b73bf;
  margin-top: 15px;
}
.notice .container .text h1 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.notice .container .text p {
  color: #848484;
  line-height: 25px;
  font-size: 16px;
}
.function {
  padding-top: 20px;
  margin-bottom: 30px;
}
.function .container .bq-row {
  margin-top: 30px;
}
.function .container .bq-row ul {
  margin: 0 -15px;
}
.function .container .bq-row ul li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
.function .container .bq-row ul li p i {
  color: #7b73bf;
  display: block;
  font-size: 66px;
  text-align: center;
}
.function .container .bq-row ul li h1 {
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
}
.function .container .bq-row ul li p {
  font-size: 14px;
  color: #808080;
  text-align: center;
  line-height: 25px;
}
.tool {
  margin-bottom: 30px;
}
.tool .container p {
  line-height: 30px;
}
.pages {
  min-height: 800px;
  padding: 10px 0;
}
.docs .container .docs-sort {
  margin: 0 -15px;
}
.docs .container .docs-sort .docs-left {
  width: 15%;
  float: left;
  padding: 0 15px;
}
.docs .container .docs-sort .docs-left .document-ul {
  width: 100%;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 15px;
}
.docs .container .docs-sort .docs-left .document-ul li {
  width: 100%;
  position: relative;
}
.docs .container .docs-sort .docs-left .document-ul li > a {
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 15px;
  display: block;
}
.docs .container .docs-sort .docs-left .document-ul li > a:hover {
  color: #7b73bf;
}
.docs .container .docs-sort .docs-left .document-ul li > span {
  position: absolute;
  right: 10px;
  top: 0;
}
.docs .container .docs-sort .docs-left .document-ul li > span a {
  line-height: 30px;
  color: #333;
}
.docs .container .docs-sort .docs-left .document-ul li.active {
  background: #7b73bf;
  border-radius: 5px;
}
.docs .container .docs-sort .docs-left .document-ul li.active a {
  color: #fff;
  font-size: 14px;
}
.docs .container .docs-sort .docs-left .document-ul li.active span a {
  color: #fff;
  font-size: 14px;
}
.docs .container .docs-sort .docs-left .document-ul li.active a:hover {
  color: #fff;
}
.docs .container .docs-sort .docs-right {
  width: 85%;
  float: left;
  padding: 0 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn.btn-waring {
  color: #fff;
  background-color: #7b73bf;
  border-color: #7b73bf;
}
.tab-pane {
  display: block;
}
.bd-callout,
.tab-pane .bd-callout {
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-left-width: 4px;
  border-radius: 5px;
}
.bd-callout h4,
.tab-pane .bd-callout h4 {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
.bd-callout p,
.tab-pane .bd-callout p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.bd-callout-info,
.tab-pane .bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-danger,
.tab-pane .bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-waring,
.tab-pane .bd-callout-waring {
  border-left-color: #7b73bf;
}
h3,
.bd-callin h3,
.tab-pane .bd-callin h3 {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
.bd-callin > p:last-of-type,
.tab-pane .bd-callin > p:last-of-type {
  margin-bottom: 15px;
}
.bd-callin > p,
.tab-pane .bd-callin > p {
  font-size: 14px;
  line-height: 30px;
}
code {
  padding: 2px 4px;
  font-size: 110%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre,
code,
td {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f7f7f7 !important;
  color: #d44950 !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  border: 1px solid #e5e5e5 !important;
}
.code-list {
  width: 15%;
}
.code-list ul {
  background: #fff;
}
.code-list ul li {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  transition: all .4s;
}
.code-list ul li a {
  color: #444;
  font-size: 14px;
  line-height: 45px;
  display: block;
  padding: 0 15px;
  transition: all .4s;
}
.code-list ul li a i {
  width: 20px;
  text-align: center;
}
.code-list ul > li.active {
  background: #00a4ff;
  transition: all .4s;
  color: #fff;
}
.code-list ul > li.active a {
  color: #fff;
  transition: all .4s;
}
.code-list ul > li:hover {
  background: #e5e5e5;
  transition: all .4s;
}
.code-list ul > li:hover a {
  color: #444;
  transition: all .4s;
}
.code-content {
  width: 85%;
  padding: 0 0 0 20px;
}
.code-content .tab {
  margin-bottom: 50px;
}
.code-content .tab .num .result-code textarea {
  width: 100%;
  height: 210px;
  line-height: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
  outline: none;
  resize: none;
}
.code-content .tab .num .head {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.code-content .tab .num .head h1 {
  color: #444;
  font-weight: 700;
  padding: 6px 0;
}
.code-content .tab .num .count {
  margin: 10px 0;
  line-height: 40px;
}
.code-content .tab .num .count span {
  margin-right: 10px;
  line-height: 40px;
}
.code-content .tab .num .count span select,
.code-content .tab .num .count span input {
  height: 38px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.code-content .tab .num .count span select {
  width: 100px;
}
.code-content .tab .num .count span input {
  width: 80px;
}
.code-content .tab .num .count select,
.code-content .tab .num .count input {
  height: 38px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.code-content .tab .num .count select {
  width: 100px;
}
.code-content .tab .num .count input {
  width: 80px;
}
.code-content .tab .num.num30 textarea {
  height: 35px;
}
.code-content .tab .num.num1 textarea {
  height: 70px;
}
.code-content .tab .num.num2 textarea {
  height: 105px;
}
.code-content .tab .num.num3 textarea {
  height: 140px;
}
.code-content .tab .num.num4 textarea {
  height: 175px;
}
.code-content .tab .num.num5 textarea {
  height: 200px;
}
.logs-content {
  width: 85%;
  padding: 0 0 0 20px;
}
.logs-content h1 {
  color: #444;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.logs-content p {
  color: #808080;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.logs-content .fabulous {
  margin-top: 20px;
}
.reward-content {
  width: 85%;
  padding: 0 0 0 20px;
}
.reward-content img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.container .strive {
  box-shadow: 0 0 5px #ccc;
  background: #fff;
}
.container .strive h1 {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  color: #444;
  margin-bottom: 10px;
}
.container {
  position: relative;
}
.container .music {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 10;
}
.container .music .img-box {
  margin: 0 auto;
  display: block;
  width: 180px;
  border-radius: 10px;
  overflow: hidden;
}
.container .music .img-box img {
  width: 100%;
}
.container .music h1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
.container .music audio {
  margin: 0 auto;
  display: block;
}
