@import url("/css/bootstrap.min.css");
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,a{ font-family: Microsoft YaHei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  background: #f5f5f5;
  font-size: 14px;
  color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 550;
  color: #1C1F21;
  letter-spacing: 1px;
}

a{
  color: #212121;
}
a:hover{
  color: #E74C3C;
  text-decoration:none
}
a:link{ text-decoration: none;}
.wow {
  visibility: hidden;
}
@media (hover: hover) {
  .dropdown a:hover + .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.alert-paid {
  margin: 10px 0;
  text-align: center;
}
.alert-paid a {
  color: #f39c12;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 3px 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 3px 3px;
  background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 3px 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 3px 3px;
  background-clip: padding-box;
}
.navbar {
  border: none;
}
.navbar-nav .form-search.focused {
  position: relative;
}
.navbar-nav .form-search.focused input {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}
.navbar-nav li > a {
  font-size: 13px;
}
.navbar-nav li > a h5 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-nav > li > a {
  font-size: 14px;
}
@media (max-width: 769px) {
  ul.dropdown-menu {
    position: relative;
    width: 100%;
    background: #222;
  }
  ul.dropdown-menu .open > a,
  ul.dropdown-menu .open > a:hover,
  ul.dropdown-menu .open > a:focus {
    background: none;
    color: #9d9d9d;
  }
  ul.dropdown-menu > .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .navbar-nav .form-search {
    padding: 0 10px;
  }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
  }
  .dropdown-submenu > a:after {
    display: none;
  }
}
.navbar-brand {
  padding: 5px 5px;
}
.toast-top-center {
  top: 50px;
}
#toast-container > div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*淇nice-validator鏂扮増涓嬬殑涓€澶凚UG*/
.nice-validator input,
.nice-validator select,
.nice-validator textarea,
.nice-validator [contenteditable] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*淇nice-validator鍜宻ummernote鐨勭紪杈戞鍐茬獊*/
.nice-validator .note-editor .note-editing-area .note-editable {
  display: inherit;
}
/*棰勮鍖哄煙*/
.plupload-preview {
  padding: 0 10px;
  margin-bottom: 0;
}
.plupload-preview li {
  margin-bottom: 10px;
}
.plupload-preview .thumbnail {
  margin-bottom: 10px;
}
.plupload-preview a {
  display: block;
}
.plupload-preview a:first-child {
  height: 90px;
}
.plupload-preview a img {
  height: 80px;
  object-fit: cover;
}
#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 50%;
  bottom: 10%;
  left: auto;
  z-index: 80;
  margin-right: -620px;
}
#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn a {
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #212121;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn a.hover:hover {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
#floatbtn a.hover:hover:before {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background-color: #17bb9c;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
#floatbtn a.hover:hover i {
  display: none;
}
#floatbtn a.hover:hover#fb-tipoff:before {
  content: "\4e0a\4f20\8d44\6e90";
  font-weight: 400;
}
#floatbtn a.hover:hover#fb-weibo:before {
  content: "\5fae\535a\5206\4eab";
}
#floatbtn a.hover:hover#fb-qq:before {
  content: "\0051\0051\5206\4eab";
}
#floatbtn a.hover:hover#fb-qzone:before {
  content: "\7a7a\95f4\5206\4eab";
}
#floatbtn a.hover:hover#fb-wechat:before {
  content: "\5fae\4fe1\5206\4eab";
  display: block;
}

#floatbtn a.hover:hover#feedback:before {
  content: "\53d1\8868\8bc4\8bba";
}
#floatbtn a.hover:hover#back-to-top:before {
  content: "\56de\5230\9876\90e8";
}
#floatbtn a#fb-qrcode:hover #fb-qrcode-wrapper {
  display: block;
}
#floatbtn a#fb-wechat:hover #fb-qrcode-wrapper{
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}
#fb-qrcode-wrapper {
  position: absolute;
  right: 59px;
  top: -55px;
  z-index: 120;
  display: none;
  width: 190px;
  height: 212px;
  background-color: #fff;
  border: 1px solid #eee;
}
#fb-qrcode-wrapper:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #d5d5d5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#fb-qrcode-wrapper .qrcode {
  margin-top: 20px;
  line-height: 1;
}
#fb-qrcode-wrapper .qrcode img {
  width: 128px;
  height: 128px;
}
#fb-qrcode-wrapper p {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
#fb-qrcode-wrapper p em {
  color: #dd3067;
}
.text-primary,
.text-primary:hover {
  color: #2c3e50;
}
.text-success,
.text-success:hover {
  color: #18bc9c;
}
.text-danger,
.text-danger:hover {
  color: #e74c3c;
}
.text-warning,
.text-warning:hover {
  color: #f39c12;
}
.text-info,
.text-info:hover {
  color: #3498db;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.responsive-container {
  position: relative;
  width: 100%;
  border: 1px solid #f8f8f8;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.main {
  background: #fff;
  padding: 15px;
  min-height: 500px;
}
.main h3 {
  margin: 0;
  margin-bottom: 10px;
  height: 35px;
  line-height: 35px;
}
.main h3 label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.main > row {
  margin-top: 15px;
}
.main label {
  font-weight: 400;
}
.main .fixed-table-container thead th .th-inner {
  font-weight: 500;
}
.main table a:not(.btn),
.main .table a:not(.btn) {
  text-decoration: none;
}
.nav-sidebar li.active a {
  text-decoration: none;
  background-color: #ecf0f1;
}
.navbar-toggle .icon-bar {
  width: 18px;
}
.footer-inner {
  padding: 2em 0;
}
.footer-inner .copyright {
  margin-bottom: 20px !important;
  line-height: 1.5;
}
.footer-inner .footer-logo {
  margin-bottom: 20px;
}
.footer-inner .footer-logo a {
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.07);
  font-size: 40px;
  font-weight: 700;
}
.footer-inner .footer-logo a:hover,
.footer-inner .footer-logo a:focus {
  text-decoration: none;
}
.footer-inner h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-inner p {
  font-weight: 40;
}
.footer-inner p:last-child {
  margin-bottom: 0;
}
.footer-inner .links {
  padding: 0;
  margin: 0 0 20px 0;
}
.footer-inner .links li {
  list-style: none;
  padding: 5px 0;
}
.footer-inner .links li a:hover {
  text-decoration: none;
}
.footer-inner .footer-social {
  text-align: right;
  margin-top: 0;
}
.footer-inner .footer-social a {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
.footer-inner .footer-social a:hover {
  text-decoration: none;
}

.article-section {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.article-list-main .article-item .content {
  margin-top: 15px;
  color: #919191;
}
.article-list-main .media {
  color: #919191;
}
.article-list-main .media .media-body {
  padding-left: 10px;
  line-height: 25px;
}
.article-list-main .media img {
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  width: 220px;
}
.article-list-main .article-tag {
  display: block;
  clear: both;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.article-list-main .article-tag .pull-left {
  height: 34px;
  line-height: 34px;
  color: #919191;
}
.article-list-main .article-tag .pull-left a {
  color: #919191;
}
.article-list-main .pager {
  margin: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .article-list-main .media img {
    width: 140px;
  }
}
.article-metas {
  overflow: hidden;
  margin-bottom: 10px;
}
.article-metas .date {
  height: 45px;
  width: 45px;
  margin-top: 10px;
  text-align: center;
  color: #c1c1c1;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.article-metas .date .day {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.2;
}
.article-metas .date .month {
  font-size: 12px;
}
.article-metas .metas-body {
  padding-left: 60px;
}
.article-metas .metas-body p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 12px;
}
.article-metas .metas-body .title {
  margin: 5px 0 0 0;
  line-height: 36px;
}
.article-metas .metas-body .title a {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-body .title a:hover {
  color: #46c37b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-body .sns {
  color: #e1e1e1;
  margin: 0px auto;
}
.article-metas .metas-body .sns span {
  margin-right: 10px;
}
.article-metas .metas-body .sns span i {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .article-metas .metas-body .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .article-metas .metas-body .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.article-text p {
  line-height: 30px;
  margin: 20px auto 30px auto;
}
@media (max-width: 767px) {
  .article-text p {
    margin: 10px auto 20px auto;
  }
}
.article-text img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.product-action-btn {
  color: #999;
}
.product-action-btn .bdshare-button-style0-16 .bds_more {
  float: none;
  padding: 0;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
  background: none;
}
.product-like-wrapper {
  margin: 15px auto;
  text-align: center;
}
.product-like-wrapper a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #999;
  text-align: center;
  background-color: #bebebe;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  -webkit-border-radius: 22px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 22px;
  -moz-background-clip: padding;
  border-radius: 22px;
  background-clip: padding-box;
  vertical-align: middle;
}
.product-like-wrapper a.product-like {
  position: relative;
  margin-right: 5px;
  background-color: #46c37b;
}
.product-like-wrapper a.product-like:hover {
  background-color: #08aa73;
}
.product-like-wrapper a.product-dislike {
  position: relative;
  margin-left: 5px;
}
.product-like-wrapper a.product-dislike:hover {
  background-color: #999;
}
.product-like-wrapper a i.fa {
  font-size: 20px;
  color: #fff;
}
.product-like-wrapper .like-bar-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: -18%;
}
.product-like-wrapper .bar {
  width: 110px;
  height: 7px;
  overflow: hidden;
  background-color: #dcdcdc;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.product-like-wrapper .bar span {
  display: block;
  height: 100%;
  width: 50%;
  background-color: #46c37b;
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}
.product-like-wrapper .num {
  position: absolute;
  top: -18px;
  display: block;
  width: 100%;
  font-style: normal;
  font-size: 10px;
  color: #999;
  text-align: center;
}
.product-like-wrapper .num i {
  position: absolute;
  right: 55%;
  color: #46c37b;
  font-style: normal;
}
.product-like-wrapper .num span {
  position: absolute;
  left: 55%;
}
.product-like-wrapper.like-status-1 .product-like {
  position: relative;
  background: #86a4d5;
}
.product-like-wrapper.like-status-1 .product-like::before {
  content: "\5df2\8d5e";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
}
.product-like-wrapper.like-status-3 .product-dislike {
  position: relative;
  background: #bebebe;
}
.product-like-wrapper.like-status-3 .product-dislike::before {
  content: "\5df2\8e29";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
}
.entry-meta ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dedede;
}
.entry-meta ul li {
  line-height: 26px;
}
.related-article {
  margin-top: 10px;
}
.related-article .row {
  margin: 0 -5px;
}
.related-article .col-sm-4 {
  position: relative;
  display: block;
  padding: 0 5px;
  margin: 5px auto;
}
.related-article .related-item {
  position: relative;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.related-article .related-item img {
  width: 100%;
}
.related-article .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff;
  z-index: 999;
}
.panel-default {
  border: none;
  padding: 0 15px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.panel-default > .panel-heading {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
  /*color: @gray-dark;*/
}
.panel-default > .panel-heading .panel-title > i {
  display: none;
}
.panel-default > .panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading .panel-bar {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
.panel-default > .panel-footer {
  padding: 15px 0;
  background: none;
}
.panel-default > .panel-body {
  position: relative;
  padding: 15px 0;
}
.panel-primary > .panel-heading {
  background-color: #46c37b;
  color: #fff;
}
.panel-primary > .panel-body {
  background: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-gray {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.panel-gray > .panel-heading {
  background-color: #f5f5f5;
  color: #919191;
}
.panel-gray > .panel-body {
  color: #919191;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-page {
  padding: 45px 50px 50px;
  min-height: 500px;
}
.panel-page .panel-heading {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.panel-page .panel-heading h2 {
  font-size: 25px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .panel-page {
    padding: 15px;
    min-height: 300px;
  }
}
.tabs-wrapper {
  /*border: 1px solid #f5f5f5;*/
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  /*border-radius: 4px;*/
  background-clip: padding-box;
  margin-bottom: 30px;
  background-color: #fff;
}
.tabs-wrapper .tabs-mark-group {
  padding: 10px;
}
.tabs-wrapper .tabs-mark-group .title {
  width: 90px;
  margin-top: 3px;
  float: left;
}
.tabs-wrapper .tabs-mark-group .classify {
  margin-top: 3px;
}
.tabs-wrapper .tabs-mark-group .classify a,
.tabs-wrapper .tabs-mark-group .classify i {
  color: #919191;
}
.tabs-wrapper .tabs-mark-group .classify a:focus,
.tabs-wrapper .tabs-mark-group .classify a:hover {
  color: #43bc60;
}
.tabs-wrapper .tabs-mark-group .content {
  margin-left: 100px;
}
.tabs-wrapper .tabs-mark {
  margin: 0 4px;
}
.tabs-wrapper .tabs-mark a {
  padding: 2px 5px;
  color: #919191;
}
.tabs-wrapper .tabs-mark i {
  font-size: 10px;
  margin-left: 5px;
}
.tabs-wrapper .tabs-mark.active a,
.tabs-wrapper .tabs-mark:focus a,
.tabs-wrapper .tabs-mark:hover a {
  color: #43bc60;
  border: 1px solid #43bc60;
}
.tabs-wrapper .tabs-group {
  padding: 0 60px 0 15px;
  position: relative;
  overflow-y: hidden;
}
.tabs-wrapper .tabs-group .title {
  float: left;
  padding: 15px 0;
  width: 100px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.tabs-wrapper .tabs-group .content {
  list-style: none;
  padding: 0;
  margin: 0 0 0 100px;
}
.tabs-wrapper .tabs-group .content > li {
  float: left;
  padding: 10px 12px;
}
.tabs-wrapper .tabs-group .content > li > a {
  display: block;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-group .content > li.active > a,
.tabs-wrapper .tabs-group .content > li:focus > a,
.tabs-wrapper .tabs-group .content > li:hover > a {
  text-decoration:none;
  background: #43bc60;
  color: #ffffff;
}
.tabs-wrapper .tabs-group .tabs-toggle {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.tabs-wrapper .tabs-group + .tabs-group {
  border-top: 1px dashed #e4ecf3;
}
.article-filter {
  position: relative;
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-bottom: 30px;
}
.article-filter .nav-sort > li {
  float: left;
}
.article-filter .nav-sort > li > a {
  height: 40px;
  padding: 10px 15px;
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-filter .nav-sort > li > a:hover {
  color: #43bc60;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-filter .nav-sort > li > a.active {
  color: #fff;
  background-color: #43bc60;
}
.article-filter .nav-sort > li > a.active:hover {
  color: #fff;
}
.article-filter .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #43bc60;
}
.article-filter .filter {
  position: absolute;
  text-align: right;
  top: 0;
  right: 15px;
  width: 300px;
}
.article-filter .filter .btn {
  background: none;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-filter .filter .btn:hover {
  color: #43bc60;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-filter .filter .btn > i {
  font-size: 18px;
}
.article-filter .filter label {
  margin-left: 15px;
  margin-top: 11px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-filter .filter label:hover {
  color: #43bc60;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 .breadcrumb {
  padding: 0 5px;
  margin-bottom: 5px;
}
h1 .breadcrumb li {
  font-size: 12px;
  font-weight: 400;
}
#carousel-focus-captions .item .carousel-img {
  background-size: cover;
  width: 100%;
  height: 120px;
  background-position: center center;
}
#carousel-focus-captions .carousel-control.left,
#carousel-focus-captions .carousel-control.right {
  background-image: none;
}
#carousel-focus-captions .carousel-control.left span,
#carousel-focus-captions .carousel-control.right span {
  display: none;
}
#carousel-focus-captions .carousel-control.left:hover,
#carousel-focus-captions .carousel-control.right:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#carousel-focus-captions .carousel-control.left:hover span,
#carousel-focus-captions .carousel-control.right:hover span {
  display: block;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #carousel-focus-captions .item .carousel-img {
    height: 340px;
    width: 100%;
  }
}
/* Medium devices (desktops, 992px and up) */
.article-sidebar .panel-adimg img {
  width: 100%;
}
.hot-tags .panel-body a span {
  margin-bottom: 10px;
}
.product-list .product {
  position: relative;
  margin-bottom: 20px;
}
.product-list .product .detail {
  position: absolute;
  z-index: 1;
  height: 30px;
  right: 15px;
  bottom: 12px;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #00b22d;
  border-radius: 2px;
  background: whitesmoke;
}
.product-list .product .detail:hover {
  background: #eee;
  text-decoration: none;
}
@media (min-width: 769px) {
  .product-list .product:hover .detail {
    display: block;
  }
}
.card {
  border-radius: 4px;
  position: relative;
  padding: 12px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  min-height: 325px;
  background-color: #FFF;
}
.card:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.card .image {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card .title {
  padding-top: 10px;
}
.card h2 {
  color: #000;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: left;
}
#content-container > h1 {
  margin-top: 0;
}
.lasest-update .panel-body {
  padding: 8px 0;
}
.lasest-update .panel-body ul {
  margin-bottom: 0;
}
.lasest-update .panel-body ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 35px;
  line-height: 35px;
}
.channel-list .row .col-xs-6 {
  min-height: 315px;
}
.channel-list .row .col-xs-6 h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  position: relative;
}
.channel-list .row .col-xs-6 h3 > a {
  font-size: 16px;
  border-bottom: 2px solid #17bb9c;
  padding-bottom: 10px;
}
.channel-list .row .col-xs-6 h3 em {
  position: absolute;
  right: 5px;
  top: 5px;
  font-style: normal;
  font-weight: 400;
}
.channel-list .row .col-xs-6 h3 em a {
  font-size: 12px;
}
.channel-list .row .media {
  margin-bottom: 10px;
}
.channel-list .row .media .media-body {
  font-size: 12px;
}
.channel-list .row ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 40px;
  height: 30px;
  line-height: 30px;
}
.channel-list .row ul li a {
  color: #616161;
}
.channel-list .row ul li span {
  position: absolute;
  right: 0;
}
#comment-container #commentlist dl {
  position: relative;
  border-bottom: 1px solid #eee;
  clear: both;
  padding: 10px 0;
  margin-bottom: 5px;
}
#comment-container #commentlist dl dt {
  float: left;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
}
#comment-container #commentlist dl dt img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#comment-container #commentlist dl dd {
  padding-left: 60px;
  float: left;
  width: 100%;
}
#comment-container #commentlist dl dd small {
  display: block;
  color: #999;
  margin: -2px 0;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
#comment-container #commentlist dl dd small a {
  display: none;
}
#comment-container #commentlist dl dd dl {
  margin: 0px;
  border-top: 1px solid #eee;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 0;
}
#comment-container #commentlist dl dd dl dd {
  width: 550px;
}
#comment-container #commentlist dl dd p {
  margin-bottom: 10px;
}
#comment-container #commentlist cite {
  font-style: normal;
}
#comment-container h3 {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 400;
}
#comment-container h3 a {
  display: none;
}
#comment-container #postcomment .form-group {
  margin-bottom: 10px;
}
#comment-container #postcomment label {
  font-weight: normal;
}
#comment-container #postcomment a small {
  display: inline !important;
}
.fieldlist dd {
  display: block;
  margin: 5px 0;
}
.fieldlist dd input {
  display: inline-block;
  width: 300px;
}
.fieldlist dd input:first-child {
  width: 110px;
}
.fieldlist dd ins {
  width: 110px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.text-gray {
  color: #d2d6de !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}


/* navbar */
.container-fluid>.navbar-header{
  margin: 0px;
}

.navbar{
  padding-left: 5px;
  padding-right: 5px;
}
@media(min-width: 768px) {
  .navbar {
    border-radius:0px;
  }
}

.navbar-qcsdn {
  background-color: #474443;
  border-color: #0a2b1d;
}
/* title */
.navbar-qcsdn .navbar-brand {
  color: #E7E7E7;
}
.navbar-qcsdn .navbar-brand:hover,
.navbar-qcsdn .navbar-brand:focus {
  color: #5E5E5E;
}
/* link */
.navbar-qcsdn .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-qcsdn .navbar-nav > li > a:hover,
.navbar-qcsdn .navbar-nav > li > a:focus {
  color: #AAB1B3;
  background-color: #474443;
}
.navbar-qcsdn .navbar-nav > .active > a,
.navbar-qcsdn .navbar-nav > .active > a:hover,
.navbar-qcsdn .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #474443;
}
.navbar-qcsdn .navbar-nav > .open > a,
.navbar-qcsdn .navbar-nav > .open > a:hover,
.navbar-qcsdn .navbar-nav > .open > a:focus {
  color: #0a2b1d;
  background-color: #0a2b1d;
}
/* caret */
.navbar-qcsdn .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  /*border-bottom-color: #777;*/
}
.navbar-qcsdn .navbar-nav > .dropdown > a:hover .caret,
.navbar-qcsdn .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  /*border-bottom-color: #333;*/
}
.navbar-qcsdn .navbar-nav > .open > a .caret,
.navbar-qcsdn .navbar-nav > .open > a:hover .caret,
.navbar-qcsdn .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #0a2b1d;
}
/* mobile version */
.navbar-qcsdn .navbar-toggle {
  border-color: #DDD;
}
.navbar-qcsdn .navbar-toggle:hover,
.navbar-qcsdn .navbar-toggle:focus {
  background-color: #0a2b1d;
}
.navbar-qcsdn .navbar-toggle .icon-bar {
  background-color: #CCC;
}
@media (max-width: 767px) {
  .navbar-qcsdn .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-qcsdn .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-qcsdn .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
  }
}
.htmer{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;      /*鍏煎IE*/
}

.news-list.tags {
  font-size: 12px;
}
.news-list >img{
  float: none;
  display: block;
  max-width: 100%;
  vertical-align:middle
}
.news-list >ul {
  list-style:none;
  background-color: #ffffff;
  margin: 0px 0px;
  padding: 10px;
  border-radius:1px;
}
.news-list.row{
  margin: 15px 15px;
}
.news-list.description{
  color: #BDBDBD;
}
.news-list.tiele ,
.news-list.tiele >a{
  line-height:30px;
  color: #212121;
  text-decoration:none
}
.news-list.tiele >a:hover{
  color: #E74C3C;
  text-decoration:none
}

.news-list.row >li{
  padding: 10px;
}
.news-list.row:hover{
  background-color: #F5F5F5;
  border-radius:5px;
}
.news-list .page-header{
  margin: 10px;
}

.text-with-hr {
  text-align: center;
  position: relative;
  z-index: 2;
}
/*妯嚎锛屽苟閫氳繃z-index锛�-1灏唎r闄勮繎鐨勬í绾块伄鐩栦綇*/
.text-with-hr:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  z-index: -1;
}
.text-with-hr span {
  display: inline-block;
  background: #F5F5F5;
  color: #E74C3C;
  padding: 10px;
}
.text-with-hr strong {
  margin: 15px 0px;
  display: inline-block;
  font-size: 25px;
  background: #F5F5F5;
  padding: 10px;
}
.relatedlist a,
.relatedlist {
   font-size: 10px;
   color: #BDBDBD;
 }
.relatedlist a:hover{
  color: #E74C3C;
}
.relatedlistf{

}

.tags {
  margin: 0
}

.tag {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  color: #0084ff;
  border-style:solid;
  border-width:1px;
}

.tag img {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 3px
}

.tag[href]:focus,.tag[href]:hover {
  background-color: #007bff;
  color: #fff;
  text-decoration: none
}

.tag-xs {
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px
}

.tag-sm {
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  font-size: 13px
}

.tag-lg {
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 28px
}

.tag-link {
  background-color: transparent
}

.tag-logo {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  background-size: 16px 16px
}

.tag-success {
  background-color: #dff0d8;
  color: #18bc9c
}

.tag-info {
  background-color: #d9edf7;
  color: #3498db
}

.tag-warning {
  background-color: #fcf8e3;
  color: #f39c12
}

.tag-danger {
  background-color: #f2dede;
  color: #e74c3c
}


.m-0 {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.p-0 {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.m-1 {
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 5px !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.p-1 {
  padding-top: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.m-2 {
  margin-top: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.p-2 {
  padding-top: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.m-3 {
  margin-top: 15px !important;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 15px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.p-3 {
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.m-4 {
  margin-top: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.ml-4 {
  margin-left: 20px !important;
}
.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.p-4 {
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}
.pt-4 {
  padding-top: 20px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.pb-4 {
  padding-bottom: 20px !important;
}
.pl-4 {
  padding-left: 20px !important;
}
.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mx-auto {
  margin: 0 auto !important;
  float: none !important;
}
.my-auto-parent {
  position: relative !important;
}
.my-auto {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}


footer.footer {
  width: 100%;
  color: #aaa;
  background: #555;
  margin-top: 25px;
}
footer.footer .copyright {
  line-height: 50px;
  text-align: center;
  background: #474443;
  margin: 0;
}
footer.footer .copyright a {
  color: #aaa;
}
footer.footer .copyright a:hover {
  color: #fff;
}
main.content {
  width: 100%;
  overflow: auto;
  min-height: calc(100vh - 125px);
}

.list-title{
  text-decoration:none;
  color: #3c3c3c;
  font-size: 16px;
  font-weight:600;
  white-space: nowrap;
  height: 24px;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-descri{
  height: 24px;
  line-height: 22px;
  color: #828a92;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.list-ifon{
  color: #777;
}
.opendown{
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-color: transparent;
}
.likes,
.likes a:visited{
  color: #007fff;
}
.likes a:link{
  color: #007fff;
}
.likes a:hover{
  color: #e74c3c;
}
.likes a:active{
  color: #007fff;
}
.likes a{
  color: #007fff;
}

.opendown_header{
  padding: 10px;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #393D49;
  border-bottom: 1px solid #f1f1f1;
}

.opendown_title{
  font-size: 14px;
  font-weight: 600;
}

.opendown_body{
  height: calc(100% - 44px);
  line-height: 22px;
  padding: 10px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.opendown_body ul{
  min-height: 100%;
  background: #fff;
  padding: 0;
}
.opendown_body li{
  padding: 5px;
}
.opendown_body .score{
  font-size: 24px;
  font-weight: 600;
  color: #e74c3c;
}
.opendown_body .vipscore{
  color: #e74c3c;
}
.opendown_body .scores a{
  color: #007fff;
}
.opendown_body .scores{
  color: #e74c3c;
}
.downurl{
  width: 120px;
}
.downstatus {
  background-color: #f4f4f4;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.downstatus img{
  width: 15px;
  height: 15px;
}

.for-span{
  display: inline-block;
  font-weight: 600;
}
.for-down{
  text-align: center;
  border: 0;
  border-radius: 0;
  font-family: Lato,sans-serif;
  line-height: 36px;
  margin-bottom: 10px;
  padding: 0 12px;
  transition: border-color cubic-bezier(0.77,0,0.175,1);
  width: 70%;
  border: 1px solid #f1f1f1;
}
.pay-down{
  width: 100%;
}
.pay-down img{
  border: 1px solid #ccc!important
}
.pay-down-l{
  width: 60%;
  left: 0;
  display: inline-block;
}
.pay-down-l img{
  width: 180px;
  height: 180px;
  display: inline-block;
}

.pay-down-r{
  width: 35%;
  left: 0;
  display: inline-block;
}
.pay-down-r img{
  width: 180px;
  height: 180px;
  display: inline-block;
}
.alipay-logo {
  position: absolute;
  left: 47%;
  width: 30px!important;
  background-color: #fff;
  height: 30px!important;
  border-radius: 5px;
  top: 44%
}


.result {
  width: 100%;
}
.result-back {
  color: #108EE9;
  max-width: 370px;
  margin: 5px auto 0;
  padding-left: 15px;
}
.result-back img {
  width: 16px;
}
.result-logoWrap {
  max-width: 370px;
  margin: 0 auto;
  padding: 0 40px;
}
.result-logo {
  width: 129px;
  height: 45px;
  margin: 25px auto 0;
  margin-bottom: 25px;
  background-image: url('https://gw.alipayobjects.com/mdn/rms_349abe/afts/img/A*Vx6gR6AB0qkAAAAAAAAAAABkARQnAQ');
  background-repeat: no-repeat;
  background-size: contain;
}
.result-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 370px;
  margin: 35px auto 25px;
}
.result-tips {
  max-width: 370px;
  margin: 0 auto 20px;
  padding: 0 40px;
  font-size: 14px;
  color: #999999;
  line-height:21px;
  text-align: justify;
  word-break:break-all;
  word-wrap:break-word;
}
.result-botton {
  margin: 0 40px 20px;
}
.result-botton a {
  font-weight:500;
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 384px;
  line-height: 43px;
  background: #108EE9;
  text-align: center;
  border-radius: 1.5px;
  border: 1px solid #108EE9;
}
.result-botton a.am-button-white {
  color: #108EE9;
  background:#ffffff;
  border: 1px solid #108EE9;
}
.result-botton .am-button[disabled=disabled] {
  color: #e6e6e6;
  background: #f8f8f8;
  border: 1px solid #dedede;
}
.loading {
  display: none;
}
#ServerNum {
  color: #FFFFFF;
}

.btn-deeplue {
  color: #fff;
  background-color: #4d83ff;
  border-color: #4d83ff;
}
.btn-deeplue a{
  color: #fff;
}
.btn-deeplue:hover {
  color: #fff;
  background-color: #2768ff;
  border-color: #1a5fff;
}

.btn-dangers {
  color: #fff;
  background-color: #ff4747;
  border-color: #ff4747;
}

.btn-dangers:hover {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff1414;
}

.btn-dangers:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

.btn-dangers.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff4747;
  border-color: #ff4747;
}

.btn-dangers:not(:disabled):not(.disabled):active, .btn-dangers:not(:disabled):not(.disabled).active,
.show > .btn-dangers.dropdown-toggle {
  color: #fff;
  background-color: #ff1414;
  border-color: #ff0707;
}

.btn-dangers:not(:disabled):not(.disabled):active:focus, .btn-dangers:not(:disabled):not(.disabled).active:focus,
.show > .btn-dangers.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1609089659637'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1609089659637#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1609089659637') format('woff'),
  url('../fonts/iconfont.ttf?t=1609089659637') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1609089659637#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  /*font-size: 12px;*/
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bianji:before {
  content: "\e604";
}

.icon-pinglun:before {
  content: "\e67e";
}

.icon-cai:before {
  content: "\e701";
}

.icon-fenxiang:before {
  content: "\e619";
}

.icon-guanzhu:before {
  content: "\e60f";
}

.icon-jiantoushang:before {
  content: "\e62c";
}

.icon-xingxing:before {
  content: "\e80d";
}

.icon-yonghu:before {
  content: "\e667";
}

.icon-shangchuan:before {
  content: "\e68f";
}

.icon-sousuo:before {
  content: "\e608";
}

.icon-ziyuan:before {
  content: "\e610";
}

.icon-xiazai:before {
  content: "\e668";
}

.icon-weibo:before {
  content: "\e635";
}

.icon-qq:before {
  content: "\e647";
}

.icon-qzone:before {
  content: "\e602";
}

.icon-wechat:before {
  content: "\e6b9";
}


