@charset "UTF-8";
body,
html {
  padding: 0;
  margin: 0;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-size: 12px;
  color: #444;
  font-family: "微软雅黑", "Microsoft Yahei";
  max-width: 100%;
}

body {
  font-size: 14px;
}

[data-dpr="2"] body {
  font-size: 28px;
}

[data-dpr="3"] body {
  font-size: 42px;
}

[data-dpr="3.5"] body {
  font-size: 49px;
}

a {
  text-decoration: none !important;
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ul {
  padding: 0;
}

img {
  border: none;
}

#iframepage {
  border: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex.colume {
  flex-direction: column;
}

.flex.center {
  justify-content: center;
}

.flex.saround {
  justify-content: space-around;
}

.flex.vcenter {
  align-items: center;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.nborder {
  border: none !important;
}

em {
  font-weight: 400;
  font-style: normal;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

.left_banner {
  margin-top: 90px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .left_banner img {
    width: 460px;
  }
}

.collection-points {
  cursor: pointer;
  background-image: url(../../images/antuo/knowledge_base/hs6.png);
}

.not-collection-points {
  cursor: pointer;
  background-image: url(../../images/antuo/knowledge_base/hs9.png);
}

.comment-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -6px;
  background-position: center center;
  background-repeat: no-repeat;
}

.content_subject_left {
  margin-top: 20px;
  margin-right: 20px;
  width: 21%;
  min-width: 210px;
  overflow: hidden;
  background-color: #fff;
}

.content_subject_left .nav_title {
  height: 50px;
  line-height: 50px;
  background-color: #da6561;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
}

.content_subject_left .nav_title i {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  background: url(../../images/antuo/iconq1.png) center center no-repeat;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.content_subject_left .nav_list {
  overflow: hidden;
  padding-bottom: 13px;
}

.content_subject_left .nav_list .nav_item {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 15px 20px 15px;
}

.content_subject_left .nav_list .nav_item .nav_item_title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  padding-right: 20px;
  background: url(../../images/antuo/iconq2.png) right center no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.content_subject_left .nav_list .nav_item .nav_item_content {
  overflow: hidden;
  margin-top: 10px;
}

.content_subject_left .nav_list .nav_item .nav_item_content li {
  /* float: left; */
  /* width: 50%; */
}

.content_subject_left .nav_list .nav_item .nav_item_content li:hover a {
  color: #da6561;
}

.content_subject_left .nav_list .nav_item .nav_item_content li a {
  display: block;
  font-size: 13px;
  color: #333;
  line-height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.content_subject_right {
  width: 21%;
  min-width: 200px;
  overflow: hidden;
  margin-top: 20px;
}

.content_subject_right .QR_code {
  height: 571px;
  overflow: hidden;
  background-color: #fff;
  padding-top: 27px;
  padding-bottom: 2px;
}

.content_subject_right .QR_code .QR_code_title {
  width: 200px;
  height: 42px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 21px;
}

.content_subject_right .QR_code .QR_code_title .QR_code_title_img {
  display: block;
  width: 100%;
  height: 100%;
}

.content_subject_right .QR_code .knowledge_shop {
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}

.content_subject_right .QR_code .knowledge_shop .knowledge_shop_item {
  float: left;
  width: 33%;
}

.content_subject_right .QR_code .knowledge_shop .knowledge_shop_item a {
  display: block;
  height: 90px;
  line-height: 90px;
  border-left: 1px solid #eee;
  overflow: hidden;
  text-align: center;
}

.content_subject_right
  .QR_code
  .knowledge_shop
  .knowledge_shop_item
  a:hover
  img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.content_subject_right .QR_code .knowledge_shop .knowledge_shop_item a img {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.content_subject_right .QR_code .QR_code_content {
  overflow: hidden;
}

.content_subject_right .QR_code .QR_code_content .QR_code_content_item {
  text-align: center;
}

.content_subject_right .QR_code .QR_code_content .QR_code_content_item img {
  display: block;
  width: 81px;
  height: 80px;
  margin: 0 auto 10px;
}

.content_subject_right .QR_code .special_title {
  font-size: 16px;
  font-weight: 600;
  color: #da6561;
  border-bottom: solid 1px #dbdada;
  padding-bottom: 5px;
}

.content_subject_right .QR_code .special_list {
  width: 100%;
  padding: 20px 0;
}

.content_subject_right .QR_code .special_list .special_list_item {
  float: left;
  width: 80px;
  height: 80px;
  font-size: 15px;
  color: #da6561;
  border: solid 1px #e6e6e6;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 20px;
}

.content_subject_right
  .QR_code
  .special_list
  .special_list_item
  .special_list_item_icon {
  margin-top: 10px;
}

.content_subject_right
  .QR_code
  .special_list
  .special_list_item
  .special_list_item_icon
  i {
  width: 40px;
  height: 40px;
}

.content_subject_right .QR_code .special_content {
  margin-top: 10px;
  padding: 0 10px;
}

.content_subject_right .QR_code .special_content .special_content_title {
  width: 100px;
  margin: 10px 0;
  font-size: 15px;
  text-align: center;
  border: solid 1px #dbdada;
  background: #ffffff;
  z-index: 10;
  padding: 5px 0;
}

.content_subject_right .QR_code .special_content .special_content_list {
  font-size: 14px;
  line-height: 23px;
  height: 226px;
  overflow-y: auto;
}

.footer {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 214px;
  background: #DA6661;
}

.footer .footer_content {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: center;
}

.footer .footer_content .customer_service {
  float: left;
  width: 520px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  overflow: hidden;
  margin-right: 20px;
}

.footer .footer_content .footer_nav {
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 2em;
  padding-top: 2px;
}

.footer .footer_content .footer_nav a {
  color: #fff;
}

.footer .footer_content .footer_nav .footer_nav_link {
  overflow: hidden;
  margin-left: -22px;
}

.footer .footer_content .footer_nav .footer_nav_link a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 22px;
}

.footer .footer_content .footer_nav .antuo_introduce {
  color: #fff;
}

.loadmore {
  width: 80%;
  height: 40px;
  margin: 40px auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  margin-top: 5.4em;
}

.loadmore .loadmore-tips {
  position: relative;
  top: -0.9em;
  padding: 0 0.55em;
  background-color: #ffffff;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.panel-body {
  position: relative;
  padding: 15px 0;
}

.panel-body #postcomment h3 {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 400;
}

.panel-body #postcomment .form-group {
  margin-bottom: 10px;
}

.panel-body #postcomment .form-group .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-body #postcomment .form-group .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-body #postcomment .form-group .btn-primary {
  color: #fff;
  background-color: #da6561;
  border-color: #da6561;
}

.panel-default {
  border: none;
  padding: 0 20px;
  -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-body {
  position: relative;
  padding: 15px 0;
}

.panel-default .panel-body #comment-container #commentlist #commentItemWrap {
  position: relative;
  border-bottom: 1px solid #eee;
  clear: both;
  padding: 10px 0;
  margin-bottom: 5px;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  #commentItemWrap::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  #commentItemWrap
  .comment-item-avatar {
  float: left;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  #commentItemWrap
  .comment-item-avatar
  .comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  #commentItemWrap
  .comment-item-content {
  padding-left: 60px;
  float: left;
  width: 100%;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  #commentItemWrap
  .comment-item-content
  .content-wrap
  cite {
  font-style: normal;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  #commentItemWrap
  .comment-item-content
  .content-wrap
  small {
  display: block;
  color: #999;
  margin: -2px 0;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  #commentItemWrap
  .comment-item-content
  .content-wrap
  .comment-description {
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 24px;
}

.panel-default .panel-body #comment-container #commentlist .loadmore {
  width: 80%;
  margin: 60px auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
}

.panel-default .panel-body #comment-container #commentlist .loadmore-line {
  border-top: 1px solid #e5e5e5;
  margin-top: 2.4em;
}

.panel-default
  .panel-body
  #comment-container
  #commentlist
  .loadmore-line
  .loadmore-tips {
  position: relative;
  top: -0.9em;
  padding: 0 0.55em;
  background-color: #ffffff;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.panel-default .panel-body #comment-container #postcomment .post-comment-title {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 400;
}

.panel-default .panel-body #comment-container #postcomment .cancel-reply {
  display: none;
  text-decoration: none;
  color: #444;
}

.panel-default .panel-body #comment-container #postcomment .cancel-reply small {
  display: inline !important;
}

.panel-default
  .panel-body
  #comment-container
  #postcomment
  #postform
  .form-group {
  margin-bottom: 10px;
}

.panel-default
  .panel-body
  #comment-container
  #postcomment
  #postform
  .form-group
  .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-default
  .panel-body
  #comment-container
  #postcomment
  #postform
  .form-group
  .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default
  .panel-body
  #comment-container
  #postcomment
  #postform
  .form-group
  .btn-primary {
  color: #fff;
  background-color: #da6561;
  border-color: #da6561;
}

.panel-default
  .panel-body
  #comment-container
  #postcomment
  #postform
  .form-group
  .btn-outline-primary {
  color: #da6561;
  background-color: transparent;
  background-image: none;
  border-color: #da6561;
}

.tags {
  display: block;
  float: left;
  line-height: 18px;
  padding: 0 6px;
  font-size: 12px;
  color: #4b4b4b;
  background-color: #dbdada;
  margin-right: 15px;
  margin-top: 10px;
}

.enclosure_img {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 2px;
  background-image: url(../../images/antuo/iconq4.png);
}

.enclosure_image {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 2px;
  background-image: url(../../images/antuo/iconbz.png);
  background-size: 30px 30px;
}

.delay {
  margin-left: 20px;
  color: #da6561 !important;
  font-size: 13px;
  width: 55px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border: solid 1px #da6561;
}

.star_image {
  background-image: url(../../images/antuo/star_img.png);
}

.phone_image {
  background-image: url(../../images/antuo/iconq10.png);
}
