@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*line-height: 180%;*/
  background: #f6f7f8;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
p {
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
}
/*ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}*/
ul, ol {
  padding-left: 1.75rem;
}
/*code {
  border: 1px solid #35b8e0;
  background: #eff9fc;
  color: #35b8e0;
  border-radius: 3px;
}*/
code {
  padding: 2px 0px;
  color: #000;
  background-color: #f9f2f4;
  border-radius: 4px;
}
small {
  font-size: 85%;
  font-weight: 400;
  color: #777777;
}
label {
  line-height: 1.5;
}
.ie10-flex-grow-wrap {
  -ms-flex: 1 1 auto;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-lg {
  height: 46px;
  padding: 10px 1rem;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
textarea.form-control {
  min-height: 100px;
}
.cursor-pointer {
  cursor: pointer;
}
.fs-xs {
  font-size: 0.5rem !important;
}
.fs-sm {
  font-size: 12px !important;
}
.fs-md {
  font-size: 1rem !important;
}
.fs-lg {
  font-size: 24px !important;
}
.fs-xl {
  font-size: 2rem !important;
}
.inline-block {
  display: inline-block !important;
}
.circle,
.rounded {
  border-radius: 500px;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-wrap {
  white-space: normal !important;
  word-break: break-all;
}
.lh-xs,
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.5;
}
.lh-md {
  line-height: 1.8;
}
.lh-lg {
  line-height: 2;
}
.lh-xl {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .hidden-float {
    display: none !important;
  }
}
.text-main {
  color: #188ae2;
}
.text-primary {
  color: #0a78cd!important;
}
.bg-blue,
.bg-indigo,
.bg-purple,
.bg-pink,
.bg-red,
.bg-orange,
.bg-yellow,
.bg-green,
.bg-teal,
.bg-cyan {
  color: #fff !important;
}
.bg-blue {
  background-color: #007bff!important;
}
.bg-indigo {
  background-color: #6610f2!important;
}
.bg-purple {
  background-color: #6f42c1!important;
}
.bg-pink {
  background-color: #e83e8c!important;
}
.bg-red {
  background-color: #dc3545!important;
}
.bg-orange {
  background-color: #fd7e14!important;
}
.bg-yellow {
  background-color: #ffc107!important;
}
.bg-green {
  background-color: #28a745!important;
}
.bg-teal {
  background-color: #20c997!important;
}
.bg-cyan {
  background-color: #17a2b8!important;
}
.text-color {
  color: #6a6c6f !important;
}
.text-scarlet {
  color: #980318;
}
.title-color {
  color: #333333 !important;
}
.watermark {
  color: #edf0f5;
}
.alert-custom {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-left-width: 7px;
}
.alert-custom.alert-dismissible {
  padding-right: 1.5rem;
}
.alert-custom.alert-dismissible .close {
  top: -15px;
  right: -15px;
}
.alert-custom.alert-success {
  border-color: #3c763d;
}
.alert-custom.alert-info {
  border-color: #31708f;
}
.alert-custom.alert-warning {
  border-color: #8a6d3b;
}
.alert-custom.alert-danger {
  border-color: #a94442;
}
.alert-title {
  text-transform: uppercase;
}
hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eee;
}
.full-width {
  width: 100% !important;
}
.text-indent,
.text-indent p {
  text-indent: 2rem;
}
a.underline,
.underline a {
  text-decoration: underline;
}
.tags {
  zoom: 1;
  display: block;
}
.tags:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.tags a {
  float: left;
  display: inline-block;
  margin: 0px 5px 5px 0;
  padding: 0 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0px;
  border: 1px solid #EEE;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 12px;
  white-space: nowrap;
  word-break: keep-all;
}
.tags a:hover {
  /*border: 1px solid #0089e0;*/
  border: 1px solid #096;
  background: #FBFDFF;
  /*background:#fff;*/
  /*color:#0078da;*/
}
.tags a.active {
  border: 1px solid #096;
  background: #096;
  color: #ffffff;
}
.footnote {
  color: #ccc;
  font-size: 0.75rem;
  line-height: 1.5;
}
.footnote strong {
  font-weight: normal;
}
.link-list a,
.nowrap-box a,
.nowrap-box span {
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
}
.main-list-box {
  /*margin: 0 -10px 10px;*/
  overflow: hidden;
}
.main-list {
  padding-left: 0;
  list-style: none;
  line-height: 250%;
}
.main-list li {
  float: left;
  width: 50%;
  /*font-size: 0.875rem;*/
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.main-list a:hover {
  color: #096;
  text-decoration: none;
}
.main-list-xs-12cols li {
  width: 8.33333333%;
}
.main-list-xs-11cols li {
  width: 9.09090909%;
}
.main-list-xs-10cols li {
  width: 10%;
}
.main-list-xs-9cols li {
  width: 11.11111111%;
}
.main-list-xs-8cols li {
  width: 12.5%;
}
.main-list-xs-7cols li {
  width: 14.2857143%;
}
.main-list-xs-6cols li {
  width: 16.66666666%;
}
.main-list-xs-5cols li {
  width: 20%;
}
.main-list-xs-4cols li {
  width: 25%;
}
.main-list-xs-3cols li {
  width: 33.33333333%;
}
.main-list-xs-2cols li {
  width: 50%;
}
.main-list-xs-1cols li {
  width: 100%;
}
@media (min-width: 768px) {
  .main-list-sm-12cols li {
    width: 8.33333333%;
  }
  .main-list-sm-11cols li {
    width: 9.09090909%;
  }
  .main-list-sm-10cols li {
    width: 10%;
  }
  .main-list-sm-9cols li {
    width: 11.11111111%;
  }
  .main-list-sm-8cols li {
    width: 12.5%;
  }
  .main-list-sm-7cols li {
    width: 14.2857143%;
  }
  .main-list-sm-6cols li {
    width: 16.66666666%;
  }
  .main-list-sm-5cols li {
    width: 20%;
  }
  .main-list-sm-4cols li {
    width: 25%;
  }
  .main-list-sm-3cols li {
    width: 33.33333333%;
  }
  .main-list-sm-2cols li {
    width: 50%;
  }
  .main-list-sm-1cols li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-list-md-12cols li {
    width: 8.33333333%;
  }
  .main-list-md-11cols li {
    width: 9.09090909%;
  }
  .main-list-md-10cols li {
    width: 10%;
  }
  .main-list-md-9cols li {
    width: 11.11111111%;
  }
  .main-list-md-8cols li {
    width: 12.5%;
  }
  .main-list-md-7cols li {
    width: 14.2857143%;
  }
  .main-list-md-6cols li {
    width: 16.66666666%;
  }
  .main-list-md-5cols li {
    width: 20%;
  }
  .main-list-md-4cols li {
    width: 25%;
  }
  .main-list-md-3cols li {
    width: 33.33333333%;
  }
  .main-list-md-2cols li {
    width: 50%;
  }
  .main-list-md-1cols li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-list-lg-12cols li {
    width: 8.33333333%;
  }
  .main-list-lg-11cols li {
    width: 9.09090909%;
  }
  .main-list-lg-10cols li {
    width: 10%;
  }
  .main-list-lg-9cols li {
    width: 11.11111111%;
  }
  .main-list-lg-8cols li {
    width: 12.5%;
  }
  .main-list-lg-7cols li {
    width: 14.2857143%;
  }
  .main-list-lg-6cols li {
    width: 16.66666666%;
  }
  .main-list-lg-5cols li {
    width: 20%;
  }
  .main-list-lg-4cols li {
    width: 25%;
  }
  .main-list-lg-3cols li {
    width: 33.33333333%;
  }
  .main-list-lg-2cols li {
    width: 50%;
  }
  .main-list-lg-1cols li {
    width: 100%;
  }
}
.list-circle li {
  list-style-type: circle;
  vertical-align: center;
  font-size: 0.875rem;
  color: #CCCCCC;
  margin-left: 1.125rem;
}
.list-circle li a {
  font-size: 1rem;
}
.link-list-tags a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #EEE;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 12px;
  white-space: nowrap;
  word-break: keep-all;
  box-sizing: content-box;
}
.link-list-tags a:hover {
  border: 1px solid #096;
  background: #fbfdff;
}
.section-margin {
  margin-bottom: 10px;
}
.text-xs, .fs12 {
  font-size: 0.75rem !important;
}
.text-sm, .fs14 {
  font-size: 0.875rem !important;
}
.text-md, .fs16 {
  font-size: 1rem !important;
}
.text-lg, .fs18 {
  font-size: 18px !important;
}
.text-xl, .fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.text-xxl, .fs24 {
  font-size: 1.5rem !important;
}
.fs26 {
  font-size: 26px !important;
}
.text-xxxl, .fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs32 {
  font-size: 2rem !important;
}
.fs34 {
  font-size: 34px !important;
}
.fs36 {
  font-size: 36px !important;
}
.fs38 {
  font-size: 38px !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.lh100 {
  line-height: 100% !important;
}
.lh150 {
  line-height: 150% !important;
}
.lh200 {
  line-height: 200% !important;
}
.lh250 {
  line-height: 250% !important;
}
.lh300 {
  line-height: 300% !important;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hot-tools, .all-tools {
  font-size: 0.875rem;
}
a {
  color: #003366;
}
a:hover {
  color: #188ae2;
}
.capsule-link a {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid #eee;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  min-width: 3rem;
  line-height: 1.5;
}
.capsule-link-sm a {
  display: inline-block;
  border: 1px solid #eee;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  min-width: 3rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem!important;
  margin: 0 0.25rem 0.25rem 0!important;
}
.capsule-link a:hover,
.capsule-link-sm a:hover {
  color: #188ae2;
  border: 1px solid #188ae2;
  text-decoration: none;
}
.navbar {
  margin-bottom: 15px;
}
.navbar-brand {
  font-size: 18px;
  font-weight: 700;
}
.site-name {
  padding-right: 2rem;
  vertical-align: middle;
}
.site-name a {
  white-space: nowrap;
  font-size: 28px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.site-name a:hover {
  color: #1576c2;
  text-decoration: none;
}
.search-box {
  margin: 10px 0;
}
.search-input {
  border: none;
  padding-right: 0;
  vertical-align: middle;
}
.search-input:hover,
.search-input:focus {
  border-color: #188ae2;
}
.header-wrap {
  /*border-bottom: 2px solid #0089e0;*/
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  /*margin-bottom: 20px;*/
  background-color: #fff;
  padding: 20px 0;
}
.header-wrap:after {
  /*content: " ";*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 2px;*/
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAACCAIAAAA2H1bMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ODc2OGFmMy1iYzQ2LWQ5NDMtOWRiNy0wZTlhOGMwZDdmN2YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzc3NDQxNTY4NkUyMTFFNzhGNzRCM0ZDNUEwNzNDMDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzc3NDQxNTU4NkUyMTFFNzhGNzRCM0ZDNUEwNzNDMDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTI1MTM1ZTAtMDczZC03MTRiLTg0ZGMtNmU1NmUyN2I5YzUzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTRlZTNkMzYtODBiYi0xMWU3LWFkYjQt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) top no-repeat #1ab4ed;*/
}
.header {
  display: block;
  /*margin: 20px 0;*/
  /*width: 100%;*/
}
/* 小于 768px */
@media (max-width: 767px) {
  .header {
    /*margin: 15px 0;*/
  }
}
.main-navbar-wrap {
  /*background-color: #188ae2;*/
  background-color: #F5F5F5;
  border-bottom: 1px solid #eee;
}
.main-navbar {
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
}
.main-navbar .navbar-item {
  /*float: left;*/
  display: inline-block;
  padding: 0 1rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
}
.main-navbar .navbar-item.active,
.main-navbar .navbar-item:hover {
  text-decoration: none;
  background-color: #2b71c2;
}
.site-name-wrap {
  /*display: none;*/
  white-space: nowrap;
  vertical-align: middle;
}
.site-search-wrap {
  display: block;
  vertical-align: middle;
}
.search-extra-wrap {
  display: block;
  white-space: nowrap;
  vertical-align: middle;
}
.search-extra {
  padding: 0 0.5rem;
  font-size: 0.875rem;
}
.search-tips {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .main-col, .side-col, .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.site-search {
  /*border: 2px solid #cccccc;*/
  /*border-radius: 0.5rem;*/
  /*overflow: hidden;*/
}
.site-search:hover {
  /*border-color: #188ae2;*/
}
/* 大于 1200px */
@media (min-width: 1200px) {
  .header {
    /*display: table;*/
  }
  .site-name-wrap {
    display: table-cell;
    padding-right: 1rem;
  }
  .site-search-wrap {
    display: table-cell;
    padding-left: 1rem;
  }
  .search-extra-wrap {
    display: table-cell;
    padding-left: 1rem;
  }
  .panel {
    border-radius: 0.25rem;
  }
}
/* 992px 到 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    /*display: table;*/
  }
  .site-name-wrap {
    display: table-cell;
    padding-right: 1rem;
  }
  .site-search-wrap {
    display: table-cell;
    padding-left: 1rem;
  }
  .search-extra-wrap {
    display: table-cell;
    padding-left: 1rem;
  }
  .panel {
    border-radius: 0.25rem;
  }
}
/* 768px 到 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    /*display: table;*/
  }
  .site-name-wrap {
    display: table-cell;
    padding-right: 1rem;
  }
  .site-search-wrap {
    display: table-cell;
    padding-left: 1rem;
  }
  .search-extra-wrap {
    display: table-cell;
    padding-left: 1rem;
  }
  .panel {
    border-radius: 0.25rem;
  }
}
/* 小于 768px */
@media (max-width: 767px) {
  .site-name-wrap {
    margin-bottom: 10px;
  }
  .search-extra-wrap {
    margin-top: 10px;
  }
  /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
  }*/
}
.hot-tools {
  font-size: 0.875rem;
}
.hot-tool-list {
  margin-top: -1px;
}
.hot-tool-list li {
  float: left;
  display: inline-block;
  width: 50%;
  line-height: 2.25rem;
  height: 2.25rem;
  font-size: 0.875rem;
  overflow: hidden;
  list-style: none;
  border-top: 1px solid #eeeeee;
}
.hot-tool-list li a {
  display: block;
  padding: 0 1rem;
  white-space: nowrap;
}
.hot-tool-list li a:hover {
  text-decoration: none;
}
.hot-tool-list li.full-width {
  float: none;
  display: block;
  clear: both;
  width: 100%;
}
.all-tools {
  font-size: 0.875rem;
  line-height: 200%;
}
.all-tools a {
  text-decoration: underline;
}
.breadcrumb-wrap {
  margin: 10px 0;
}
.scroll-wrap,
.breadcrumb-scroll,
.sub-nav-scroll {
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  /*word-break: keep-all;*/
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.scroll-wrap::-webkit-scrollbar,
.breadcrumb-scroll::-webkit-scrollbar,
.sub-nav-scroll::-webkit-scrollbar {
  display: none;
}
.breadcrumb {
  background: transparent none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "»";
  font-family: "Courier New", Courier, monospace;
  vertical-align: middle;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: " ";
}
.breadcrumb:after {
  clear: both;
}
.top-nav {
  font-size: 0.875rem;
}
/* Nav links */
.top-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #fff;
}
.top-nav-item:hover,
.top-nav-item:focus {
  color: #ffff00;
  text-decoration: none;
}
/* Active state gets a caret at the bottom */
.top-nav .active {
  color: #fff;
}
.top-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
.sub-nav-wrap {
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #fafafa);
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #E3E3E3;
}
.sub-nav {
  /*margin-bottom: 0.5rem;*/
  /*padding: 10px 0;*/
}
.sub-nav-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.sub-nav-wrap ul li {
  display: inline-block;
}
/*
.sub-nav ul li li {
  display: block;
}*/
.sub-nav-wrap ul li a {
  display: block;
  font-size: 0.875rem;
  /*padding: 0.5rem 0.5rem;*/
  /*margin-right: 1rem;*/
}
.sub-nav-wrap ul li a:hover,
.sub-nav-wrap ul li a:active {
  text-decoration: none;
}
.sub-nav-item {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  white-space: normal;
  word-break: keep-all;
  height: 44px;
  line-height: 44px;
  margin-right: 15px;
  width: auto !important;
}
.sub-nav-item a:hover {
  text-decoration: none;
}
.m-icon-nav {
  display: none;
}
/* 移动端菜单 */
/* 小于 768px */
@media (max-width: 767px) {
  .top-nav {
    display: none;
  }
  .m-nav-show { /* -webkit-transform:translate3d(70%,0px,0px); */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
  }
  /*.m-nav-show .header{position: absolute;}*/
  .m-nav-show .m-mask {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    overflow: hidden;
  }
}
.m-top-nav {
  position: relative;
  /*background-color:#fcfcfc;*/
  /*background: linear-gradient(#ffffff, #f0f0f0);*/
  /*background:-moz-linear-gradient(top,#ffffff,#f0f0f0);*/
  /*background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));*/
  /*background-color: #0a78cd;*/
  /*border-bottom: 0.0625rem solid #ddd;*/
  /*width: 100%;*/
  height: 2.75rem;
  font-size: 1rem;
  background-color: #fafafa;
  background: linear-gradient(#fff, #fafafa);
  /*border-top: 2px solid #0089e0;*/
  border-bottom: 1px solid #eee;
  /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.075);*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.05);*/
}
@media (min-width: 768px) {
  /* 大于768px隐藏移动端顶栏 */
  .m-top-nav {
    display: none;
  }
}
.m-nav-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  /*background-color: #eeeeee;*/
  text-align: center;
  color: #333;
}
.m-nav-title {
  height: 2.75rem;
  line-height: 2.75rem;
  margin-left: 2.75rem; /*大于等于#left的宽度,或者给#parent添加同样大小的padding-left*/
  margin-right: 2.75rem; /*大于等于#right的宽度,或者给#parent添加同样大小的padding-right*/
  /*background-color: #ddd;*/
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
}
.m-nav-title a {
  /*color: #333;*/
}
.m-nav-title a:hover,
.m-nav-title a:active {
  text-decoration: none;
}
.m-nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  /*background-color: #eeeeee;*/
  text-align: center;
}
.m-nav-icon {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0;
  margin: 0;
  color: #333;
}
.m-nav-back .m-nav-icon {
  display: none;
}
.sm {
  box-sizing: border-box;
  position: relative;
  /*z-index: 9999;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm ul,
.sm li {
  white-space: normal!important;
}
.sm li, .sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}
.sm-hwcha {
  background: transparent;
  border-radius: 0;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
}
.sm-hwcha a,
.sm-hwcha a:hover,
.sm-hwcha a:focus,
.sm-hwcha a:active {
  padding: 0.5rem 1rem;
  /* make room for the toggle button (sub indicator) */
  /*padding-right: 58px;*/
  /*background: #4d4c76;*/
  /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
  color: #333;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-size: 17px;*/
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5rem;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.sm-hwcha a.current {
  /*background: #2f2e47;*/
  /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
  color: #000;
}
.sm-hwcha a.disabled {
  color: #9d9cbf;
}
.sm-hwcha a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 1rem/34px monospace !important;
  text-align: center;
  text-shadow: none;
  /*background: rgba(0, 0, 0, 0.1);*/
  background-color: #f5f5f5;
  border-radius: 3px;
}
.sm-hwcha a .sub-arrow::before {
  content: '+';
}
.sm-hwcha a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-hwcha > li:first-child > a, .sm-hwcha > li:first-child > :not(ul) a {
  border-radius: 0px 0px 0 0;
}
.sm-hwcha > li:last-child > a, .sm-hwcha > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 0px 0px;
}
.sm-hwcha > li:last-child > a.highlighted, .sm-hwcha > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-hwcha ul {
  background: #fff;
}
.sm-hwcha ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-hwcha ul a,
.sm-hwcha ul a:hover,
.sm-hwcha ul a:focus,
.sm-hwcha ul a:active {
  background: transparent;
  color: #353451;
  font-size: 0.875rem;
  text-shadow: none;
  border-left: 1rem solid transparent;
}
.sm-hwcha ul a.current {
  /*background: #2f2e47;*/
  /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
  color: #333;
}
.sm-hwcha ul a.disabled {
  color: #b3b3b3;
}
.sm-hwcha ul ul a,
.sm-hwcha ul ul a:hover,
.sm-hwcha ul ul a:focus,
.sm-hwcha ul ul a:active {
  border-left: 1rem solid transparent;
}
.sm-hwcha ul ul ul a,
.sm-hwcha ul ul ul a:hover,
.sm-hwcha ul ul ul a:focus,
.sm-hwcha ul ul ul a:active {
  border-left: 1.5rem solid transparent;
}
.sm-hwcha ul ul ul ul a,
.sm-hwcha ul ul ul ul a:hover,
.sm-hwcha ul ul ul ul a:focus,
.sm-hwcha ul ul ul ul a:active {
  border-left: 2rem solid transparent;
}
.sm-hwcha ul ul ul ul ul a,
.sm-hwcha ul ul ul ul ul a:hover,
.sm-hwcha ul ul ul ul ul a:focus,
.sm-hwcha ul ul ul ul ul a:active {
  border-left: 2.5rem solid transparent;
}
.sm-hwcha ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-hwcha ul li:first-child {
  /*border-top: 0;*/
}
.sm-hwcha li {
  /*border-top: 1px solid rgba(0, 0, 0, 0.05);*/
}
/*.sm-hwcha > li:first-child {
  border-top: 0;
}*/
.top-navbar-wrap {
  font-size: 0.75rem;
  background-color: #fafafa;
  background: linear-gradient(#fff, #fafafa);
  /*border-top: 2px solid #0089e0;*/
  border-bottom: 1px solid #eee;
  /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.075);*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.05);*/
}
@media (max-width: 767px) {
  .top-navbar-wrap {
    position: fixed;
    margin: 0;
    top: 0;
    left: -100%;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    text-align: left;
    /*padding: 15px 0 0;*/
    padding: 0;
    line-height: 1;
    font-size: 0.875rem;
    width: 75%;
    min-width: 180px;
    max-width: 500px;
    /*z-index: 99999;*/
    overflow-y: auto;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .m-nav-show .top-navbar-wrap {
    left: 0;
  }
}
.main-site-name {
  display: block;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  margin-right: 0;
  line-height: 1.5rem;
  font-weight: 700;
}
.main-site-name a {
  color: #666;
}
.main-site-name a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-site-name {
    float: left;
    display: inline-block;
    padding: 0.5rem 0;
    margin-right: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-hwcha ul {
    position: absolute;
    width: 100%;
  }
  .sm-hwcha li {
    float: left;
  }
  .sm-hwcha.sm-rtl li {
    float: right;
  }
  .sm-hwcha ul li, .sm-hwcha.sm-rtl ul li, .sm-hwcha.sm-vertical li {
    float: none;
  }
  .sm-hwcha a {
    white-space: nowrap;
  }
  .sm-hwcha ul a, .sm-hwcha.sm-vertical a {
    white-space: normal;
  }
  .sm-hwcha .sm-nowrap > li > a, .sm-hwcha .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-hwcha {
    float: left;
    /*background: #4d4c76;*/
    /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
    border-radius: 0;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);*/
  }
  .sm-hwcha a,
  .sm-hwcha a:hover,
  .sm-hwcha a:focus,
  .sm-hwcha a:active,
  .sm-hwcha a.highlighted {
    padding: 0.5rem 1rem;
    /*background: #4d4c76;*/
    /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
    color: #333;
  }
  /* 高亮颜色 */
  .sm-hwcha a:hover,
  .sm-hwcha a:focus,
  .sm-hwcha a:active,
  .sm-hwcha a.highlighted {
    /*background: #434266;*/
    /*background-image: linear-gradient(to bottom, #45446a, #414063);*/
    color: #188ae2;
  }
  .sm-hwcha a.current {
    /*background: #2f2e47;*/
    /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
    color: #fff;
  }
  .sm-hwcha a.disabled {
    /*background: #4d4c76;*/
    /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
    color: #9d9cbf;
  }
  .sm-hwcha a .sub-arrow {
    /*top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #dadae7 transparent transparent transparent;
    background: transparent;
    border-radius: 0;*/
    top: 50%;
    margin-top: -2px;
    right: 0.25rem;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #666666 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-hwcha a .sub-arrow::before {
    display: none;
  }
  .sm-hwcha > li:first-child > a, .sm-hwcha > li:first-child > :not(ul) a {
    border-radius: 0;
  }
  .sm-hwcha > li:last-child > a, .sm-hwcha > li:last-child > :not(ul) a {
    border-radius: 0 !important;
  }
  .sm-hwcha > li {
    border-left: 0px solid #434266;
  }
  .sm-hwcha > li:first-child {
    border-left: 0;
  }
  .sm-hwcha ul {
    border: 0px solid #a8a8a8;
    padding: 5px 0;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  }
  .sm-hwcha ul ul {
    border-radius: 0px !important;
    background: #fff;
  }
  .sm-hwcha ul a, .sm-hwcha ul a:hover, .sm-hwcha ul a:focus, .sm-hwcha ul a:active, .sm-hwcha ul a.highlighted {
    border: 0 !important;
    padding: 0.5rem 1.25rem;
    background: transparent;
    color: #353451;
    border-radius: 0 !important;
  }
  .sm-hwcha ul a:hover,
  .sm-hwcha ul a:focus,
  .sm-hwcha ul a:active,
  .sm-hwcha ul a.highlighted {
    /*background: #4d4c76;*/
    /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
    color: #188ae2;
  }
  .sm-hwcha ul a.current {
    /*background: #2f2e47;*/
    /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
    color: #333;
  }
  .sm-hwcha ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  .sm-hwcha ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #dadae7;
  }
  .sm-hwcha ul li {
    border: 0;
  }
  .sm-hwcha .scroll-up,
  .sm-hwcha .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-hwcha .scroll-up-arrow,
  .sm-hwcha .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -0.5rem;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0.5rem;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #353451 transparent;
  }
  .sm-hwcha .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #353451 transparent transparent transparent;
  }
  .sm-hwcha.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #dadae7 transparent transparent;
  }
  .sm-hwcha.sm-rtl > li:first-child > a, .sm-hwcha.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0;
  }
  .sm-hwcha.sm-rtl > li:last-child > a, .sm-hwcha.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 0 !important;
  }
  .sm-hwcha.sm-rtl > li:first-child {
    border-left: 0px solid #434266;
  }
  .sm-hwcha.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-hwcha.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #dadae7 transparent transparent;
  }
  .sm-hwcha.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  .sm-hwcha.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-hwcha.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #dadae7;
  }
  .sm-hwcha.sm-vertical > li:first-child > a, .sm-hwcha.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 0;
  }
  .sm-hwcha.sm-vertical > li:last-child > a,
  .sm-hwcha.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 !important;
  }
  .sm-hwcha.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-hwcha.sm-vertical ul {
    border-radius: 0 !important;
  }
  .sm-hwcha.sm-vertical ul a {
    padding: 10px 23px;
  }
}
.footer {
  font-size: 0.875rem;
}
.navbar-nav-more[aria-hidden="true"] {
  position: absolute;
  top: -9999em;
  right: 0;
  visibility: hidden;
}
.navbar-nav-more > a[aria-expanded="true"] + ul {
  display: block;
}
/*
.select2-selection {
  height: 38px !important;
}
.select2-selection.select2-selection--single {
  height: 38px !important;
}
.select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}
.select2-selection .select2-selection__choice {
  margin-top: 8px !important;
}
.select2-selection .select2-selection__arrow {
  height: 38px !important;
}*/
.popover {
  max-width: 100%;
}
.index-tool-item {
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  border: 1px solid #F5F5F5;
  box-shadow: 0 5px 15px rgba(36, 37, 38, 0.1);
  padding: 10px;
  line-height: 1;
}
.index-tool-item:hover {
  box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.15);
  text-decoration: none;
}
.index-tool-item .tool-icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.index-tool-item .tool-icon img {
  width: 64px;
}
.index-tool-item .tool-meta {
  padding-left: 10px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-tool-item .tool-name {
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333333;
  font-weight: 400;
  overflow: hidden;
}
.index-tool-item .tool-intro {
  color: #999999;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 32px;
  line-height: 32px;
}
.mod-header {
  vertical-align: middle;
}
.mod-header .mod-title {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mod-title:before {
  content: " ";
  font-size: 1rem;
  border-left: 0.25rem solid #188ae2;
  margin-right: 0.5rem;
  height: 1rem;
  line-height: 1rem;
}
.mod-header .more {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.title-bar {
  margin-bottom: 15px;
  vertical-align: middle;
}
.title-bar h1,
.title-bar h2,
.title-bar h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 0;
  margin: 0;
  height: 24px;
  line-height: 24px;
}
.title-bar h1:before,
.title-bar h2:before,
.title-bar h3:before {
  content: " ";
  font-size: 16px;
  border-left: 0.25rem solid #188ae2;
  margin-right: 10px;
  height: 16px;
  line-height: 16px;
}
.title-bar .more {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  font-size: 0.875rem;
  margin: 0;
}
.card-body {
  padding: 0.625rem 0.9375rem;
}
.panel {
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(27, 95, 160, 0.1);
}
.panel-header {
  background: none;
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
}
.panel-title {
  font-size: 0.875rem;
  /*border-left: 0.25rem solid #0a78cd;*/
  /*padding-left: 0.75rem;*/
  padding-left: 0;
  font-weight: bold;
  color: #212530;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.panel-title strong {
  font-weight: normal
}
.panel-body {
  line-height: 2;
  padding: 10px 15px;
}
.panel-body .nav-item {
  line-height: 1.5;
}
.panel-footer {
  border-top: 1px solid #eee;
  background-color: #fff;
  padding: 10px 15px;
}
.panel-footer strong {
  font-weight: normal
}
.side-ad {
  margin-bottom: 1rem;
}
.main-ad {
  margin-bottom: 1rem;
}
.mega-menu li a {
  display: inline-block;
}
#qrcode-wrap {
  position: fixed;
  right: 70px;
  bottom: 150px;
  text-align: center;
  border: 1px solid #eee;
  background-color: #ffffff;
  padding: 10px;
  display: none;
  z-index: 999;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
#show-qrcode {
  position: fixed;
  background-color: #888;
  color: #eee;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  bottom: 150px;
  right: 20px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  opacity: 0.8;
  border-radius: 5px;
}
#fab-feedback {
  position: fixed;
  background-color: #888;
  color: #eee;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  bottom: 100px;
  right: 20px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  opacity: 0.8;
  border-radius: 5px;
}
#fab-feedback a {
  color: #eee;
  font-size: 24px;
}
#fab-feedback a:hover {
  color: #eee;
  text-decoration: none;
}
#scrollUp {
  background-color: #888;
  color: #eee;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  bottom: 50px;
  right: 20px;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  opacity: 0.8;
  border-radius: 5px;
  cursor: pointer;
}
