body .bsBox {
  width: 232px !important;
  height: 257px !important;
  text-align: center;
  background: #fff !important;
  border: solid 1px #d8d8d8;
}
body .bsTop {
  background: #fff;
  border: none;
}
body .bshare-custom a:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.fixModel.bshare-custom {
  width: 50px;
  height: 100px;
  position: fixed;
  right: 2%;
  bottom: 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fixModel.bshare-custom a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #999;
}
.fixModel.bshare-custom div:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.bshare-custom a.bshare-weixin {
  background: #fff url("../images/wechat.png") no-repeat center;
  background-size: contain;
}
.bshare-custom a.bshare-sinaminiblog {
  background: #fff url("../images/sina.png") no-repeat center;
  background-size: contain;
}
body {
  padding-top: 0 !important;
}
.banner {
  min-height: 400px;
  position: relative;
  background: url("../images/banner.png?v=1") no-repeat center top;
}
.banner img {
  width: 100%;
  vertical-align: bottom;
}
.banner .banner_tip {
  font-size: 30px;
  color: #595554;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .banner_tip .svgIcon {
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
}
.container {
  padding-top: 0.5px;
  background: #FAFAFA;
}
.container .wrapped {
  position: relative;
}
.container .wrapped > .container_tab, .container .wrapped > .container_panel {
  min-height: 100vh;
  position: relative;
}
.container_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 40px auto;
  position: relative;
}
.container_select .select_tab ul, .container_select #select_week ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container_select > .select_content {
  min-width: 583.9px;
  min-height: 36px;
}
.container_select .select_tab ul li {
  width: 73px;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  text-align: center;
  background: #F0F0F0;
  border-radius: 30px;
  margin-left: 30px;
  padding: 0 12px;
  cursor: pointer;
}
.container_select .select_content label, #select_week ul li {
  background: #fff;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.02);
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
#select_week ul li {
  margin-right: 12px;
  padding: 0 12px;
  cursor: pointer;
}
.container_select #select_week ul li {
  margin: 0 0 0 12px;
}
.container_select .select_tab ul li.active {
  color: #765D28;
  background: #DFCDA6;
}
.container_select .select_content label:not(:last-child) {
  margin-right: 10px;
}
.container_select .select_content > ul > li {
  display: none;
}
.container_select .select_content > ul > li.active {
  display: block;
}
.container_select .select_content label .am-selected {
  height: 35px;
}
.container_select .select_content label .am-btn-default {
  color: inherit;
  background: #f0f0f0;
}
.container_select .select_action {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_select .select_action.active .svgIcon {
  fill: #DFCDA6;
}
.container_select .select_action.select_location span {
  display: inline-block;
  vertical-align: top;
  max-width: 4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header_location .mod_list_city:before, .mod_list_city:after {
  left: 490px;
}
.header_location .mod_list_city:after {
  left: 492px;
}
.container_select .select_action .svgIcon {
  fill: #929292;
  vertical-align: -.22em;
}
.container_tab--wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: 30px auto;
}
.container_tab--wrapper ul::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.container_tab--wrapper ul li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  cursor: pointer;
}
.container_tab--wrapper ul li:not(:last-child) {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}
.container_tab--wrapper ul li.active {
  color: #B19761;
  font-weight: bold;
}
.container_tab > ul {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container_tab > ul li {
  min-width: 121px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.container_tab > ul li .svgIcon {
  fill: #929292;
}
.container_tab > ul li.active .svgIcon {
  fill: #DCC38F;
}
.container_tab > ul li .img--wrapper {
  display: inline-flex;
  vertical-align: -0.18em;
  width: 1.2em;
  height: 1.2em;
}
.container_panel {
  padding-bottom: 30px;
  position: relative;
}
.container_panel > ul > li {
  display: none;
}
.container_panel > ul > li.active {
  display: block;
}
.am-table {
  border-collapse: collapse;
  position: relative;
}
.container_panel .svg--wrapper {
  position: absolute;
  width: 100%;
  top: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  font-size: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container_panel .svgIcon.loading {
  -webkit-animation: rotating infinite 1s linear;
  animation: rotating infinite 1s linear;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#table_tbody { /*min-height: 1200px;*/
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
  border: none;
  text-align: center;
}
.am-table > thead > tr {
  background: #f0f0f0;
}
.am-table > thead > tr > th {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0;
}
.am-table > thead > tr > th .img--wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -4px;
  cursor: pointer;
  overflow: visible;
}
.am-table > thead > tr > th .img--wrapper .rule_tip {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 230px;
  height: 120px;
  font-size: 12px;
  color: #6D6D6D;
  line-height: 1.4166;
  text-align: left;
  padding: 13px 12px;
  background: #fff;
  border: 1px solid #FFA04C;
  border-radius: 2px;
}
.am-table > thead > tr > th .img--wrapper:hover .rule_tip {
  display: block;
}
.am-table > tbody > tr {
  font-size: 18px;
  color: #222222;
  height: 120px;
}
.am-table > tbody > tr > td {
  font-size: 22px;
  line-height: 135px;
  padding: 71px 0 0;
}
.am-table.table--article > tbody > tr > td {
  font-size: 22px;
  line-height: 72px;
  padding: 71px 0 0;
}
.am-table > tbody > tr > td:first-child {
  width: 50px;
}
.am-table > tbody > tr > td:nth-child(3) {
  width: 300px;
}
.am-table > tbody > tr > td:last-child {
  width: 330px;
  position: relative;
}
.am-table > tbody > tr:first-child > td:last-child .td_wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 16px;
  color: #BFBFBF;
  line-height: 1;
}
.am-table td:nth-child(2) .img--wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 203px;
  height: 135px;
  position: relative;
  overflow: visible;
}
.am-table td:nth-child(2) .img--wrapper .wrapper_name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  color: #000000;
}
.am-table td:nth-child(2) .li_td {
  text-align: left;
  padding-left: 100px;
}
.am-table td:nth-child(2) .li_td .img--wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.am-table td .img--wrapper img {
  width: 100%;
  min-height: 100%;
}
.am-table td .td_name {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}
.am-table td .td_wrapper {
  font-size: 16px;
  color: #000;
}
.am-table td .td_wrapper.td_order {
  height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-table.table--article td .td_wrapper.td_order {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-table td .td_wrapper.td_order .img--wrapper {
  width: 40px;
}
.am-table td .td_wrapper.td_order .img--wrapper img {
  max-width: 100%;
}
.am-table td .td_wrapper.td_order .order--wrapper {
  min-width: 28px;
  height: 28px;
  font-size: 20px;
  color: #fff;
  background: #9C9C9C;
  border-radius: 4px;
  line-height: 28px;
}
.am-table td .td_wrapper.td_convas {
  width: 240px;
  height: 125px;
  margin: 0 auto;
}
.am-table td .td_wrapper.td_container {
  min-width: 230px;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-table td .td_wrapper.td_container.td_button--wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.am-table td .td_wrapper .td_title {
  font-size: 16px;
  color: #BFBFBF;
  line-height: 22px;
}
.am-table td .td_wrapper .td_data {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin: 5px auto;
}
.am-table td .td_wrapper .td_data span {
  color: #FF4646;
  font-weight: bold;
}
.am-table td .td_wrapper .td_data-compare {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
.am-table td .td_wrapper .td_data-compare.compare--up span {
  color: #FF4646;
}
.am-table td .td_wrapper .td_data-compare.compare--down span {
  color: limegreen;
}
.am-table td .td_wrapper .td_price {
  font-size: 16px;
  color: #C5C5C5;
  line-height: 22px;
}
.am-table td .td_wrapper .td_price:first-child {
  margin-bottom: 2.5px;
}
.am-table td .td_wrapper .td_price:first-child span {
  font-weight: bold;
}
.am-table td .td_wrapper .td_price span {
  font-size: 16px;
  color: #000;
}
.am-table td .td_wrapper .td_price span.span--num {
  font-size: 22px;
  color: #FF4646;
}
.am-table td .td_wrapper.td_button--wrapper .content--wrapper {
}
.am-table td .td_wrapper.td_button--wrapper .td_button {
  width: 115px;
  height: 50px;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F1AB39), to(#FE791A));
  background-image: -webkit-linear-gradient(top, #F1AB39 0%, #FE791A 100%);
  background-image: linear-gradient(180deg, #F1AB39 0%, #FE791A 100%);
  border-radius: 26.5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.am-table td .td_wrapper.td_button--wrapper .button-wrapper {
  line-height: 30px;
}
.am-table td .td_wrapper.td_button--wrapper .button-wrapper .td-button {
  width: 140px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 0.5px solid #EAEEF3;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}
.am-table td .td_wrapper.td_button--wrapper .button-wrapper .td-button.disabled {
  background: #E4E6EB;
}
.am-table td .td_wrapper.td_button--wrapper .button-wrapper .td-button:hover {
  background: rgba(255, 160, 76, 0.1);
  border-radius: 4px;
  border: 0.5px solid #FFA04C;
}
.am-table td .td_wrapper.td_button--wrapper .button-wrapper .td-button:first-child {
  margin-bottom: 8px;
}
.am-table td .td_wrapper .flat {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  position: relative;
}
.am-table td .td_wrapper .flat::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 13px;
  background: #888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.am-table td .td_wrapper.td_author {
  padding-left: 100px;
  text-align: left;
}
.am-table td .td_wrapper.td_author .img--wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  margin-right: 20px;
}
.am-table td .td_wrapper.td_author .img--wrapper img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.am-table td .td_wrapper.td_author .img--wrapper .img--type {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
.am-table td .td_wrapper.td_author .td_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-table td .td_wrapper.td_article {
  width: 660px;
}
.am-table td .td_wrapper.td_article p.li_title {
  font-size: 22px;
  line-height: 1.363636;
  max-height: 59.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  max-width: 530px;
  margin-bottom: 20px;
}
.am-table td .td_wrapper.td_article .type--wrapper {
  font-size: 14px;
  color: #222;
  text-align: left;
  height: 22px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.am-table td .td_wrapper.td_article .type--wrapper li, .li_td .li_type--ask div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  text-align: left;
}
.am-table td .td_wrapper.td_article .type--wrapper li:not(:last-of-type) {
  margin-right: 50px;
}
.am-table td .td_wrapper.td_article .type--wrapper .svgIcon {
  margin: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.am-table td .td_wrapper.td_article .li_type--ask .svgIcon {
  margin-right: 5px;
}
.am-table td .td_wrapper.td_article .type--wrapper .active .svgIcon {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.am-table td .td_wrapper.td_article .type--wrapper .say_type {
  margin: 0 5px;
  font-size: 12px;
  color: #7166CB;
}
.am-table td .td_wrapper.td_article .type--wrapper .say_type ~ span {
  font-size: 14px;
  margin-top: -1px;
}
.am-table td .td_wrapper.td_scores {
  width: 568px;
  height: 135px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-table td .td_wrapper.td_scores .wrapper_name {
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #000000;
  height: 33px;
  line-height: 33px;
  margin-bottom: 10px;
}
.am-table td .td_wrapper.td_scores .wrapper_name > a > span {
  font-size: 16px;
  color: #000000;
  margin-left: 30px;
}
.am-table td .td_wrapper.td_scores .wrapper_name .span--num {
  font-size: 24px;
  color: #FE4C4C;
  font-weight: bold;
}
.am-table td .td_wrapper.td_scores .scores_list {
  width: 100%;
  height: 65px;
  line-height: 28px;
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F2F2F2;
  border-radius: 12px;
}
.am-table td .td_wrapper.td_scores .scores_list li {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
  font-size: 12px;
  color: #929292;
  height: 28px;
  line-height: 28px;
}
.am-table td .td_wrapper.td_scores .scores_list li span {
  font-size: 20px;
  color: #000;
}
.container_panel .container_more {
  font-size: 16px;
  color: #9C9C9C;
  text-align: center;
  padding: 10px 0;
  margin: 30px auto;
  cursor: pointer;
}
/* 分页 */
.paginate {
  margin: 50px auto;
  text-align: center;
}
.paginate a, .paginate span {
  text-decoration: none;
  display: inline-block;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  color: #3A6BFB;
  border: 1px solid #E2E5FF;
}
.paginate li {
  display: inline-block;
}
.paginate .current {
  background: #F0F0F0;
  border: 1px solid rgba(178, 178, 178, 0.19);
}
.paginate a:hover, .paginate a.on {
}
.paginate a.unclick, .paginate a.unclick:hover {
  background: none;
  border: 1px solid #eee;
  color: #999;
  cursor: default;
}
.panel--null {
  display: none;
  background: #fff;
  text-align: center;
}