/*
*Description:	Theme CSS
*Author:		TOYEAN
*Website:		https://www.toyean.com/
*Mail:		toyean@qq.com
*Version:		V1.3(2023-10-05)
*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: rgba(0, 0, 0, 0.7);
}
::selection {
  color: #fff;
  background: #318dfd;
}
::-moz-selection {
  color: #fff;
  background: #318dfd;
}
a,
img,
button,
input,
textarea {
  font-family: arial, "microsoft yahei";
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}
body {
  font-size: 14px;
  color: #666666;
}
html.cur,
body.cur {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: #ee7600;
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear;
  transition: background-color 0.1s linear, color 0.1s linear;
}
a:hover {
  text-decoration: none;
}
area {
  behavior: url(images/area.htc);
  outline: 0;
}
i {
  font-style: normal;
}
ul,
ol {
  font-size: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: 0;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
}
input,
textarea {
  font-size: 14px;
  font-family: arial, "microsoft yahei";
  outline: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 9;
}
.zoom {
  display: inline-block;
  vertical-align: top;
}
.hide {
  display: none;
}
.shadow {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}
.transform {
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrap {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper {
  font-family: arial, "microsoft yahei";
  background: #ebebeb;
}
.head {
  width: 100%;
  border-bottom: 1px solid #ee7600;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
}
.logo {
  width: 250px;
  float: left;
  display: inline;
  margin-right: 20px;
}
.logo a {
  width: 250px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.logo a img {
  width: 250px;
  vertical-align: middle;
}
.topfont {
  margin-top: 20px;
  font-size: 15px;
  color: #ee7600;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
}
.menu {
  float: right;
  display: inline;
  margin-top: 20px;
  line-height: 55px;
  display: inline-block;
  vertical-align: top;
}
.menu ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.menu li {
  line-height: 60px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.menu li a {
  padding: 0 15px;
  font-size: 18px;
  color: #666666;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menu li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #ee7600;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menu li a.on,
.menu li a:hover {
  color: #ee7600;
  _border-bottom: 2px solid #ee7600;
}
.menu li a.on:after,
.menu li a:hover:after {
  width: 100%;
  margin-left: -50%;
}
.menu li .subnav {
  min-width: 150px;
  padding: 5px 10px 10px 0;
  border-bottom: 2px solid #ee7600;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  display: none;
}
.menu li .subnav a {
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 36px;
  border: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu li .subnav a.on,
.menu li .subnav a:hover {
  color: #ee7600;
}
.menu li .subnav a.on:after,
.menu li .subnav a:hover:after {
  display: none;
}
.menu li .subnav a:before {
  content: "\e6a6";
  width: 10px;
  margin-right: 5px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.menu li .subnav a.navbtn {
  color: #ee7600;
}
.menu li .subnav a.navbtn::before {
  color: #ee7600;
}
.menu li .subnav.grid {
  width: 240px;
  padding: 5px 20px 5px 5px;
}
.menu li .subnav.grid ul {
  width: 100%;
  line-height: 50px;
}
.menu li .subnav.grid li {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.menu li.subcate:hover .subnav {
  display: block;
}
.menuico {
  width: 38px;
  height: 38px;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  display: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menuico span {
  width: 21px;
  height: 2px;
  background-color: #ee7600;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menuico span:first-child {
  margin-top: -6px;
}
.menuico span:last-child {
  margin-top: 6px;
}
.menuico.on span:first-child {
  width: 20px;
  margin-top: -8px;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuico.on span:nth-child(2) {
  opacity: 0;
  width: 2px;
  left: 20px;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.menuico.on span {
  background-color: #666666;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  transform-origin: 0;
}
.menuico.on span:last-child {
  width: 20px;
  margin-top: 6px;
  margin-left: -7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.subnav {
  display: none;
}
.msearch {
  width: 100%;
  line-height: 50px;
  border-top: 1px solid #ee7600;
  border-bottom: 1px solid #ee7600;
  position: relative;
  display: none;
}
.msearch .text {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 16px;
  font-family: "microsoft yahei";
  line-height: 50px;
  text-indent: 15px;
  border: 0;
  outline: 0;
  background: #f8f8f8;
}
.msearch .text:focus {
  color: #ee7600;
}
.msearch .text::-webkit-input-placeholder {
  color: #subc;
}
.msearch .text::-moz-placeholder {
  color: #subc;
}
.msearch .text:-ms-input-placeholder {
  color: #subc;
}
.msearch .on {
  border: 1px solid #ee7600;
  border-right: 0;
}
.msearch .btn {
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.msearch .btn:after {
  content: "\e6e1";
  font-size: 33px;
  color: #ee7600;
  font-family: iconfont;
}
.msearch .btn.active:after {
  color: #666666;
}
.msearch.on {
  border: 1px solid #ee7600;
  background: #fff;
}
.toptel img {
  height: 50px;
  margin-left: 20px;
}
.search {
  float: right;
  display: inline;
  margin: 32px 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.search .text {
  width: 150px;
  height: 30px;
  padding: 0 30px 0 3px;
  float: left;
  font-size: 14px;
  font-family: "microsoft yahei";
  line-height: 33px;
  text-indent: 10px;
  border-radius: 20px;
  outline: 0;
  background: transparent;
}
.search .text:focus {
  color: #666666;
}
.search .text::-webkit-input-placeholder {
  color: #subc;
}
.search .text::-moz-placeholder {
  color: #subc;
}
.search .text:-ms-input-placeholder {
  color: #subc;
}
.search .on {
  border: 1px solid #ee7600;
  border-right: 0;
}
.search .btn {
  width: 30px;
  height: 33px;
  float: left;
  margin: 0 5px 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 0;
  right: 4px;
}
.search .btn:after {
  content: "\e6e1";
  font-size: 26px;
  color: #666666;
  font-family: iconfont;
}
.search .btn.active:after {
  color: #666666;
}
.search.on {
  border: 1px solid #ee7600;
  background: #fff;
}
.schmbanner {
  width: 100%;
  display: none;
}
.main {
  margin-top: 70px;
  padding: 30px 0 10px;
  position: relative;
  z-index: 1;
  zoom: 1;
}
.main:after {
  content: "";
  display: block;
  clear: both;
}
.content {
  width: 710px;
  float: left;
  display: inline;
}
.content.alone {
  width: auto;
  float: none;
}
.content.alone .singlecon h1 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.focus {
  margin-bottom: 20px;
  font-size: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}
.focus a {
  text-align: center;
  display: block;
}
.focus a img {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  opacity: .8;
}
.swiper-pagination-bullet-active {
  width: 15px;
  border-color: #ee7600;
  border-radius: 2px;
  background: #ee7600;
  opacity: .8;
}
.swiper-button-prev,
.swiper-button-next {
  opacity: .5;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-prev,
.swiper-button-next {
  background: #333;
  opacity: .6;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 28px;
  color: #fff;
  font-family: iconfont;
  text-align: center;
  line-height: 45px;
  display: block;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  background: #ee7600;
}
.swiper-button-prev:after {
  content: "\e6dc";
}
.swiper-button-next:after {
  content: "\e6a6";
}
.notice {
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.noticebar {
  height: 30px;
  margin-bottom: 15px;
  line-height: 30px;
  border-bottom: 1px solid #efcb99;
  overflow: hidden;
}
.noticebtn {
  width: 7px;
  float: right;
  margin-top: 10px;
}
.noticebtn span {
  width: 7px;
  height: 4px;
  float: left;
  display: inline;
  margin-top: 8px;
  overflow: hidden;
}
.noticelist {
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.noticelist:before {
  content: "\e61e";
  float: left;
  display: inline;
  font-size: 28px;
  color: #ee7600;
  font-family: iconfont;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.noticelist ul {
  padding-left: 15px;
  list-style-type: disc;
  list-style-position: inside;
}
.noticelist ul.nodate span {
  display: none;
}
.noticelist li {
  height: 40px;
  font-size: 14px;
  color: #ee7600;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  overflow: hidden;
  zoom: 1;
}
.noticelist li a {
  font-size: 14px;
  color: #e63200;
}
.noticelist li span {
  margin-left: 10px;
  color: #666666;
}
.noticemore {
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.noticemore a {
  font-size: 14px;
  color: #e63200;
  display: inline-block;
  vertical-align: top;
}
.noticemore::after {
  content: "\e6a6";
  font-size: 18px;
  color: #e63200;
  font-family: iconfont;
  display: inline-block;
}
.noticemorebtn {
  margin: 10px 0;
}
.noticemorebtn a {
  font-size: 16px;
  color: #e63200;
  text-align: center;
  border: 1px solid #e63200;
  border-radius: 3px;
  background: #fff;
  display: block;
}
.showbtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.showbtn::before {
  content: "\e69b";
  font-size: 26px;
  color: #ee7600;
  font-family: iconfont;
  display: block;
}
.showbtn.on::before {
  content: "\e6a4";
}
.contitle {
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.contitle h1,
.contitle h2 {
  margin-bottom: -1px;
  font-size: 16px;
  border-bottom: 1px solid #ee7600;
  display: inline-block;
  vertical-align: top;
}
.conintro {
  margin: 0 0 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.conintro img {
  width: 100%;
}
.conintro .catetxt {
  font-size: 16px;
  text-align: left;
  line-height: 32px;
}
.conintro .right {
  text-align: right;
  color: #ee7600;
  font-weight: bold;
  display: block;
}
.sitemap {
  max-width: 80%;
  height: 38px;
  float: right;
  display: inline;
  font-size: 12px;
  overflow: hidden;
}
.sitemap .homeico {
  width: 14px;
  height: 14px;
}
.sitemap .homeico:before {
  content: "\e6ad";
  font-size: 17px;
  color: #999;
  font-family: iconfont;
  vertical-align: top;
}
.sitemap a {
  font-size: 12px;
  color: #999;
  vertical-align: top;
}
.articlebox {
  margin-bottom: 10px;
  background: #fff;
}
.articlebox .postcon {
  width: 100%;
}
.list {
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
}
.list ul {
  margin-left: -3%;
  font-size: 0;
}
.list li {
  width: 30.33%;
  margin: 0 0 3% 3%;
}
.articlelist {
  margin: 0 0 20px;
}
.articlelist strong {
  font-size: 16px;
  color: #666 !important;
  font-weight: bold;
  line-height: 36px !important;
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.articlelist.alone strong {
  margin-bottom: 5px;
  border-bottom: 0;
}
.articlelist.alone ul {
  margin: 0;
}
.articlelist.alone li {
  width: 100%;
  margin: 0;
  border: 0;
}
.articlelist.alone li::before {
  display: none;
}
.articlelist ul {
  margin: 10px 0 0 -2%;
  font-size: 14px;
}
.articlelist li {
  width: 38%;
  margin-left: 2%;
  color: #ee7600;
  line-height: 28px;
  border-bottom: 1px dotted #ebebeb;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block !important;
  vertical-align: top;
}
.articlelist li:before {
  content: "\e6a6";
  margin-right: 5px;
  font-size: 14px;
  font-family: iconfont;
}
.articlelist li a {
  font-size: 14px !important;
  text-decoration: none !important;
}
.post {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  zoom: 1;
}
.post:after {
  content: "";
  display: block;
  clear: both;
}
.posttitle {
  display: block;
}
.posttitle a {
  margin: 0 0 5px -20px;
  padding-left: 17px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  display: inline-block;
}
.postdetail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.postimg {
  width: 170px;
  float: left;
  display: inline;
  margin-right: 20px;
  overflow: hidden;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.postimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.postimg a.playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.postimg a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.postimg a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.postcon {
  width: 620px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.postcon p {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
.postcon.alone {
  width: 100%;
}
.postinfo {
  margin: 5px 0 10px;
  line-height: 22px;
}
.postinfo span {
  padding-right: 10px;
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.postcata {
  font-size: 14px;
  color: #fff;
  background: #ee7600;
}
.postcata a {
  color: #fff;
  font-size: 14px;
}
.postcate {
  font-size: 14px;
}
.postcate a {
  color: #999;
  font-size: 14px;
}
.postcate:before {
  content: "\e6e2";
  margin-right: 3px;
  font-size: 16px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.postuser {
  font-size: 14px;
}
.postuser a {
  color: #999;
}
.postuser:before {
  content: "\e6a9";
  margin-right: 3px;
  font-size: 16px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.posttime {
  font-size: 14px;
}
.posttime:before {
  content: "\e69c";
  margin-right: 3px;
  font-size: 16px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.postviews {
  font-size: 14px;
}
.postviews:before {
  content: "\e6a7";
  margin-right: 3px;
  font-size: 16px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.postlist {
  margin-bottom: 10px;
}
.postlist ul {
  margin-left: -3%;
  font-size: 0;
}
.postlist li {
  width: 47%;
  margin: 0 0 3% 3%;
}
.pagebar,
.cmtpagebar {
  width: 100%;
  margin: 20px auto;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  clear: both;
}
.pagebar .now-page,
.cmtpagebar .now-page {
  margin: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bolder;
  line-height: 16px;
  border: 1px solid #ee7600;
  background: #ee7600;
  display: inline-block;
}
.pagebar a,
.cmtpagebar a {
  margin: 4px;
  padding: 0 10px;
  color: #777;
  font-weight: bolder;
  border: 1px solid #ebebeb;
  background: #fff;
  display: inline-block;
}
.pagebar a:hover,
.cmtpagebar a:hover {
  color: #ee7600;
  text-decoration: none;
  border: 1px solid #ee7600;
  background: #fff;
}
.pagination-loading {
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  border-radius: 2px;
  background: #ebebeb;
}
.ias_trigger,
.ias_loader {
  margin-bottom: 10px;
  font-size: 16px;
  color: #888;
}
.ias_trigger a,
.ias_loader a {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  display: block;
}
.ias_trigger a:hover,
.ias_loader a:hover {
  color: #888;
  background: #ebebeb;
}
.topicslide {
  margin-bottom: 10px;
  text-align: center;
}
.topicslide img {
  width: 100%;
}
.pagephoto {
  margin-bottom: 10px;
  padding: 0 20px;
  background: #fff;
}
.pagephoto .contitle {
  margin-bottom: 10px;
}
.pagephoto ul {
  margin-left: -2%;
  padding: 0 20px;
  zoom: 1;
}
.pagephoto ul:after {
  content: "";
  display: block;
  clear: both;
}
.pagephoto li {
  width: 31.33%;
  float: left;
  display: inline;
  margin: 0 0 2% 2%;
}
.pagephoto li:first-child {
  width: 64.66%;
}
.pagephoto li:first-child div {
  width: 100%;
  height: 0;
  padding-bottom: 60.2%;
  overflow: hidden;
  position: relative;
  display: block;
}
.pagephoto li:first-child div img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pagephoto li div {
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  overflow: hidden;
  position: relative;
  display: block;
}
.pagephoto li div img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sale {
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  zoom: 1;
}
.sale:after {
  content: "";
  display: block;
  clear: both;
}
.salelist {
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
}
.salelist ul {
  margin-left: -3%;
  font-size: 0;
}
.salelist li {
  width: 30.33%;
  margin: 0 0 3% 3%;
}
.saletopic {
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.saletopic.noimg {
  display: block;
}
.saletopic.noimg .saletopicinfo {
  width: auto;
  padding: 0;
}
.saletopic.noimg .saletopicinfo h1 {
  margin: 0;
}
.saletopicimg {
  width: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.saletopicimgthumb {
  width: 100%;
  height: 0;
  float: left;
  display: inline;
  margin-bottom: 2%;
  padding-bottom: 70%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.saletopicimgthumb img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.saletopicinfo {
  width: 550px;
  padding: 0 0 0 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.saletopicinfo h1,
.saletopicinfo h2 {
  margin: 15px 0 20px;
  font-size: 22px;
  color: #ee7600;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.saletopicinfo h1 i,
.saletopicinfo h2 i {
  margin-left: 10px;
  font-size: 18px;
  color: #999;
  font-weight: normal;
}
.saletopicinfo ul {
  margin-bottom: 30px;
}
.saletopicinfo li {
  margin-bottom: -1px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 50px;
  border: 1px solid #ebebeb;
  background: #fff;
}
.saletopicinfo li label {
  margin-right: 10%;
  padding-right: 10px;
  border-right: 1px solid #ebebeb;
  display: inline-block;
  vertical-align: top;
}
.saletopicinfo li strong {
  color: #ee7600;
  font-weight: bold;
}
.saletopicinfo p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
.saletopicintro {
  font-size: 14px;
}
.saletopicintro table {
  width: 100%;
  line-height: 22px;
}
.salebox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.salethumb {
  width: 100%;
  height: 0;
  float: left;
  display: inline;
  padding-bottom: 70%;
  text-align: center;
  position: relative;
  display: block;
}
.salethumb img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.saleimg {
  width: 300px;
  float: left;
  display: inline;
  overflow: hidden;
  display: grid;
}
.saleimg div {
  width: 100%;
  align-self: end;
  justify-self: left;
}
.saleimg ul {
  margin: 0 0 0 -3.33%;
  font-size: 0;
}
.saleimg ul li {
  width: 30%;
  margin: 3.33% 0 0 3.33%;
  padding: 1%;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.saleimg ul li.on {
  border-color: #ee7600;
}
.saleimg a {
  width: 100%;
  height: 0;
  float: left;
  display: inline;
  padding-bottom: 70%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.saleimg a img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.saleinfo {
  width: 410px;
  font-size: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.saleinfo div {
  width: 100%;
}
.saleinfo h1,
.saleinfo h2,
.saleinfo h3,
.saleinfo h4 {
  margin: 15px 0 20px;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
}
.saleinfo ul {
  margin-bottom: 30px;
}
.saleinfo li {
  margin-bottom: -1px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ebebeb;
  background: #fff;
}
.saleinfo li label {
  width: 70px;
  float: left;
  display: inline;
  font-weight: bold;
}
.saleinfo li strong {
  color: #ee7600;
  font-weight: bold;
}
.saleinfo p {
  font-size: 16px;
  color: #888;
}
.saledetail {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
  border-bottom: 1px dotted #ebebeb;
}
.salebtn {
  width: 45%;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #ee7600;
  display: inline-block;
  vertical-align: top;
}
.salebtn:hover {
  background: #ff8a14;
}
.salebtn:first-of-type {
  margin-right: 10%;
}
.salebtn i.qq {
  margin-right: 5px;
}
.salebtn i.qq:before {
  content: "\e60f";
  font-family: iconfont;
}
.salebtn i.wechat {
  margin-right: 5px;
}
.salebtn i.wechat:before {
  content: "\e610";
  font-family: iconfont;
}
.salebtn i.buy {
  margin-right: 5px;
}
.salebtn i.buy:before {
  content: "\e697";
  font-family: iconfont;
}
.salebtn i.service {
  margin-right: 5px;
}
.salebtn i.service:before {
  content: "\e607";
  font-family: iconfont;
}
.salebtn.wx {
  background: #5bbf23;
}
.city .logo {
  margin: 0;
  font-size: 24px;
}
.cityslogan {
  float: right;
  display: inline;
  margin-top: 25px;
  font-size: 18px;
  color: #ee7600;
  font-family: '楷体';
  font-weight: bold;
  line-height: 30px;
}
.citybtn {
  height: 30px;
  margin-left: 20px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  border-radius: 3px;
  background: #ee7600;
  display: inline-block;
  vertical-align: top;
}
.cityitem {
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  zoom: 1;
}
.cityitem:after {
  content: "";
  display: block;
  clear: both;
}
.citypic {
  font-size: 0;
}
.citypic.noimg {
  display: block;
}
.citypic.noimg .saletopicinfo {
  width: auto;
  padding: 0;
}
.citypic.noimg .saletopicinfo h1 {
  margin: 0;
}
.citypicimg {
  width: 220px;
  float: left;
  display: inline;
  margin: 0 30px 0 0;
}
.citypicimgthumb {
  width: 100%;
  height: 0;
  margin-bottom: 2%;
  padding-bottom: 70%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.citypicimgthumb img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.citypicinfo {
  position: relative;
}
.citypicinfo.all {
  padding-bottom: 50px;
}
.citypicinfo .citypicname {
  margin: 15px 0 20px;
  font-size: 22px;
  color: #ee7600;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.citypicinfo .citypicname i {
  margin-left: 10px;
  font-size: 18px;
  color: #999;
  font-weight: normal;
}
.citypicinfo ul {
  margin-bottom: 30px;
}
.citypicinfo li {
  margin-bottom: -1px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 50px;
  border: 1px solid #ebebeb;
  background: #fff;
}
.citypicinfo li label {
  margin-right: 10%;
  padding-right: 10px;
  border-right: 1px solid #ebebeb;
  display: inline-block;
  vertical-align: top;
}
.citypicinfo li strong {
  color: #ee7600;
  font-weight: bold;
}
.citypicinfo p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
.citypicintro {
  font-size: 16px;
  color: #888;
  line-height: 24px;
  position: relative;
}
.citypicintro table {
  width: 100%;
  line-height: 22px;
}
.citypicintro.desc {
  height: 96px;
  font-size: 16px;
  color: #ebebeb;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
}
.citymore {
  padding: 0 20px;
  font-size: 14px;
  color: #ee7600;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ee7600;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
.citymore:hover {
  color: #fff;
  background: #ee7600;
}
.citymore.on {
  width: 180px;
  padding: 14px 0 0 0;
  line-height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
}
.citymore.on::after {
  content: "\e6a4";
  margin-top: 1px;
  font-size: 22px;
  color: #ee7600;
  font-family: iconfont;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  -moz-transition: background-color 0.15s linear, color 0.15s linear;
  -o-transition: background-color 0.15s linear, color 0.15s linear;
  -ms-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
}
.citymore.on:hover::after {
  color: #fff;
}
.citytitle {
  margin-bottom: 15px;
  padding: 0 20px;
  line-height: 38px;
  border-bottom: 1px solid #ebebeb;
  zoom: 1;
}
.citytitle:after {
  content: "";
  display: block;
  clear: both;
}
.citytitle h4 {
  margin-bottom: -1px;
  font-size: 16px;
  color: #ee7600;
  font-weight: bold;
  border-bottom: 1px solid #ee7600;
  display: inline-block;
  vertical-align: top;
}
.citytitle .right {
  float: right;
  display: inline;
}
.citytitle .right span {
  margin: 0 5px;
  color: #ee7600;
}
.cityphoto {
  margin: 10px 0 0;
  background: #fff;
}
.cityphoto ul {
  margin-left: -2%;
  padding: 0 20px;
  zoom: 1;
}
.cityphoto ul:after {
  content: "";
  display: block;
  clear: both;
}
.cityphoto li {
  width: 31.33%;
  float: left;
  display: inline;
  margin: 0 0 2% 2%;
}
.cityphoto li:first-child {
  width: 64.66%;
}
.cityphoto li:first-child div {
  width: 100%;
  height: 0;
  padding-bottom: 60.2%;
  overflow: hidden;
  position: relative;
  display: block;
}
.cityphoto li:first-child div img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cityphoto li div {
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  overflow: hidden;
  position: relative;
  display: block;
}
.cityphoto li div img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.citymail {
  margin: 10px 0 0;
  background: #fff;
}
.citymail .mailform {
  padding: 0 20px 20px;
}
.citypop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
}
.citybox {
  width: 400px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.cityname {
  height: 32px;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
.cityclose {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #666666;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 15px;
}
.cityclose::before {
  content: "\e69f";
  font-family: iconfont;
}
.cityclose:hover::before {
  color: #ee7600;
}
.citycon {
  padding: 10px 20px 20px;
}
.citycon video {
  width: 100%;
  border: 0;
  outline: 0;
  display: block;
}
.citycon table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.citycon .th {
  width: 100px;
  background: #f5f5f5;
}
.citycon td {
  padding: 5px 10px;
  color: #666;
  line-height: 24px;
  word-break: break-all;
  border: 1px solid #ebebeb;
}
.btnpopcopy {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  background: #ee7600;
  display: block;
}
.item {
  display: inline-block;
  vertical-align: top;
}
.itemimg {
  margin-bottom: 10px;
}
.itemimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.itemimg a.playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.itemimg a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.itemimg a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.itemcon h2 {
  text-align: center;
}
.itemcon h2 a {
  font-size: 14px;
  color: #666666;
}
.itemcon b {
  text-align: center;
  display: block;
}
.itemcon b a {
  font-size: 14px;
  color: #666666;
}
.itemblock {
  margin-bottom: 10px;
  padding: 10px 15px 0;
  background: #fff;
}
.itemblock.xslide {
  overflow: hidden;
}
.itemblock.xslide .itemtitle {
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
}
.itemblock.xslide .itemtitle h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.itemblock.xslide .itemtitle::before {
  content: "";
  width: 64px;
  height: 2px;
  background: #ee7600;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.itemblock.xslide .itemtitle a {
  line-height: 21px;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 1;
}
.itemblock.xslide .itemimg {
  margin-bottom: 5px;
}
.itemblock.xslide .itemimg .playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  line-height: normal;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.itemblock.xslide .itemcon {
  text-align: center;
  white-space: normal;
  line-height: 16px;
}
.itemblock.xslide .itemcon a {
  font-size: 14px;
  color: #333;
}
.itemblock.xslide ul {
  margin: 0 0 0 -3%;
  font-size: 0;
  white-space: nowrap;
}
.itemblock.xslide li {
  width: 30.3333%;
  margin-left: 3%;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.itemblock.xslide li strong {
  font-size: 12px;
  font-weight: 400;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.itemblock.xslide li span {
  margin-top: 4px;
  font-size: 12px;
  color: #969696;
  display: inline-block;
}
vertical-align:top .itemblock.xslide li span.view::before {
  content: "\e6a7";
  height: 14px;
  margin-top: 1px;
  font-size: 17px;
  color: #969696;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.index .itemtitle a::after {
  content: "\e6a6";
  font-size: 18px;
  color: #ee7600;
  font-family: iconfont;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.category .itemtitle a::after {
  content: "\e6a6";
  font-size: 18px;
  color: #ee7600;
  font-family: iconfont;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.category .itemblock {
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.single h1 {
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  font-size: 24px;
  line-height: 26px;
  border-left: 3px solid #ee7600;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
}
.singletip {
  margin-bottom: 10px;
  padding: 10px 15px 0;
  font-size: 24px;
  line-height: 20px;
  background: #fff;
}
.singletip ul {
  margin-left: -2%;
  font-size: 0;
}
.singletip li {
  width: 31.33%;
  margin: 0 0 10px 2%;
  padding: 10px;
  font-size: 14px;
  color: #ee7600;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  background: #f8f8f8;
  display: inline-block;
  vertical-align: top;
}
.singletip li a {
  display: block;
}
.singledate {
  font-size: 12px;
  color: #999;
  line-height: 17px;
}
.singledate span {
  margin-right: 20px;
}
.singledate span:before {
  margin-right: 5px;
  font-size: 14px;
  font-family: iconfont;
  vertical-align: top;
}
.singledate .time:before {
  content: "\e69c";
}
.singledate .views:before {
  content: "\e6a7";
}
.singlecon {
  margin-bottom: 20px;
  padding: 20px;
  line-height: 32px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  zoom: 1;
}
.singlecon:after {
  content: "";
  display: block;
  clear: both;
}
.singlecon h1 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #ee7600;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
}
.singlecon h1.v {
  text-align: left;
}
.singlecon p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.singlecon .video {
  height: 0;
  padding-top: 20px;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.singlecon .video video,
.singlecon .video embed,
.singlecon .video iframe,
.singlecon .video table {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.singleconbox {
  font-size: 16px;
  overflow: hidden;
}
.singleconbox a {
  color: #ee7600;
  text-decoration: underline;
}
.singleconbox table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  background: #fffcf5;
}
.singleconbox table,
.singleconbox table tr,
.singleconbox table td {
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}
.imgads {
  text-align: center;
  display: block;
}
.imgadsbox {
  font-size: 0;
  position: relative;
}
.imgadsbox .imgads {
  width: 100%;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.imgadsbox .imgads a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.imgadsbox .imgads img {
  margin: 0 auto;
  display: block;
}
.adsbox {
  border-top: 1px dotted #eee;
  position: relative;
}
.catearticleads {
  padding: 20px 0;
  font-size: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.catearticleads:after {
  content: "";
  display: block;
  clear: both;
}
.catenav {
  margin: 0 -10px 0;
  padding: 5px 0 10px;
  font-size: 0;
  border-top: 1px solid #ebebeb;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
  background: #fff;
}
.catenav a {
  width: 23%;
  margin: 0 1% 1%;
  font-size: 15px;
  color: #ee7600;
  text-align: center;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: unset;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.catenav a:hover {
  color: #fff;
  background: #ee7600;
}
.articleads02 .h {
  padding: 5px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #ee7600;
  display: block;
}
.articleads02 p {
  margin: 10px 0;
}
.articleads02 p.text {
  font-size: 13px;
  color: #000;
}
.articleads02 a.btn {
  margin: 0 5px;
  padding: 0 15px;
  font-size: 15px;
  color: #ee7600;
  border: 1px solid #ee7600;
  background: #fff;
  position: relative;
  display: inline-block;
}
.articleads02 a.btn:before {
  content: "";
  width: 80px;
  height: 0;
  border-top: 1px solid #ee7600;
  position: absolute;
  top: 14px;
  right: calc(100% + 10px);
}
.endads {
  margin-bottom: 20px;
  padding: 0;
}
.endads a {
  padding: 0;
  display: block;
}
.endads a img {
  margin: 0 auto;
  display: block;
}
.fontcon {
  width: 70%;
  float: left;
  display: inline;
  padding-right: 5%;
}
.fontcon span {
  display: block;
}
.fontcon span.title {
  margin-bottom: 5px;
  font-size: 32px;
  color: #666666;
  position: relative;
  z-index: 1;
}
.fontcon span.subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  color: #ee7600;
  position: relative;
  z-index: 1;
}
.fontcon span.info {
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  border: 1px solid #eee;
  background: #ee7600;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
.catebtncon {
  height: 100%;
  float: right;
  display: inline;
  margin-top: 44px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.catebtncon a {
  padding: 0 20px;
  font-size: 18px;
  color: #ee7600;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ee7600;
  display: block;
}
.randbox ul {
  margin-left: -2%;
  zoom: 1;
}
.randbox ul:after {
  content: "";
  display: block;
  clear: both;
}
.rand li {
  width: 48%;
  float: left;
  display: inline;
  margin: 0 0 0 2%;
}
.rand li > a,
.rand li span {
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  overflow: hidden;
  position: relative;
  display: block;
}
.rand li > a.playbtn::before,
.rand li span.playbtn::before {
  content: "\e6aa";
  width: 32px;
  margin: -21px 0 0 -21px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: iconfont;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.rand li > a img,
.rand li span img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rand li p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rand li p a {
  font-size: 14px;
  color: #666666;
}
.sloganlink {
  font-size: 22px;
  color: #ee7600;
  text-align: center;
  line-height: 32px;
  display: block;
}
.sloganlink a {
  font-size: 22px;
  color: #ee7600;
  text-decoration: none;
}
.sloganlink:before,
.sloganlink:after {
  font-size: 14px;
  color: #666;
}
.sloganlink:before {
  content: "<<< ";
}
.sloganlink:after {
  content: " >>>";
}
.tagshare {
  zoom: 1;
}
.tagshare:after {
  content: "";
  display: block;
  clear: both;
}
.tags {
  font-size: 14px;
}
.tags a {
  margin: 0 5px 10px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
}
.tags a:hover {
  border: 1px solid #ee7600;
}
.sharebox {
  margin: 2px 0 10px;
}
.sharebox .label {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.sharebox .label,
.sharebox .sharebtn {
  display: inline-block;
}
.articleads a {
  padding: 10px 0;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #ee7600;
  display: block;
}
.pageinfo {
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px dotted #ebebeb;
}
.pageinfo span {
  padding: 0 5px;
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.pageinfo.v {
  text-align: left;
}
.pagecata {
  font-size: 14px;
  color: #fff;
  background: #ee7600;
}
.pagecata a {
  color: #fff;
  font-size: 14px;
}
.pageuser {
  font-size: 14px;
}
.pageuser a {
  color: #999;
}
.pageuser:before {
  content: "\e6a9";
  margin-right: 5px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.pagetime {
  font-size: 14px;
}
.pagetime:before {
  content: "\e69c";
  margin-right: 5px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.pageviews {
  font-size: 14px;
}
.pageviews:before {
  content: "\e6a7";
  margin-right: 5px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.ctrl {
  display: inline-block;
  vertical-align: top;
}
.ctrl a {
  width: 21px;
  height: 20px;
  margin: 0 0 0 8px;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  background: #ebebeb;
  display: inline-block;
  vertical-align: top;
}
.ctrl a::before {
  content: "A\207a";
  font-size: 16px;
  color: #999;
  font-family: iconfont;
}
.ctrl a:nth-child(2)::before {
  content: "A\207b";
}
.ctrl a:nth-child(3)::before {
  content: "A";
}
.pages {
  padding-top: 20px;
  border-top: 1px solid #eee;
  overflow: hidden;
  zoom: 1;
}
.pages:after {
  content: "";
  display: block;
  clear: both;
}
.pages a {
  color: #666666;
}
.pages p {
  height: 26px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
a.backtolist {
  float: right;
  display: inline;
  margin: 8px 0 0;
  padding: 3px 30px;
  font-size: 14px;
  color: #ee7600;
  line-height: 28px;
  border: 1px solid #ee7600;
  border-radius: 50px;
}
a.backtolist:hover {
  color: #fff;
  background: #ee7600;
}
.titlebox h2,
.titlebox h3,
.titlebox h4,
.titlebox h5,
.titlebox h6 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ee7600;
  font-weight: bold;
  position: relative;
}
.titlebox h2:before,
.titlebox h3:before,
.titlebox h4:before,
.titlebox h5:before,
.titlebox h6:before {
  content: "";
  width: 3px;
  height: 18px;
  background: #ee7600;
}
.tabnav {
  height: 47px;
  position: relative;
}
.tabnav ul {
  font-size: 0;
  border-bottom: 2px solid #ebebeb;
  background: #fff;
  z-index: 999;
}
.tabnav li {
  display: inline-block;
  vertical-align: top;
}
.tabnav li a {
  margin-bottom: -2px;
  padding: 0 25px;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  line-height: 45px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  position: relative;
  display: block;
}
.tabnav li a:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #ebebeb;
  position: absolute;
  top: 15px;
  right: 0;
}
.tabnav li a:hover,
.tabnav li a.on {
  color: #ee7600;
  border-bottom: 2px solid #ee7600;
}
.tabnav li a:hover:after,
.tabnav li a.on:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #ebebeb;
  position: absolute;
  top: 15px;
  right: 0;
}
.tabnav li a:last-child:after {
  display: none;
}
.tabnav .sharebtn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tabcon {
  position: relative;
}
.tabcon li {
  font-size: 14px;
  display: none;
}
.tabcon li.on {
  display: block;
}
.tabcon li h2,
.tabcon li h3,
.tabcon li h4,
.tabcon li h5,
.tabcon li h6 {
  font-size: 18px;
  color: #ee7600;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}
.tabcon li .contitle h1,
.tabcon li .contitle h2,
.tabcon li .contitle h3,
.tabcon li .contitle h4,
.tabcon li .contitle h5,
.tabcon li .contitle h6 {
  margin-bottom: -1px;
  font-size: 16px;
  line-height: 38px;
  border-bottom: 1px solid #daac61;
  display: inline-block;
  vertical-align: top;
}
.tabcon li .pagephoto {
  padding: 0;
}
.tabcon li .pagephoto li {
  padding: 0;
}
.tabcon a {
  color: #ee7600;
  text-decoration: underline;
}
.tabcon .pagephoto .contitle {
  margin-bottom: 20px;
}
.tabcon .pagephoto li {
  display: block;
}
.tabcon .omodelintro h2,
.tabcon .omodelintro h3,
.tabcon .omodelintro h4,
.tabcon .omodelintro h5,
.tabcon .omodelintro h6 {
  margin-bottom: 10px;
  font-size: normal;
  line-height: 30px;
  border: none;
  position: static;
}
.tabcon .omodelintro h2:before,
.tabcon .omodelintro h3:before,
.tabcon .omodelintro h4:before,
.tabcon .omodelintro h5:before,
.tabcon .omodelintro h6:before {
  display: none;
}
.tabcon .olistname {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px dotted #ebebeb;
  background: #f8f8f8;
}
.tabcon .olistname h2,
.tabcon .olistname h3,
.tabcon .olistname h4,
.tabcon .olistname h5,
.tabcon .olistname h6 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  border: 0;
}
.tabcon .olistname a {
  color: #666666;
  text-decoration: none;
}
.tabitem p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}
.tabitem .video {
  height: 0;
  padding-top: 20px;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.tabitem .video video,
.tabitem .video embed,
.tabitem .video iframe,
.tabitem .video table {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tabinfo {
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  background: #fff;
}
.tabinfo table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  background: #fffcf5;
}
.tabinfo table,
.tabinfo table tr,
.tabinfo table td {
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}
.videowrap {
  margin-bottom: 20px;
  overflow: hidden;
}
.videobox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  text-indent: 0!important;
  position: relative;
  display: block;
}
.videobox object,
.videobox video,
.videobox embed,
.videobox iframe {
  width: 100%;
  height: 100%;
  outline: 0;
  position: absolute;
  display: block;
}
.videobox object video,
.videobox video video,
.videobox embed video,
.videobox iframe video {
  width: 100%;
}
.videobox video {
  background: #292929;
}
.videoitem p {
  margin: 10px 0 0;
  text-align: center;
}
.teach {
  margin-bottom: 30px;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.teachimg {
  width: 30%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.teachimgbox {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  overflow: hidden;
  position: relative;
}
.teachimgbox img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.teachintro {
  width: 100%;
}
.teachinfo {
  width: 65%;
  padding: 0 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.teachinfo h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #666666;
}
.teachinfo p {
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.teachlist ul {
  margin-left: -3.33%;
  font-size: 0;
}
.teachlist li {
  width: 30%;
  margin: 0 0 2% 3.33%;
  display: inline-block;
  vertical-align: top;
}
.teachlistimg {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  overflow: hidden;
  position: relative;
  display: block;
}
.teachlistimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.teachlistimg.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.teachlistname {
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px dotted #ebebeb;
  background: #f8f8f8;
}
.teachlistname a {
  color: #ee7600;
}
.omodel {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  zoom: 1;
}
.omodel:after {
  content: "";
  display: block;
  clear: both;
}
.omodeltitle {
  margin-bottom: 10px;
  display: none;
}
.omodeltitle h4 {
  font-size: 18px;
  color: #ee7600;
}
.omodelimg {
  width: 180px;
  float: left;
  display: inline;
  margin-right: 20px;
}
.omodelimg span {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.omodelimg span.playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.omodelimg span img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.omodelimg span.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.omodelintro {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
.omodelintro h4 {
  font-size: 18px;
  color: #ee7600;
}
.omodelbtn {
  text-align: right;
}
.omodelbtn a {
  padding: 0 20px;
  font-size: 16px;
  color: #ee7600;
  text-decoration: none;
  line-height: 32px;
  border: 1px solid #ee7600;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
.omodelbtn a:hover {
  color: #fff;
  background: #ee7600;
}
.olist {
  margin-top: 20px;
}
.olist .contitle {
  padding: 0;
}
.olist .contitle h3 {
  margin: 0;
}
.olist ul {
  margin-left: -3%;
  font-size: 0;
}
.olist li {
  width: 47%;
  margin: 0 0 3% 3%;
  display: inline-block;
  vertical-align: top;
}
.olistimg {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.olistimg a.playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.olistimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.olistimg.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.articletitle {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.cmt,
.comment {
  padding: 20px 0 0;
  font-size: 12px;
  line-height: 26px;
  border-top: 1px dotted #eee;
  overflow: hidden;
  zoom: 1;
}
.cmt:after,
.comment:after {
  content: "";
  display: block;
  clear: both;
}
.cmtimg {
  width: 70px;
  float: left;
}
.cmtimg img {
  width: 48px;
  height: 48px;
}
.cmtinfo {
  font-size: 14px;
  word-break: break-all;
}
.cmtinfo a {
  color: #666666;
}
.cmtinfo .cmt {
  margin: 15px 0 0 -20px;
  padding-bottom: 0;
}
.cmtinfo .cmt .cmt {
  margin: 15px 0 0 -20px;
  padding-bottom: 0;
}
.cmtinfo .cmt .cmt .cmt {
  margin: 15px 0 0 -20px;
  padding-bottom: 0;
}
.cmtinfo .cmtinfo {
  width: 500px;
}
.cmtinfo .cmtinfo .cmtinfo {
  width: 430px;
}
.cmtinfo .cmtinfo .cmtinfo .cmtinfo {
  width: 360px;
}
.cmttime,
.cmttime a {
  font-size: 12px;
  color: #999;
}
.cmtarea textarea {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #ddd;
  outline: 0;
  overflow: hidden;
  vertical-align: top;
  box-sizing: border-box;
}
.cmtsubmit button {
  width: 100px;
  height: 32px;
  margin: 0 10px 0 0;
  color: #fff;
  line-height: 31px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: #ee7600;
}
.cmtsubmit span {
  font-size: 14px;
  color: #999;
}
.cmtform {
  overflow: hidden;
}
.cmtform p {
  padding: 5px 0;
}
.cmtform input {
  width: 100%;
  height: 38px;
  padding: 2px 6px;
  border: 1px solid #ebebeb;
  outline: 0;
  box-sizing: border-box;
}
.cmtform input {
  *display: inline;
}
.cmtform label {
  width: 100%;
  padding: 0 10px;
  line-height: 27px;
  display: block;
}
.cmtform #inpVerify {
  width: 300px;
  float: left;
  margin-right: 20px;
  display: inline;
}
.cmtform img {
  height: 38px;
  margin-left: 10px;
  vertical-align: top;
}
.cmtform .cmtbtn {
  width: 100px;
  float: right;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: inline;
  background: #daac61;
}
.relate {
  font-size: 14px;
}
.relatetitle {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 1px dotted #ebebeb;
}
.relate li {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ebebeb;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.relate li b {
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.relate li b a {
  margin: 0 0 10px -20px;
  padding-left: 20px;
  font-size: 22px;
  color: #333;
  font-weight: normal;
}
.relate li:not(:first-child) {
  width: 30%;
  margin: 0 0 10px 5%;
  color: #ee7600;
  padding-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.relate li:not(:first-child) a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ee7600;
  border: none;
}
.relate li:not(:first-child):nth-child(3n-1) {
  margin-left: 0;
}
.relate li.askli {
  line-height: 24px;
}
.relate li.askli i {
  width: 30px;
  float: left;
  display: inline;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 10px;
  background: #ee7600;
}
.relate li.askli a {
  padding: 0 110px 0 10px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.relate li.askli .askinfo {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.relate li.askli .askinfo span {
  /* width:45px; */
  display: inline-block;
}
.relate li.askli .askinfo span.views {
  /* width:65px; */
  margin-left: 20px;
}
.relate li.askli .askinfo span.views:before {
  content: "\e6a7";
  margin-right: 3px;
  font-size: 16px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.relate li.askli:not(:first-child) {
  width: 100%;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.relate li.askli:not(:first-child):nth-child(3n-1) {
  margin: 0 0 10px;
}
.relateinfo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.relateimg {
  width: 140px;
  float: left;
  display: inline;
  margin-right: 20px;
  overflow: hidden;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.relateimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.relateimg a.playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.relateimg a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.relateimg a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.relateintro {
  width: 650px;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.relateintro.alone {
  width: 100%;
}
.friendlink {
  margin: 10px 0;
  padding: 30px 30px 20px;
  font-size: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  zoom: 1;
}
.friendlink:after {
  content: "";
  display: block;
  clear: both;
}
.friendlink strong {
  font-size: 16px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
}
.friendlink ul {
  line-height: 18px;
}
.friendlink ul li {
  margin: 0px 15px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.friendlink ul li a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  vertical-align: top;
}
.friendlink ul li a:hover {
  color: #ee7600;
}
.dashi {
  padding: 20px;
  background: #fff;
}
.dashidesc {
  margin-bottom: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  display: flex;
  align-items: flex-end;
}
.dashipic {
  margin-right: 20px;
}
.dashipic span {
  width: 260px;
  height: 0;
  padding-bottom: 94%;
  overflow: hidden;
  position: relative;
  display: block;
}
.dashipic span img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dashiinfo p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.dashititle {
  margin-bottom: 20px;
}
.dashititle h1 {
  font-size: 22px;
  color: #ee7600;
  display: inline-block;
  vertical-align: top;
}
.dashititle span {
  margin: 8px 0 0 15px;
  font-size: 14px;
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.dashiintro {
  margin-top: 10px;
}
.dashicon {
  margin-top: 20px;
  box-sizing: border-box;
  background: #fff;
}
.dashicon ul,
.dashicon ol {
  margin: 0 0 20px 1.5em;
  list-style: disc outside;
}
.dashicon ul li,
.dashicon ol li {
  margin-bottom: .5em;
}
.dashicon ul p,
.dashicon ol p {
  display: inline;
}
.dashicon p {
  margin-bottom: 1em;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}
.dashicon p img.ue-image {
  margin: 0 auto;
}
.dashicon p img.ue-emoticon {
  vertical-align: middle;
}
.dashicon p.ue-upload {
  padding: 10px;
  border: 1px dashed #ebebeb;
}
.dashicon p.ue-upload img {
  vertical-align: top!important;
}
.dashicon p.ue-upload a {
  font-size: 14px!important;
  color: #ee7600 !important;
}
.dashicon p .tagslink {
  margin: 0 2px;
}
.dashicon p .tagslink::after {
  content: "\e6e1";
  margin: 0 -2px;
  font-family: iconfont;
  font-weight: bold;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: top;
  transform: scale(0.8);
}
.dashicon h1,
.dashicon h2,
.dashicon h3,
.dashicon h4,
.dashicon h5,
.dashicon h6 {
  margin: 18px 0 14px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
.dashicon h1 {
  font-size: 1.8em;
}
.dashicon h2 {
  margin-top: 32px;
  font-size: 1.6em;
}
.dashicon h3 {
  margin-top: 30px;
  font-size: 1.4em;
}
.dashicon h4 {
  margin-top: 28px;
  font-size: 1.2em;
}
.dashicon h5 {
  margin-top: 26px;
  font-size: 1em;
}
.dashicon h6 {
  margin-top: 24px;
  font-size: 0.8em;
}
.dashicon blockquote {
  margin-bottom: 20px;
  padding: 10px 20px 10px 50px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  border: 1px dotted #ccc;
  background: #f8f8f8;
  position: relative;
}
.dashicon blockquote::before {
  content: "“";
  font-size: 70px;
  color: #ebebeb;
  font-family: arial;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 14px;
}
.dashicon blockquote p {
  margin: 0;
}
.dashicon table {
  margin-bottom: 20px;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
}
.dashicon .th {
  width: 100px;
  background: #f5f5f5;
}
.dashicon td {
  padding: 5px 10px;
  color: #666;
  line-height: 24px;
  word-break: break-all;
  border: 1px solid #ebebeb;
}
.dashicon div.prism-show-language > div.prism-show-language-label[data-language] {
  font-size: 14px;
}
.dashicon span.prism-token {
  background: none!important;
}
.dashicon code[class*="language-"],
.dashicon pre[class*="language-"] {
  color: inherit;
}
.dashicon pre[class*="language-"] {
  margin-bottom: 20px;
  font-size: 14px;
}
.dashicon.indent p,
.dashicon.indent ol,
.dashicon.indent ul {
  text-indent: 2em;
}
.dashicon.indent blockquote p {
  text-indent: 0;
}
.dashicon .contitle,
.dashicon .tabinfo {
  padding: 10px 0 0;
}
.dashicon .contitle h2,
.dashicon .tabinfo h2 {
  margin: 0 0 -1px;
  font-size: 16px;
  line-height: 38px;
}
.dashicon .contitle p,
.dashicon .tabinfo p {
  margin: 0;
}
.dashicon .contitle .weixintitle,
.dashicon .tabinfo .weixintitle {
  line-height: 32px;
}
.dashicon .contitle .weixintitle p,
.dashicon .tabinfo .weixintitle p {
  text-align: center;
}
.dashicon .contitle {
  padding-top: 20px;
}
#dashiform form {
  margin-bottom: 20px;
  font-size: 0;
}
#dashiform form p {
  margin-bottom: 10px;
  font-size: 0;
}
#dashiform form label {
  width: 70px;
  margin-right: 10px;
  font-size: 14px;
  color: #666;
  text-align: right;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
}
#dashiform form label::before {
  content: "*";
  margin: 0 3px 0 0;
  font-size: 12px;
  color: red;
}
#dashiform form input {
  width: 300px;
  height: 35px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #ebebeb;
  outline: 0;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
#dashiform form input:focus {
  color: #ee7600;
  border-color: #ee7600;
}
#dashiform form input.cmtboxsubmit {
  width: 100px;
  height: 37px;
  float: right;
  display: inline;
  font-size: 14px;
  color: #fff;
  line-height: 37px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: #ee7600;
}
#dashiform form input.verifycode {
  width: 185px;
}
#dashiform form img {
  width: 110px;
  height: 37px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  transform: translate(-50%, -50%);
}
.toast.top {
  top: 10px;
  transform: translate(-50%, 0);
}
.toast.bottom {
  top: auto;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.toasttext {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation-name: layer-bounceIn;
  animation-name: layer-bounceIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
.toastclose {
  -webkit-animation-name: layer-bounceOut;
  animation-name: layer-bounceOut;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}
@-webkit-keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes layer-bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes layer-bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
[data-ripple=ripple] {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-webkit-user-select: none;
  -ms-user-select: none;
}
[data-ripple=ripple] .ripple {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: ripple 0.6s 0s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.ask {
  margin-bottom: 20px;
  padding: 20px;
  line-height: 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
  background: #fff;
}
.asksitemap {
  margin: 0;
}
.asktext {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.asksubmit {
  line-height: 38px;
  zoom: 1;
}
.asksubmit:after {
  content: "";
  display: block;
  clear: both;
}
.asksubmit span {
  font-size: 16px;
  color: #ee7600;
}
.asksubmit.check:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.askbtn {
  width: 120px;
  float: right;
  display: inline;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
  background: #ee7600;
}
.ask ul {
  font-size: 14px;
}
.ask li {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  border-bottom: 1px dotted #ebebeb;
  position: relative;
}
.ask li i {
  width: 30px;
  float: left;
  display: inline;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 10px;
  background: #ee7600;
}
.ask li a {
  padding: 0 110px 0 10px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.ask li .askinfo {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.ask li .askinfo span {
  /* width:45px; */
  text-align: right;
  display: inline-block;
}
.ask li .askinfo span.views {
  /* width:65px; */
  margin-left: 20px;
}
.ask li .askinfo span.views:before {
  content: "\e6a7";
  margin-right: 3px;
  font-size: 16px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.askphotoname {
  height: 0;
  color: #ee7600;
  text-align: center;
  line-height: 20px;
  border-color: #ee7600;
}
.askphotoname strong {
  padding: 0 20px;
  background: #fff;
}
.askphoto ul {
  margin-left: -3%;
  zoom: 1;
}
.askphoto ul:after {
  content: "";
  display: block;
  clear: both;
}
.askphoto li {
  width: 47%;
  float: left;
  display: inline;
  margin: 0 0 3% 3%;
  position: relative;
}
.askphoto li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.askphotoimg span {
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  overflow: hidden;
  position: relative;
  display: block;
}
.askphotoimg span img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.askphototitle {
  padding: 0 10px;
  font-size: 16px;
  color: #ee7600;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ebebeb;
  overflow: hidden;
}
.asknav {
  margin-bottom: 20px;
  font-size: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  zoom: 1;
}
.asknav:after {
  content: "";
  display: block;
  clear: both;
}
.asknav .label {
  width: 30%;
  padding: 10px 0;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.asknav ul {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.asknav li {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.asknav li:first-child {
  border-right: 1px solid #ebebeb;
}
.asknav li a {
  font-size: 14px;
  color: #ee7600;
  display: block;
}
.asktaglist {
  overflow: hidden;
}
.asktaglist ul {
  margin-left: -3%;
}
.asktaglist li {
  width: 47%;
  float: left;
  display: inline;
  margin: 0 0 3% 3%;
  position: relative;
}
.asktaglist li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.asktaglist li a.playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  line-height: normal;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.asktaglist .askphotoimg {
  margin-bottom: 10px;
}
.asktaglist .askphototitle {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  white-space: normal;
  background: none;
}
.popverify {
  width: 300px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.popverify .popform {
  padding: 20px 30px 30px;
}
.popverify #verfiycode {
  width: 100%;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  cursor: pointer;
}
.popverify .verifyinput {
  width: 100%;
  float: left;
  display: inline;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #ee7600;
  line-height: 36px;
  border: 1px solid #ee7600;
  box-sizing: border-box;
}
.popverify .askbtn {
  width: 50%;
  float: left;
  display: inline;
  line-height: 50px;
  border-radius: 0;
}
.popverify .cancel {
  width: 50%;
  float: right;
  display: inline;
  font-size: 16px;
  color: #666666;
  line-height: 50px;
  border: 0;
  outline: 0;
  background: #ebebeb;
}
.answer h1 {
  font-size: 18px;
  color: #ee7600;
  text-align: left;
  font-weight: bold;
}
.answerlabel {
  height: 16px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ebebeb;
  zoom: 1;
}
.answerlabel:after {
  content: "";
  display: block;
  clear: both;
}
.answerlabel label {
  float: left;
  display: inline;
  padding-right: 10px;
  font-size: 20px;
  font-family: "楷体";
  background: #fff;
}
.answerlabel .backask {
  float: right;
  display: inline;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  background: #ee7600;
}
.answerbox .pages {
  font-size: 14px;
  line-height: 1.5;
}
.answerbox .pages a {
  text-decoration: none;
}
.answerhead {
  width: 60px;
  float: left;
  display: inline;
}
.answerhead img {
  width: 100%;
  border-radius: 5px;
}
.answermain {
  padding-left: 75px;
}
.answermain .tags a,
.answermain .sharebox a {
  text-decoration: none!important;
}
.answerauthor {
  margin-bottom: 10px;
  line-height: 28px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.answerauthor h3 {
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}
.answerauthor span {
  float: left;
  display: inline;
  margin: 0 20px 0 0;
  font-size: 14px;
  color: #666666;
}
.answerinfo {
  float: right;
  display: inline;
  font-size: 14px;
  color: #999;
}
.answerinfo i.views {
  margin-left: 20px;
}
.answerinfo i.views:before {
  content: "\e6a7";
  margin-right: 3px;
  font-size: 16px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.answerinfo .ctrl {
  margin: 2px 0 0 5px;
}
.answercon {
  width: 100%;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  display: inline-block;
}
.answerend {
  font-size: 14px;
}
.weixinpop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
}
.weixintip {
  width: 300px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  background: #fff;
}
.weixintitle {
  padding: 30px 20px 24px;
  font-size: 16px;
}
.weixintitle strong {
  margin: 0 0 10px;
  font-size: 16px;
  display: block;
}
.weixintitle img {
  width: 200px;
}
.weixintitle p {
  font-size: 14px;
}
.weixintitle #copy {
  color: #ee7600;
}
.weixintitle .add {
  margin: 4px 0 0 10px;
  padding: 0 7px;
  font-size: 14px;
  color: #ee7600;
  line-height: 23px;
  border: 1px solid #ee7600;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.weixinbtn {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-top: 1px solid #ebebeb;
  zoom: 1;
}
.weixinbtn:after {
  content: "";
  display: block;
  clear: both;
}
.weixinbtn div {
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.weixinbtn .cancel {
  float: left;
  display: inline;
  border-right: 1px solid #ebebeb;
}
.weixinbtn .cancel.all {
  width: 100%;
}
.weixinbtn .open,
.weixinbtn .popsubmit {
  float: right;
  display: inline;
}
.weixinbtn .open a,
.weixinbtn .popsubmit a {
  color: #1aad17;
  font-weight: bold;
  display: block;
}
.weixinbtn .open input[type=submit],
.weixinbtn .popsubmit input[type=submit] {
  width: 100%;
  height: 50px;
  color: #1aad17;
  font-weight: bold;
  line-height: 50px;
  border: 0;
  outline: 0;
  background: #fff;
}
.waterfall {
  position: relative;
}
.waterfall ul {
  column-count: 4;
  column-gap: 20px;
  min-height: 55vh;
}
.waterfall li {
  overflow: hidden;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.waterpost {
  margin-bottom: 20px;
  padding: 10px;
  line-height: 32px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
  background: #fff;
}
.waterpost .oneimg {
  max-height: 350px;
  margin-bottom: 10px;
  overflow: hidden;
}
.waterpost .oneimg img {
  width: 100%;
  display: block;
}
.waterpost .threeimg {
  margin-bottom: 10px;
}
.waterpost .threeimg dl {
  margin-left: -3%;
}
.waterpost .threeimg dd {
  width: 97%;
  margin: 0 0 3% 3%;
}
.waterpost .threeimg dd img {
  width: 100%;
  display: block;
}
.waterpost .threeimg dd:first-child {
  max-height: 350px;
  overflow: hidden;
}
.waterpost .threeimg dd:not(:first-child) {
  width: 47%;
  margin: 0 0 0 3%;
  display: inline-block;
  vertical-align: top;
}
.waterpost .threeimg dd:not(:first-child) a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.waterpost .threeimg dd:not(:first-child) a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.waterpost .threeimg dd:not(:first-child) a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.waterpost .fourimg dl {
  margin-left: -3%;
}
.waterpost .fourimg dd {
  width: 47%;
  margin: 0 0 3% 3%;
  display: inline-block;
  vertical-align: top;
}
.waterpost .fourimg dd img {
  display: block;
}
.waterpost .fourimg dd a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.waterpost .fourimg dd a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.waterpost .fourimg dd a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.watercon {
  line-height: 24px;
}
.watercon h2 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666666;
}
.watercon p {
  font-size: 12px;
  color: #999;
  line-height: 1.35;
}
.waterinfo {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  border-top: 1px solid #ebebeb;
  zoom: 1;
}
.waterinfo:after {
  content: "";
  display: block;
  clear: both;
}
.waterinfo span {
  font-size: 12px;
}
.waterinfo span.postviews {
  float: right;
  display: inline;
}
.sidebar {
  width: 290px;
  float: right;
  display: inline;
}
.sidebar.left {
  float: left;
  display: inline;
}
.sideads {
  margin-bottom: 20px;
  font-size: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}
.sidebox {
  width: 250px;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
}
.sidebox ul {
  zoom: 1;
}
.sidebox ul:after {
  content: "";
  display: block;
  clear: both;
}
.sidebox li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px dotted #ebebeb;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.sidebox li:before {
  content: "\e6a6";
  margin-right: 5px;
  font-size: 12px;
  font-family: iconfont;
}
.sidebox li:last-child {
  padding: 0;
  border: 0;
}
.sidebox li a {
  color: #666666;
}
.sidebox[id^="toyean"] li {
  width: 50%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  overflow: hidden;
}
.sidebox[id^="toyean"] li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ebebeb;
}
.sidebox.fixed {
  top: 90px;
}
.sidetitle {
  margin-bottom: 16px;
  line-height: 36px;
  border-bottom: 1px dotted #ebebeb;
}
.sidetitle strong {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidecon.twolist li {
  width: 50%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ebebeb;
  display: inline-block;
  vertical-align: top;
}
.sidecon.threelist li {
  width: 33.3333%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ebebeb;
  display: inline-block;
  vertical-align: top;
}
.sidelist li {
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.sidelist li:before {
  display: none;
}
.sidelistimg {
  margin-bottom: 10px;
}
.sidelistimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.sidelistimg a.playbtn::before {
  content: "\e6aa";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: iconfont;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.sidelistimg a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sidelistimg a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sidelistname {
  position: relative;
}
.sidelistname a {
  margin-right: 50px;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  vertical-align: top;
}
.sidelistname a:hover {
  color: #ee7600;
}
.sidelistname span {
  padding-left: 10px;
  font-size: 14px;
  color: #ee7600;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.sidetabnav {
  margin-bottom: 10px;
  font-size: 0;
  text-align: center;
}
.sidetabnav a {
  width: 50%;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid #f8f8f8;
  display: inline-block;
  vertical-align: top;
}
.sidetabnav a.on {
  border-bottom: 2px solid #ee7600;
}
.sidetabcon ul {
  display: none;
}
.sidetabcon ul.on {
  display: block;
}
.sidetabcon li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidetabcon li span {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #ddd;
  display: inline-block;
  vertical-align: top;
}
.sidetabcon li:before {
  display: none;
}
.sidetabcon li:nth-child(1) span {
  background: #ee7600;
}
.sidetabcon li:nth-child(2) span {
  background: #ffa832;
}
.sidetabcon li:nth-child(3) span {
  background: #ffda64;
}
.qrcodeimg {
  margin: 10px 0 0;
  text-align: center;
}
.qrcodetitle {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.zodiac {
  padding: 1% 1% 0 1%;
  font-size: 0;
  text-align: center;
  border-radius: 5px;
  background: #f4d28b;
}
.zodiac li {
  width: 7.33%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 0;
  text-align: center;
  line-height: 50px;
  border: 0;
  display: inline-block;
  vertical-align: top;
}
.zodiac li:before {
  display: none;
}
.zodiac li.on {
  background: #e5be77;
}
.zodiac li a {
  font-size: 18px;
  color: #d4b173;
  text-decoration: none;
  border-radius: 5px;
  background: #fff6e5;
  display: block;
}
.zodiac li a:hover {
  color: #faeccf;
  background: #e5be77;
}
.zodiac li:last-child {
  margin-right: 0;
}
#zodiac .zodiac {
  padding: 2%;
}
#zodiac .zodiac li {
  width: 24%;
}
#zodiac .zodiac li:nth-child(4n) {
  margin-right: 0;
}
.sidewords li {
  width: 19%;
  margin-right: 1%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.sidewords li:before {
  display: none;
}
.sidewords li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ebebeb;
}
.sidewords.four li {
  width: 24%;
}
#divCalendar table {
  width: 100%;
  table-layout: fixed;
}
#divCalendar caption {
  height: 24px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px dotted #eee;
}
#divCalendar caption a {
  padding: 0 10px;
  font-size: 14px;
}
#divCalendar th {
  height: 25px;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  border: 1px solid #ee7600;
  border-radius: 2px;
  background: #ee7600;
}
#divCalendar td {
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #efefef;
  background: #fff;
}
#divCalendar td.pad {
  border: none;
}
#divCalendar td a {
  color: #fff;
  line-height: 30px;
  background: #5eaae4;
  display: block;
}
#today {
  font-weight: bold;
}
#divSearchPanel input[type="text"] {
  width: 70%;
  height: 27px;
  border: 1px solid #ee7600;
  outline: 0;
  background: #fff;
  font-family: "微软雅黑";
  display: inline-block;
}
#divSearchPanel input[type="text"] {
  *display: inline;
}
#divSearchPanel input[type="submit"] {
  width: 25%;
  height: 31px;
  float: right;
  color: #fff;
  line-height: 29px;
  border: 1px solid #ee7600;
  background: #ee7600;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline\9;
}
#divNavBar li,
#divCatalog li,
#divLinkage li,
#divFavorites li,
#divArchives li,
#divAuthors li {
  width: 50%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  overflow: hidden;
}
#divNavBar .subnav {
  display: none;
}
#divMisc li {
  width: 50%;
  float: left;
  padding: 0;
  text-indent: 0;
  border: 0;
  background: none;
}
#divMisc li:before {
  display: none;
}
#divMisc li img {
  vertical-align: middle;
}
#divTags ul li {
  width: auto;
  height: 33px;
  float: left;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  border: 0;
}
#divTags ul li:before {
  display: none;
}
#divTags ul li a,
.tags-cloud a {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #ccc;
  display: inline-block;
  vertical-align: top;
}
#divTags ul li a:hover,
.tags-cloud a:hover {
  text-decoration: none;
}
.tag-count {
  display: none;
}
#divPrevious li,
#divComments li,
#divFavorites li,
#divLinkage li,
#divAuthors li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#divStatistics .sidecon li {
  color: #666666;
  list-style: none;
  background: none;
}
.viewall {
  overflow: hidden;
  position: relative;
}
.teles,
.telesmore {
  width: 100%;
  height: 100px;
  color: #ee7600;
  text-align: center;
  font-size: 14px;
  text-indent: 0em;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 70%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.telesmore i {
  width: 200px;
  margin: 40px auto 0;
  padding-left: 10px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #ee7600;
  border-radius: 19px;
  background: #fff;
  display: block;
}
.telesmore i:after {
  content: "\e69b";
  font-size: 22px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.teles i {
  margin: 30px 0 20px;
  font-size: 16px;
  font-style: normal;
  text-indent: 0em;
  line-height: 28px;
  display: inline-block;
}
.teles i:after {
  content: "\e69b";
  width: 33px;
  margin-left: -20px;
  font-size: 30px;
  font-family: iconfont;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-animation: telesico .4s infinite alternate;
  -ms-animation: telesico .4s infinite alternate;
}
@-webkit-keyframes telesico {
  0% {
    -webkit-transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 3px);
  }
}
.foot {
  padding: 10px 0;
  font-size: 0;
  border-top: 1px solid #ebebeb;
  background: #fff;
}
.foot a {
  color: #666;
}
.footer {
  padding: 50px 0 30px;
  border-bottom: 1px solid #ff8a14;
}
.footnav {
  width: 100%;
  text-align: center;
}
.footnav li {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.footnav li a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.footqr {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.footqr h4 {
  margin-bottom: 20px;
  font-size: 24px;
}
.footqr ul {
  margin-left: -5%;
}
.footqr li {
  width: 45%;
  margin-left: 5%;
  display: inline-block;
  vertical-align: top;
}
.footqr img {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.footqr p {
  font-size: 14px;
  text-align: center;
}
.footcontact {
  width: 25%;
  float: right;
  display: inline;
}
.footcontact h4 {
  margin-bottom: 20px;
  font-size: 24px;
}
.footcontact a {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}
.footcontact a.tel:before {
  content: "\e64b";
  margin-right: 10px;
  font-size: 18px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.footcontact a.phone:before {
  content: "\e615";
  margin-right: 10px;
  font-size: 18px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.footcontact a.qq:before {
  content: "\e60f";
  margin-right: 10px;
  font-size: 18px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.footcontact a.ie:before {
  content: "\e6ec";
  margin-right: 10px;
  font-size: 18px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.footcontact a.adr:before {
  content: "\e8ba";
  margin-right: 10px;
  font-size: 20px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.foottxt {
  padding: 10px 0;
  font-size: 14px;
  color: #a5a5a5;
  text-align: center;
}
.footslogan {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ee7600;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  zoom: 1;
  display: none;
}
.footslogan:after {
  content: "";
  display: block;
  clear: both;
}
.footslogan span {
  float: left;
  display: inline;
  margin-left: 10px;
  font-size: 16px;
  color: #ee7600;
  font-family: '楷体';
  font-weight: bold;
  line-height: 30px;
}
.footslogan a {
  float: right;
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  border-radius: 3px;
  background: #ee7600;
}
.copy {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.btmnav {
  padding: 10px 20px;
  background-color: #dbdbdb;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  zoom: 1;
  display: none;
}
.btmnav:after {
  content: "";
  display: block;
  clear: both;
}
.btmnav a {
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
  border-radius: 18px;
  display: block;
}
.btmnav a.btn {
  width: 72px;
  height: 72px;
  margin-left: -41px;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
  border: 5px solid #dbdbdb;
  border-radius: 50%;
  box-shadow: 2px 0 25px #bababa inset;
  background: #d9d9d9;
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
}
.btmnav a.btn p {
  margin: 10px 0 3px;
  font-size: 30px;
  color: #ee7600;
  font-family: iconfont;
  font-weight: normal;
}
.btmnav a:first-child {
  float: left;
  display: inline;
  letter-spacing: 2px;
  background: #ff3e3e;
}
.btmnav a:last-child {
  float: right;
  display: inline;
  letter-spacing: 2px;
  background: #0cbb33;
}
.btmnav .icoindex:before {
  content: "\e6ad";
  margin-right: 5px;
  font-size: 1.2rem;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.btmnav .icopc:before {
  content: "\e6a9";
  margin-right: 5px;
  font-size: 1.2rem;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.btmnav .icoqq:before {
  content: "\e60f";
  margin-right: 5px;
  font-size: 1.2rem;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.btmnav .icotel:before {
  content: "\e64b";
  margin-right: 5px;
  font-size: 1.2rem;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.btmnav .icoabout:before {
  content: "\e6a9";
  margin-right: 5px;
  height: 27px;
  margin-top: -2px;
  font-size: 1.8rem;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
.btmnav .icostep:before {
  content: "\e6e5";
  margin-right: 5px;
  font-size: 1.2rem;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
}
a.backtotop {
  width: 55px;
  height: 55px;
  margin-left: 520px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  cursor: pointer;
  opacity: .8;
  position: fixed;
  _position: absolute;
  left: 50%;
  bottom: 100px;
  _bottom: 30px;
  background: #ee7600;
  overflow: hidden;
  z-index: 99;
}
a.backtotop i:after {
  content: "\e600";
  font-size: 36px;
  color: #fff;
  font-family: iconfont;
}
.errorpage {
  width: 420px;
  margin: 0 auto 50px;
  text-align: center;
}
.errorpage h3 {
  font-size: 98px;
  line-height: 150px;
  font-weight: bold;
  color: #666666;
  margin: 10px 0;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}
.errorpage h4 {
  font-size: 30px;
  color: #666666;
  line-height: 35px;
  margin: 10px 0;
}
.errorpage p {
  font-size: 14px;
  color: #666666;
  margin: 0 0 10px;
}
.errschtxt {
  float: left;
  width: 71%;
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 12px 17px;
  background-color: #fafafa;
  border: 1px solid #ee7600;
  border-radius: 2px;
  outline: 0;
  z-index: 2;
}
.errschbtn {
  width: 20%;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  line-height: 22px;
  border: 0;
  border-radius: 2px;
  background: #ee7600;
  outline: 0;
  cursor: pointer;
}
.goback {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  background: #ee7600;
}
.goback:hover {
  color: #fff;
  text-decoration: none;
  background: #ff8a14;
}
@media screen and (max-width: 1020px) {
  .wrap,
  .wraper {
    width: 100%;
    min-width: 100%;
  }
  .head {
    width: 100%;
    /*border:0;*/
    top: 0;
  }
  .logo {
    width: 220px;
    height: 60px;
    margin-left: 10px;
  }
  .logo a {
    height: 60px;
  }
  .logo a img {
    width: 180px;
  }
  .logo:before,
  .logo:after {
    display: none;
  }
  .topfont {
    display: block;
  }
  .schmbanner {
    display: block;
  }
  .schmbanner img {
    display: block;
  }
  .allnav {
    display: none;
  }
  .focus {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .focus a img {
    height: auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .slidethumb {
    width: 100%;
    float: none;
    display: block;
  }
  .slidethumb ul {
    margin-left: -2%;
  }
  .slidethumb li {
    width: 48%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .slidethumb li:last-child {
    display: none;
  }
  .slidethumb li img {
    height: auto;
  }
  .noticebar {
    margin-bottom: 10px;
  }
  .menu {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    border-top: 1px solid #ebebeb;
    display: none;
  }
  .menu ul {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }
  .menu ul li {
    width: 100%;
    padding: 0;
    color: #ddd;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    border-right: 0;
    display: block;
  }
  .menu ul li a {
    font-size: 16px;
    color: #666666;
    border-left: 3px solid transparent;
    display: block;
  }
  .menu ul li a:after {
    display: none;
  }
  .menu ul li a.on,
  .menu ul li a:hover {
    border-color: #ee7600;
  }
  .menu ul li.subcate:hover .subnav {
    display: none;
  }
  .menu ul li.subcate > a:before {
    content: "\e69b";
    margin-left: 10px;
    font-size: 22px;
    color: #ebebeb;
    font-family: iconfont;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .menu ul li.subcate.slidedown > a:before {
    content: "\e6a4";
  }
  .menu ul li.subcate.slidedown .subnav {
    padding: 0;
    line-height: 40px;
    border: 0;
    border-top: 1px solid #ebebeb;
    background: #f3f5f7;
    position: static;
    display: block;
  }
  .menu ul li.subcate.slidedown .subnav.grid {
    width: 100%;
  }
  .menu ul li.subcate.slidedown .subnav.grid ul {
    margin: 0;
  }
  .menu ul li.subcate.slidedown .subnav.grid ul li {
    width: 23%;
    margin: 1%;
  }
  .menu ul li.subcate.slidedown .subnav.half a {
    width: calc(48% - 14px);
    display: inline-block;
    vertical-align: top;
  }
  .menu ul li:after {
    display: none;
  }
  .menu.on {
    width: 100%;
    display: block;
  }
  .menu.on img {
    display: block;
  }
  .menuico {
    float: none;
    top: 15px;
    right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .subnav {
    display: none;
  }
  .search {
    display: none;
  }
  .msearch {
    display: block;
  }
  .main {
    margin-top: 60px;
    padding: 10px;
  }
  .tipcon ul {
    height: 30px;
    overflow: hidden;
  }
  .contitle {
    margin-bottom: 10px;
  }
  .content {
    width: 100%;
  }
  .pagebar {
    margin: 0;
  }
  .friendlink {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .sidebar.left {
    display: none;
  }
  .post {
    margin-bottom: 10px;
  }
  .postimg {
    width: 100px;
  }
  .postcon {
    width: 88%;
  }
  .postcon p {
    line-height: 24px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .relateimg {
    width: 100px;
  }
  .relateintro {
    width: 88%;
    line-height: 24px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  a.backtotop {
    width: 36px;
    height: 36px;
    margin: auto;
    line-height: 38px;
    right: 20px;
    bottom: 80px;
    left: auto;
  }
  a.backtotop i:after {
    font-size: 26px;
  }
  .cmtinfo {
    width: auto;
    float: none;
  }
  .cmtarea {
    width: 100%;
  }
  .cmtform {
    float: none;
  }
  .cmtform p {
    width: 100%;
  }
  .cmtform p input {
    width: 100%;
  }
  .saleimg {
    width: 30%;
  }
  .saleinfo {
    width: 65%;
  }
  .ask {
    margin-bottom: 10px;
  }
  .asknav {
    margin-bottom: 10px;
  }
  .city .logo {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .city .logo a {
    width: 100%;
    line-height: 60px;
    display: block;
  }
  .cityslogan {
    margin: 16px 10px 0 0;
    display: none;
  }
  .cityslogan a {
    padding: 0 10px;
  }
  .citybtn {
    margin-left: 0;
  }
  .city .foot {
    padding-bottom: 60px;
  }
  .footslogan {
    display: block;
  }
  .footslogan a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 760px) {
  .logo {
    width: auto;
  }
  .logo a {
    width: auto;
  }
  .cityslogan span {
    display: none;
  }
  .cityphoto {
    padding-bottom: 10px;
  }
  .cityphoto ul {
    margin: 0;
  }
  .cityphoto li {
    width: 49%;
    margin-left: 2%;
  }
  .cityphoto li:first-child {
    width: 100%;
    margin: 0 0 2%;
  }
  .cityphoto li:nth-child(2) {
    margin: 0;
  }
  .city .tabnav li {
    width: 50%;
  }
  .city .tabnav li:nth-child(n+3) {
    display: none;
  }
  .main {
    padding: 10px 5px 0;
  }
  .focus {
    margin-bottom: 10px;
  }
  .collect {
    margin-bottom: 10px;
    padding: 10px 10px 0;
  }
  .probox {
    padding: 10px;
  }
  .probox ul {
    margin-left: -2%;
  }
  .probox li {
    width: 48%;
    margin: 0 0 2% 2%;
  }
  .list {
    padding: 10px;
  }
  .list ul {
    margin-left: -2%;
  }
  .list li {
    width: 48%;
    margin: 0 0 4% 2%;
  }
  .pagebar {
    margin: 10px auto;
  }
  .sale {
    margin-bottom: 10px;
  }
  .salebox {
    display: block;
  }
  .saleimg {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    display: block;
  }
  .saleinfo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .saleinfo h1,
  .saleinfo h2,
  .saleinfo h3,
  .saleinfo h4 {
    margin: 10px 0 20px;
  }
  .saleinfo ul {
    margin-bottom: 10px;
  }
  .category .itemblock {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .single {
    margin-bottom: 10px;
  }
  .singlecon {
    margin-bottom: 10px;
  }
  .single h1 {
    font-size: 18px;
  }
  .singletip {
    padding: 10px 10px 0;
  }
  .singletip ul {
    margin-left: -2%;
  }
  .singletip li {
    width: 48%;
    margin-left: 2%;
  }
  .singletip li a {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .titlebox h2,
  .titlebox h3,
  .titlebox h4,
  .titlebox h5,
  .titlebox h6 {
    font-weight: 600;
  }
  .sloganlink {
    font-size: 16px;
    color: #ee7600;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    display: block;
  }
  .sloganlink a {
    font-size: 16px;
    color: #ee7600;
    font-weight: 600;
    text-decoration: none;
  }
  .sloganlink:before,
  .sloganlink:after {
    font-weight: normal;
  }
  .omodeltitle {
    display: block;
  }
  .omodelintro h4 {
    display: none;
  }
  .answer h1 {
    font-weight: normal;
  }
  .answerauthor h3 {
    font-weight: bold;
  }
  .answerinfo .ctrl {
    float: right;
    display: inline;
  }
  .waterfall ul {
    column-count: 3;
    column-gap: 10px;
  }
  .waterfall .waterpost {
    margin-bottom: 10px;
  }
  .relate li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ebebeb;
    display: inline-block;
    vertical-align: top;
  }
  .relate li h3 a {
    margin: 0 0 10px -20px;
    padding-left: 20px;
    font-size: 22px;
    color: #333;
  }
  .relate li:not(:first-child) {
    width: 48%;
    margin: 0 0 10px 4%;
  }
  .relate li:not(:first-child) h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .relate li:not(:first-child) h3 a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ee7600;
    border: none;
  }
  .relate li:not(:first-child):nth-child(3n-1) {
    margin-left: 4%;
  }
  .relate li:not(:first-child):nth-child(2n) {
    margin-left: 0;
  }
  .relate li.askli {
    margin-bottom: 10px;
  }
  a.backtolist {
    width: 99%;
    float: none;
    margin-bottom: 20px;
    padding: 3px 0;
    text-align: center;
    display: block;
  }
  .dashidesc {
    display: block;
  }
  .dashipic {
    margin: 0 0 20px;
  }
  .dashipic span {
    width: 100%;
  }
  #dashiform form p {
    margin-bottom: 15px;
    display: block;
  }
  #dashiform form p label {
    width: 52px;
    text-align: left;
    line-height: 45px;
  }
  #dashiform form p label::before {
    display: none;
  }
  #dashiform form p label::after {
    content: "*";
    margin: 0 0 0 3px;
    font-size: 12px;
    color: red;
  }
  #dashiform form p input {
    width: calc(100% - 62px);
    height: 45px;
    box-sizing: border-box;
  }
  #dashiform form p input.verifycode {
    width: calc(100% - 115px);
  }
  #dashiform form p input.cmtboxsubmit {
    width: 100%;
    height: 45px;
    float: none;
    margin-top: 20px;
  }
  #dashiform form p img {
    height: 45px;
  }
  #dashiform form p:last-child label {
    width: 100%;
  }
  #dashiform form p:last-child input.verifycode {
    width: calc(100% - 115px);
  }
  #dashiform form p:last-child input.cmtboxsubmit {
    width: 100%;
  }
  .tabnav li {
    width: 33.33%;
    padding: 0;
    text-align: center;
  }
  .tabnav li a {
    padding: 0;
  }
  .tabnav .sharebtn {
    display: none;
  }
  .tabcon {
    margin-bottom: 10px;
  }
  .tabinfo table {
    width: 100%;
  }
  .tabinfo td {
    width: auto;
  }
  .teach {
    margin-bottom: 0;
    display: block;
  }
  .teachimg {
    width: 100%;
    margin-bottom: 20px;
  }
  .teachinfo {
    width: 90%;
    padding: 0 5% 5%;
  }
  .teachlist ul {
    margin-left: -3%;
  }
  .teachlist li {
    width: 47%;
    margin: 0 0 3% 3%;
  }
  .foot.isnav {
    padding-bottom: 60px;
  }
  .errorsearch {
    text-align: center;
  }
  .errorpage {
    width: auto;
  }
  .errschtxt {
    width: 60%;
    float: none;
  }
  .btmnav {
    display: block;
  }
  .cmtinfo .cmt {
    margin-left: -70px;
  }
  .cmtinfo .cmt .cmt {
    margin-left: -70px;
  }
  .cmtinfo .cmt .cmt .cmt {
    margin-left: -70px;
  }
  .cmtform #inpVerify {
    width: 50%;
    margin-right: 2%;
  }
  .cmtform img {
    width: 25%;
  }
  .adsbox {
    padding: 10px 0 0;
    border-top: 1px solid #eee;
    background: none;
  }
  .articleads {
    margin-bottom: 10px;
    padding: 0;
  }
  .articlelist li {
    width: 47%;
  }
  .fontcon span.title {
    font-size: 24px;
  }
  .fontcon span.subtitle {
    font-size: 14px;
  }
  .fontcon span.info {
    font-size: 12px;
  }
  .btncon {
    margin-top: 35px;
  }
  .btncon a {
    font-size: 18px;
  }
  .articleads {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .noticebar {
    display: none;
  }
  .olist li {
    width: 47%;
  }
  .sale {
    padding: 10px;
  }
  .saletopic {
    display: block;
  }
  .saletopicimg {
    width: 100%;
    margin-bottom: 5px;
  }
  .saletopicimg img {
    width: 100%;
  }
  .saletopicinfo {
    width: 100%;
    padding: 0;
  }
  .salelist {
    padding: 10px;
  }
  .salelist ul {
    margin-left: -2%;
  }
  .salelist li {
    width: 48%;
    margin: 0 0 4% 2%;
  }
  .contitle {
    margin-bottom: 10px;
  }
  .contitle h1,
  .contitle h2 {
    font-size: 18px;
  }
  .mhide {
    display: none;
  }
  .cmtform {
    width: 100%;
  }
  .cmtform p {
    width: 100%;
    float: none;
  }
  .cmtform .cmtbtn {
    width: 70px;
  }
  .cmtform #inpVerify {
    width: 30%;
    margin-right: 2%;
  }
  .cmtsubmit input {
    width: 100%;
  }
  .cmtsubmit span {
    display: none;
  }
  .fontcon {
    width: 100%;
    float: none;
    padding: 0;
    display: block;
  }
  .catebtncon {
    float: none;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 10;
  }
  .mnoimg .saletopicimg,
  .mnoimg .citypicimg {
    display: none;
  }
  .mnoimg h1,
  .mnoimg h2 {
    margin-top: 0;
  }
  .pagephoto {
    padding: 10px;
  }
  .pagephoto ul {
    margin: 0;
  }
  .pagephoto li {
    width: 49%;
    margin-left: 2%;
  }
  .pagephoto li:first-child {
    width: 100%;
    margin: 0 0 2%;
  }
  .pagephoto li:nth-child(2) {
    margin: 0;
  }
  .zodiac {
    padding: 1% 1% 0 1%;
  }
  .zodiac li {
    width: 15.66%;
  }
  .zodiac li:nth-child(6n) {
    margin: 0;
  }
  .singlecon {
    padding: 10px;
  }
  .ask {
    padding: 10px;
  }
  .asksubmit span {
    font-size: 12px;
  }
  .askphototitle {
    font-size: 14px;
  }
  .ask li a {
    padding-right: 60px;
  }
  .ask li .askinfo span {
    text-align: right;
  }
  .ask li .askinfo span.date {
    display: none;
  }
  .answerauthor {
    line-height: 22px;
  }
  .answerauthor h3 {
    width: 100%;
    margin: 0;
  }
  .answerinfo {
    width: 100%;
  }
  .answercon {
    width: auto;
    margin-left: -75px;
  }
  .relate li.askli a {
    padding-right: 60px;
  }
  .relate li.askli .askinfo .date {
    display: none;
  }
  .relate li.askli .askinfo .views {
    text-align: right;
  }
  .waterfall ul {
    column-count: 2;
    column-gap: 10px;
  }
}
@media screen and (max-width: 425px) {
  .slidesch {
    display: inline-block;
  }
  .focus,
  .collect {
    margin-bottom: 10px;
  }
  .probox li {
    margin-bottom: 10px;
  }
  .postcon p {
    font-size: 14px;
    line-height: 20px;
  }
  .relateintro {
    font-size: 14px;
    line-height: 20px;
  }
  .sale {
    padding: 10px;
  }
  .salebtn {
    padding: 0 10px;
  }
  /*.post {
	&img { width:100%; margin-bottom:10px; }
	&con { padding:0;
		h2 { margin-bottom:10px; }
		p { height:56px; line-height:18px; overflow:hidden; display:block; }
	}
}*/
  .itemimg {
    margin-bottom: 5px;
  }
  .friendlink {
    padding: 20px;
  }
  .btmnav {
    display: block;
  }
  .fontcon span.info {
    width: 100%;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .catebtncon {
    top: 20px;
  }
  .catebtncon a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 28px;
  }
  .zodiac {
    padding: 2%;
  }
  .zodiac li {
    width: 24%;
  }
  .zodiac li:nth-child(6n) {
    margin: 0 1% 1% 0;
  }
  .zodiac li:nth-child(4n) {
    margin: 0;
  }
  .zodiac li:nth-last-child(1),
  .zodiac li:nth-last-child(2),
  .zodiac li:nth-last-child(3),
  .zodiac li:nth-last-child(4) {
    margin-bottom: 0;
  }
}
.item-img{
    float: left;
    width: 100px;
    overflow: hidden;
    border-radius: 3px;
}
.item-title{
    height: 35px;
    margin-bottom: 10px;
    padding-left: 10px;
    overflow: hidden;
}
.item-date{
    overflow: hidden;
    padding-left: 10px;
}
.sidebox .item:before {
    content: none; 

}