@charset "utf-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
  font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
  border: 0;
}
i, cite, em, var, address, dfn {
  font-style: normal;
}
[hidefocus], summary {
  outline: 0;
}
li {
  list-style: none;
}
sup, sub {
  font-size: 83%;
}
pre, code, kbd, samp {
  font-family: inherit;
}
q:before, q:after {
  content: none;
}
label, summary {
  cursor: default;
}
a, button {
  cursor: pointer;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #006bc7;
}
h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: bold;
}
del, ins, u, s, a, a:hover {
  text-decoration: none;
}
body {
  min-height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  min-width: 1000px;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  overflow-y: scroll
}
input, button {
  *overflow: visible;
}
h1 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: normal;
}
h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: normal;
}
.ui-btn {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f4a51d;
  color: #ffffff;
  text-align: center;
  min-width: 100px;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  width: auto;
  text-decoration: none;
  vertical-align: middle;
}
.ui-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e59b1c;
}
.ui-btn:active {
  background-color: #dc951b;
  box-shadow: inset 2px 2px 6px #d38f19;
}
.ui-btn.disabled, .ui-btn.disabled:hover, .ui-btn.disabled:active, .ui-btn[disabled], .ui-btn[disabled]:hover, .ui-btn[disabled]:active {
  cursor: default !important;
  color: #fff !important;
  background-color: #ddd !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.bor {
  border: solid 1px #ececec;
}
.mb10 {
  margin-bottom: 10px;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.container {
  width: 100%;
}
.innerbox {
  width: 1400px;
  margin: 0px auto;
}
/*新评论*/
.commentBox .commentform {	
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}
.commentTit {
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.commentTit p {
  float: left;
	line-height: 50px;
	margin-bottom: 0;
	font-family: "Microsoft YaHei";
	color: #333;
}
.commentTit p span {
  float: left;
  height: 30px;
  min-width: 25px;
  border-radius: 6px;
  background: #358ff0;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}
.commentTit p i {
  float: left;
  width: 0;
  height: 0;
  border-left: 6px solid #358ff0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin: 20px 8px 0 0;
}
.commentBox .commentform .textarea {
  width: 100%;
  float: left;
  line-height: 20px;
  height: 86px;
  box-sizing: border-box;
  padding: 4px 10px;
  border-radius: 6px;
  border: solid 1px #358ff0;	
	margin-top: 10px;
}
.commentform input {
  box-sizing: border-box;
  border: 1px solid #358ff0;
}
.commentform .plbutton {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 16px 0 0;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.commentform .tjbutton {
  position: relative;
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: #ff4d4e;
  font-size: 14px;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  border: 0;
  display: inline-block;
	float: left;
  overflow: hidden;
	margin-right:26px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.commentform .cancel {
	display: inline-block;
	float: left;
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: #ccc;
  font-size: 14px;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  border: 0;
  overflow: hidden;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.commentform .plbutton .yzm {
  position: relative;
  float: left;
  padding: 0 6px;
  width: 15%;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  outline: none;
}
.commentform .plbutton img {
  position: relative;
  float: left;
  width: 80px;
  height: 21px;
  margin: 0px 10px;
  top: 6px;
}
.commentform .plbutton i {
  position: relative;
  float: left;
  top: 6px;
}
.commentBox .commentform .btnWrap {
  color: #656565;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.commentBox .commentform .btnWrap .validateCode {
  padding-left: 20px;
  float: left;
  margin-top: 4px;
}
.commentBox .commentform .btnWrap .validateCode input {
  width: 116px;
  padding: 0px 3px;
  height: 28px;
  border-radius: 6px;
  border: solid 1px #989898;
}
.commentBox .commentform .btnWrap span {
  float: right;
  display: block;
}
.commentBox .commentform .btnWrap .validateCode label {
  float: left;
  margin-right: 10px;
}
.commentBox .commentform .btnWrap .validateCode a {
  float: left;
  margin-top: 2px;
}
.commentBox .commentform .btnWrap .validateCode img {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.commentBox .commentform .btnWrap .submit {
  float: left;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: #0089dc;
  padding: 10px 50px;
  border-radius: 6px;
}
/*评论列表*/
.commentBox .commentList {
  padding: 0px 0px;
	float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
}
.commentBox .commentList dl {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: dashed 1px #b2b2b2;
  padding: 10px 0px 10px 0px;
}
.commentBox .commentList dl dt {
  overflow: hidden;
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.commentBox .commentList dl dt span {
  float: right;
  color: #bbbbbb;
}
.commentBox .commentList dl dl {
  border-bottom:none;
    width: 98.5%;
    margin-left: 16px;
}
.commentBox .commentList dl dl dt {
  overflow: hidden;
  border-top: dashed 1px #cfcfcf;
  padding-top: 6px
}
.commentBox .commentList dl em{
  float: left;
  font-weight: bold;
  max-width: 68%;
  overflow: hidden;
  color: #358ff0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commentBox .commentList dl dt small{
  float: left;
  font-weight: bold;
  color: #358ff0;
  font-size: 14px;
  max-width: 76%;
  margin-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commentBox .commentList dl dd .cml_content{
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  padding: 8px 0px 0 0;
}
.cml_content img {
  vertical-align: bottom;
}
.commentBox .commentList dl dd .plreply {
  float: right;
}
.commentBox .commentList dl dd .plreply .glBtn {
  color: #0089dc;
  cursor: pointer
}
.commentBox .commentList dl dd .support {
  float: left;
  padding-right: 12px;
  width: 86px;
  height: 20px;
  background: url("dzb.png")/*tpa=https://www.ddooo.com/images/dzb.png*/ no-repeat right center;
  background-size: contain;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  margin-right: 18px;
}
.commentBox .commentList dl dd .support.active {
  color: #fa3939;
  background: url("dza.png")/*tpa=https://www.ddooo.com/images/dza.png*/ no-repeat right center;
  background-size: contain;
}
.commentBox .commentList dl dd .support em {
  float: right;
  width: auto;
  height: 20px;
  background-size: contain;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  margin-right: 12px;
  font-weight: normal;
}
.disLoad {
  width: 100%;
  padding-top: 14px;
  overflow: hidden;
}
.disLoad .loadcomment {
  border: 1px solid #358ff0;
  border-radius: 4px;
  line-height: 32px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 15px;
  height: 32px;
  color: #358ff0;
  display: block;
  background-color: #fff;
  text-align: center;
}
.disLoad .loadcomment:hover {
  border: 1px solid #358ff0;
  background-color: #358ff0;
  color: #fff;
}
.cmmts_textarea.expand {
  height: 67px;
}
.cmmts_textarea {
  display: block;
  border: 0;
  padding: 0 4px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 67px;
  width: 100%;
  height: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  outline: none;
  resize: none;
  background: #f8f8f8;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
.cmmts_input_wrap {
  position: relative;
  margin-top: 26px;
}
.cmmts_emoji {
  width: 20px;
  height: 40px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("face.png")/*tpa=https://www.ddooo.com/images/face.png*/;
  position: absolute;
  right: 124px;
  bottom: 0;
  cursor: pointer
}
.cmmts_emoji_wrap {
  display: none;
  position: absolute;
  top: 38px;
  right: -122px;
  z-index: 1000;
  padding: 10px 0;
  background: #fff;
  width: 400px;
  height: 280px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  border-radius: 3px
}
.cmmts_emoji_wrap::before {
  content: '';
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 1px;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50%;
  top: -5px;
  right: 128px
}
.cmmts_emoji_wrap::after {
  content: '';
  background: transparent;
  position: absolute;
  width: 400px;
  height: 40px;
  top: -40px;
  left: 0
}
.cmmts_emoji_wrap *::-webkit-scrollbar, .cmmts_emoji_wrap::-webkit-scrollbar {
  width: 4px
}
.cmmts_emoji_list {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 11px;
  overflow-y: scroll;
  font-size: 0
}
.cmmts_emoji_list_item {
  width: 38px;
  height: 38px;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 19px;
  display: inline-block
}
.cmmts_emoji_list_item:hover {
  background: #fff2f2;
  display: inline-block
}
.cmmts_emoji_list_item img {
  width: 24px;
  height: 24px;
  padding: 0;
  display: block;
  margin: 7px
}
.cmmts_emoji:hover {
  background-image: url("faceb.png")/*tpa=https://www.ddooo.com/images/faceb.png*/
}
.cmmts_emoji:hover .cmmts_emoji_wrap {
  display: block
}
.cmmts_footer {
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  bottom: 14px
}
.cmmts_footer > ul {
  display: flex;
  float: right
}
.cmmts_footer > ul img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  cursor: pointer
}
.cmmts_footer > ul button {
  background: #fa3939;
  border-radius: 3px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #fff;
  padding: 6px 33px
}
.cmmts_input {
  position: relative;
  padding: 9px 14px 53px;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid #fff
}
.cmmts_input.focus {
  border-color: #fa3939
}
.cmmts_button {
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background: #fa3939;
  border-radius: 3px;
  cursor: pointer;
  min-width: 94px;
  text-align: center
}
.cmmts_button:hover {
  background: #fa3939;
  opacity: .8
}
.cmmts_button.disabled {
  opacity: .3;
  cursor: default
}
/*<!--首页友情链接-->*/
.FLink span {
  margin-top: 6px;
  border-bottom: 1px solid #b1b1b1;
  font-size: 18px;
  color: #444;
  line-height: 40px;
  display: block;
  font-weight: bold;
  z-index: 1;
}
.FLink p {
  line-height: 22px;
	margin-top: 10px;
}
.FLink p a {
  margin-right: 20px;
  color: #666;
  display: inline-block;
  overflow: hidden
}
#footer {
	width: 100%;
	float: left;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 25px 0;
  text-align: center;
}
#footer div {
  color: #bbb
}
#footer p {
  margin-top: 10px;
  color: #999
}
#footer img {
  display: inline
}
#footer p a {
  color: #999
}
.mt20 {
  margin-top: 20px;
}
/*搜索下拉*/
.searth_tips{
  width: 100%;
  display: none;
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #358ff0;
    top: 63px;
	padding: 4px 0;
  z-index: 99999;
}
.searth_tips p {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px 12px;
  overflow: hidden;
  height: 32px;
  margin-top: 0;
  line-height: 22px;
  text-decoration: none;
}
.searth_tips p em {
  font-weight: 700;
  color: red;
}
.searth_tips p a {
  display: block;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
    text-overflow: ellipsis;
}
.searth_tips p:hover {
  background-color: #f1f1f1;
}
.tv_searth_tips {
  width: 100%;
  display: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #aec5ab;
  top: 41px;
  padding: 4px 0;
  z-index: 99999;
}
.tv_searth_tips p {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px 12px;
  overflow: hidden;
  height: 32px;
  margin-top: 0;
  line-height: 22px;
  text-decoration: none;
}
.tv_searth_tips p em {
  font-weight: 700;
  color: red;
}
.tv_searth_tips p a {
  display: block;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tv_searth_tips p:hover {
  background-color: #f1f1f1;
}
/*404page*/
.rsltbox {
	font-family: "Microsoft YaHei";
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tipsPic {
	width:100%;overflow: hidden;
    text-align: center;
    margin: 0 auto;
  margin-top: 36px;
}
.tipsPic img {
	margin-bottom: 16px;
  text-align: center;
  vertical-align: middle;
}
.tipsPic p {
	font-size: 22px;
	font-weight: bold;
	color: #444;
	text-align: center;
}
.tipsPic p span{
	display: block;
	margin-top: 16px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.tipsTxt {
	width:100%;
	overflow: hidden;
    margin: 0 auto;
	margin-top: 20px;
} 
.tipsTxt span{
	width: 42%;
	color: #666;
	line-height: 36px;
	float: left;
	text-align: right;
	font-size: 16px;
	display: inline-block
} 
.tipsTxt p{
	width: 58%;
	color: #444;
	line-height: 36px;
	float: left;
	text-align: left;
	font-size: 16px;
	display: inline-block
}
.tipsTxt p a{
	color: #358ff0;
}