html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body{background: #f9f9f9;}
body,html{ height: 100%;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
   color: #666;
  text-decoration: none;
}
/* a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
} */
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
.old_body{min-height: 96.6%;}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.font12{
  font-size: 12px;
}
.font14{
  font-size: 14px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font22{
  font-size: 22px;
}
.font24{
  font-size: 24px;
}
.font28{
  font-size: 28px;
}
.font30 {
    font-size: 30px;
}
.fb{font-weight: bold;}
.fff{
  color: #fff;
}
.gray_a{
  color: #aaa;
}
.gray_3{
  color: #333;
}
.gray_5{
  color: #555;
}
.gray_6{
  color: #666;
}
.gray_7{
  color: #777;
}
.gray_9{
  color: #999;
}
.red{
  color: #e52e2e;
}
.blue{
  color:#2189ff !important;
}
.green{color:#4caf50;}
.loading{background:url('/assets/nykt/images/loading-385aa479c2e6a335e91a09381435991f.gif') 50% no-repeat; min-height: 300px;}
.box10{height: 10px;}
/* head */
ul, ol {margin-top: 0; margin-bottom: 0px; padding-left: 0;}
.bgf{ background: #fff; }
.q_head{padding-bottom: 10px;}
.q_head ul,.foot ul{margin-bottom:0; padding-left: 0;}
.q_head ul li,.foot ul li{list-style: none;}
.q_head a:hover{text-decoration: none;}
.w1200{ width: 1200px; margin: 0 auto; }
.q_h_top{ background-color: #363636; }
.q_h_top ul{ padding-left:0;  }
.q_h_top ul li{ float: left; padding:6px 10px; position: relative; background: url('/assets/nykt/images/toplibg-3e5c20f397ce5e8fd9e6269546343c27.png')  no-repeat right center; background-size: 1px 17px;  }
.q_h_top ul li:first-child{  padding-left: 0 }
.q_h_top ul li:last-child{ background: none; }
.q_h_top ul li a{color:#a0a5b1;font-size: 12px; }
.q_h_top ul li a:hover{  color: #4598d8; }
.q_h_znt:hover .q_h_z_tips{
  display: block;
}
.q_h_z_tips{position: absolute;top: 32px;left: 0;background-color: #363636;padding:10px 10px 6px 10px;line-height: 1.2;display: none;}
.q_h_z_tips img{width: 100px;margin-bottom: 5px;}
.q_hcontline{ background-color: #fff; padding:16px 0; }
.q_hcsameul ul li{ float: left; margin: 0 10px; }
.q_hcsameul ul{ padding:10px 0 10px 52px; }
.q_hcsameul ul li a{display: block;padding: 5px 7px; color: #666; font-size: 16px;}
.q_hcsameul ul .on a{ border-bottom: 2px solid #2189ff; color: #2189ff }
/* foot */
.foot{background: #535353; padding:18px 0; color: #fff; text-align: center; margin-top: 36px;}
.foot ul{ margin: 0 auto;width: 410px; }
.foot ul li{ float: left; padding: 0 18px; background: url('/assets/nykt/images/footlibg-451e2327979a662d92c8279089dab986.png') no-repeat right center; background-size: 1px 17px;}
.foot ul li:last-child{background:none;}
.foot ul li a{ color: #e6e6e6; font-size: 14px; }
.foot p span{ margin-right: 23px; }
.foot p{ padding-top: 2px; margin:0; }
.positionre{ position: relative;}
.seachbox{border:1px solid #2189ff;width: 288px; margin-top: 6px;}
.choosedefault{ padding:9px; width: 240px; }
.choosedefault a{ display: inline-block; font-size: 12px; color: #666; background: #ebebeb; padding:0 4px; }
.choosedefault a:hover{color: #fff; background: #2189ff;}
.seachbtn{ display: inline-block;background: url('/assets/nykt/images/seachbtn-bafe92537ad5fd71f8511a2c5b95b99f.png') no-repeat center; width: 39px; height: 38px; }
.choosedefault input{ width: 100%; }
.chooseinput{ padding:8px; width: 240px; }
.chooseinput input{ width: 100%; border: 0; }
.noticeicon{ display: inline-block;position:relative; background: url('/assets/nykt/images/notice-42fe57419672add8427b095954fbab72.png') no-repeat center; width: 17px; height: 16px;     margin-right: 140px; vertical-align: middle; }
.downcut{transform:rotate(90deg);
-ms-transform:rotate(90deg);   /* IE 9 */
-moz-transform:rotate(90deg);  /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg);  color: #aaa;display: inline-block; font-weight: bold; margin-left:12px;}
.noticeicon em{ display: inline-block; width: 6px; height: 6px; background: #e62e2e; border-radius: 6px; position: absolute;top: -3px;right: -4px;}
.rightinfo{ display: table; height: 40px; padding-left: 92px;}
.rightinfo p{display: table-cell; vertical-align: middle;}
.rightinfo p a{word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.rightbar ul li{position: relative;border-bottom: 1px solid #eeeeee; padding:20px 0;}
.rightlar{ width: 72px; height: 40px;position: absolute;left: 0;top: 10px; }
.rightlar1{ width: 60px; height: 60px;position: absolute;left: 0;top: 10px; }
.rightlar1~.rightinfo{padding-left: 76px;}
.showtimebg{background:rgba(0,0,0,0.6); position: absolute; bottom: 2px; right:2px; padding:0 5px; border-radius: 12px;}
.showtime{font-family: "Arial" ; font-size:12px;color: #fff; background: url(/assets/nykt/images/starvideo-c76284af8ab7017e6ac55bfd8aba25c0.png) no-repeat left center; padding-left: 8px;}
.rightbarad{ margin-left:-20px; background: #f9f9f9; padding:10px 0; }
.rightpad ul li:last-child{ border-bottom: 0; }
.classvidbox img{ width: 800px; height: 450px; }
.rightlarvid{ width: 60px; height: 60px; }
/* index.css */
ul li{ list-style: none; }
em{ font-style: normal; }
ul{ padding-left: 0; margin-bottom: 0}
a:hover,a:active{text-decoration: none}
p{ padding:0; margin:0; }
.padd_t5l12{ padding:5px 0 0 12px; }
.margin_t30{ margin-top: 30px; }
.q_c_news{ background: #fff; padding:25px 20px 2px 20px; line-height: 1.58; width: 292px;height: 320px;}
.q_c_news p{padding-bottom: 15px;}
.q_c_news em{ margin-right: 15px; }
.q_c_news ul li{padding-top:4px;}
.q_c_news ul li a{ color: #666; display: inline-block;width: 18em;overflow:hidden; text-overflow: ellipsis;white-space: nowrap;}
.q_c_news ul li a:hover{ color: #3c93ff; }
.margin_b10{ margin-bottom: 10px; }
.q_content{ min-height: 200px; }
.q_content .q_hcsameul ul li a,.q_classcon .q_hcsameul ul li a{ font-size: 14px; padding:0px;}
.q_content .q_hcsameul ul .on a,.q_classcon .q_hcsameul ul .on a{border-bottom: 1px solid #2189ff;}
.q_content .q_hcsameul ul{ padding:8px 0 0 75px; }
.q_content .q_hcsameul ul.q_classcon0{ padding-left: 0;}
.q_ctipline{ padding:36px 0 10px 0; }
.q_lable{ display: inline-block; font-size: 12px;
  border: 1px solid #2189ff; color: #2189ff; padding:0 10px; margin-right: 5px; }
.line-through{ text-decoration:line-through; }
.q_c_productul{ position: relative; border-bottom: 1px solid #ededed}
.q_c_productul li{ float: left; width: 20%;text-align: center;padding:24px 0; }
.q_c_productul li img{ margin-bottom:22px; }
.q_c_productul p{ padding-top:5px;text-align:left; padding-left: 20px; }
.q_c_productul li:hover{ margin-left: -3px;margin-top: -3px; -webkit-box-shadow:0 0 10px #959595; -moz-box-shadow:0 0 10px #959595; box-shadow:0 0 10px #959595; }
.advertisement li{ float: left; width: 16.6666%; text-align:center; padding:20px 0;}
.q_c_nxcenter{ padding:10px 8px 10px 10px; width: 480px; overflow: hidden; height: 345px;}
.q_cnadfont{ position: absolute; bottom:0px; left: 0px; right: 0px;padding:10px; background:rgba(0,0,0,0.6);}
.q_cappraise{ padding-right: 15px; }
.q_cappraise img{ float: left; }
.lable0,.lable1,.lable2,.lable3{color: #fff; font-size:12px; padding:2px 6px;}
.lable0{  background: #7fa9ff; }
.lable1{  background: #ff7866; }
.lable2{  background: #a0cc66; }
.lable3{  background: #7ab8ff; }
.lable4,.lable5,.lable6,.lable7,.lable8,.lable9{ font-size:12px; border-radius: 2px; }
.lable4{ color:#a0cc66; border:1px solid #a0cc66;padding:0 1px; }
.lable5{ color:#78c2fa; border:1px solid #78c2fa;padding:0 1px; }
.lable6{ color:#fa8989; border:1px solid #fa8989; padding: 0 6px;}
.lable7{ color:#5ccfe6; border:1px solid #5ccfe6; padding: 0 6px;}
.lable8{ color:#b362b3; border:1px solid #b362b3; padding: 0 6px;}
.lable9{ color:#87abf5; border:1px solid #87abf5; padding: 0 6px;}
.q_cinformation{ padding:13px; }
.q_cinformation ul li{ float: left; width:370px;margin-right: 25px; }
.q_cinformation ul li:last-child{margin-right: 0}
.q_cinformation ul li p{ padding:8px 0; }
.q_cinformation ul li p a{ float: left; color: #666;display: inline-block;width: 22em;overflow:hidden; text-overflow: ellipsis;white-space: nowrap; }
.q_cinformation ul li p a:hover{ color: #3c93ff;}
.q_cinformation ul li p span{ float: right; color: #999; font-family: "Arial" }
.q_cinformation ul li p:first-child a{ width: 100%; float: none; }
.q_cinformation ul li p:first-child{ padding:0; height: 120px; }
.q_cinformation ul li p:nth-child(2) a{display: inline; float: none; color: #333;}
.q_cinformation .ad{width: 370px;height: 120px;overflow: hidden;}
.switch{ display: inline-block; padding:10px 36px 10px 10px; }
.switch_btn, .fa_select .switch{background: url('/assets/nykt/images/switch0-51eb6d425ae2107be4a88e33ecac0708.png') no-repeat right center;}
.chartbox{ padding:20px; }
.chart0{ width: 376px; height: 300px; }
.q_cdprise{ width: 370px; text-align: center; }
.q_cdprise td{ border-bottom: 1px solid #eeeeee; padding:15px 0; }
.rise0{ color: #ff5640; background: url('/assets/nykt/images/rise0-eb26593e4bd224a237bb37b582ef19b4.png') no-repeat right center; padding-right: 23px; }
.rise1{ color: #4caf50; background: url('/assets/nykt/images/rise1-b57323f749b1afb800886e8ea609c3a5.png') no-repeat right center; padding-right: 23px; }
.chart1{ width: 380px; height: 240px; }
.q_cswtime{margin-top:35px;}
.q_cswtime li{ float: left; margin:0 5px; cursor: pointer;}
.q_cswtime li a{color: #2189ff; border: 1px solid #1f82ff;padding:3px 15px;display: inline-block;}
.q_cswtime .on a{color: #fff; background: #2189ff;}
.q_cure{ padding:24px 30px; width: 900px; }
.q_cureright{  padding:20px 30px;width: 290px; }
.refresh{ display: inline-block; background: url('/assets/nykt/images/refresh-97e6bd0da64f0467c0d0ac37df1bcdc2.png') no-repeat left center; padding-left: 22px; }
.q_crmb{ font-size: 18px; margin-right: 22px; color: #ff1111; background: url('/assets/nykt/images/rmb-30c60cc4efe12ed6e8f0d74164fdfdf8.png') no-repeat left center;padding-left: 20px;font-family: "Arial" }
.q_coproblem{ padding:15px 0; border-bottom: 1px solid #f1f1f1; }
.q_coproblem a{color:#333;}
.q_coproblem:hover{ background: #e8f3ff;}
.q_coproblem:last-child{ border-bottom: 0; margin-bottom: 7px; }
.q_coproblem p{ padding-bottom:6px; }
.q_coproblem .q_cpcont{ width: 692px; padding-left: 18px; }
.dis_block{ display: block; }
.dis_inlineblock{ display: inline-block; }
.q_cp_time{ position: absolute; bottom:-8px; right: -63px; }
.button_bgf{ background: #fff; color: #2189ff; border:1px solid #2189ff; border-radius: 2px; padding:10px 48px; }
.button_bgbule{ color: #fff; background: #2189ff; border:1px solid #2189ff; border-radius: 2px; padding:10px 46px;}
.midbtn_bule{ background: #2189ff; color: #fff; font-size: 14px; padding:3px 22px;border:1px solid #2189ff; }
.q_ctwobtn{ width: 346px; margin:0 auto; }
.raicon{ font-size: 12px; background:url('/assets/nykt/images/rzicon-118d53db546f16f67add7437ee61ce57.png') no-repeat left center; color: #2189ff; padding-left: 22px; display: inline-block; }
.q_coproblemleft .q_cpcont{ width: 170px; }
.q_coproblemleft p{ padding:0; }
.q_coproblemleft{ padding:22.1px 0; }
.class0{ display: inline-block; background: url('/assets/nykt/images/class0-2cf16ebecc836edd1bbb6c3a5926abca.png') no-repeat left center; padding-left: 20px;margin-right: 23px;  color: #999 }
.class1{ display: inline-block; background: url('/assets/nykt/images/class1-82b78e7976c6583f1e5fd5cd18c7acbb.png') no-repeat left center; padding-left: 20px;margin-right: 23px; color: #999 }
.class2{ display: inline-block; background: url('/assets/nykt/images/class2-607e208208a1aa9e8c9dd005b4ec9b51.png') no-repeat left center; padding-left: 20px;margin-right: 23px; color: #999 }
.trbg{background:rgba(0,0,0,0.2); position:absolute; left: 0; right: 0; bottom:0; top: 0; text-align: center; padding-top:52px;}
.video{ width: 294px;margin-top:3px; height: 164px; overflow: hidden;}
.video img {max-width: 100%;}
.q_cclassroom{ min-height: 299px; }
.q_cclassroom ul li{ float: left; margin-right: 8px; background: #fff; min-height: 300px;}
.q_cclassroom ul li:hover .video{  top:-3px; margin-top:0px;}
.q_cclassroom ul li:hover {
 -webkit-box-shadow:0 0 10px #959595; -moz-box-shadow:0 0 10px #959595; box-shadow:0 0 10px #959595;
}
.padd0_34{padding:0 34px; }
.q_c_v_cont{ padding: 20px; text-align: left; }
.q_c_v_cont p{ padding: 5px 0; }
.q_cjr ul li{ float: left;background: #fff;  width: 293px; margin-right: 9px; text-align: center; padding-bottom: 36px;}
.q_cjr .q_jd li .t_left{ height: 73px; text-align: left;}
.q_cjr ul li p:nth-child(2){ padding:16px 0; }
.q_cjr ul li a{display: inline-block;}
.q_cjr ul li .midbtn_bule{ margin-top:33px; }
.q_cjr .q_jd li .midbtn_bule{margin-top:0px;}
.q_cjr ul li:hover{ margin-left: -3px;margin-top: -3px; -webkit-box-shadow:0 0 10px #959595; -moz-box-shadow:0 0 10px #959595; box-shadow:0 0 10px #959595; }
.q_cclassroom ul,.q_cjr ul{ width: 1220px; margin: 0 auto;  }
.banner{ width: 900px;height:320px; overflow:hidden;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{height:320px;}
.banner .slides li a{width: 100%;height: 100%;display: block;}
.flex-prev,.flex-next{position:absolute; top:136px; z-index: 2; display: inline-block;width: 23px;height: 39px;}
.banner_l,.flex-prev{ background: url('/assets/nykt/images/banner_l-d79dd04f0553a2c67f3d635c9322d450.png') no-repeat center; left: 20px;}
.banner_r,.flex-next{ background: url('/assets/nykt/images/banner_r-f0129ef8b16b1d9650299ff326d80af5.png') no-repeat center; right: 20px;}
.denote,.flex-control-nav{ position: absolute; bottom: 23px; right: 27px; z-index:2;}
.flex-control-nav li{display: inline-block;}
.denote a,.flex-control-nav a{cursor:pointer; overflow:hidden;line-height: 40px; width: 11px; height: 11px;display: inline-block; border-radius: 11px; background-color:#707070; margin-left: 5px; }
.denote .onhere,.flex-control-nav .flex-active{ background-color:#318dde;border:2px solid  #707070; }
.q_c_productul li{position: relative;}
.hoticon{position: absolute; top:-4px; right: 8px; background: url('/assets/nykt/images/hoticon-cdfe74c78ddc9f644df7ca78fabbfa1c.png') no-repeat center; padding-top: 2px; color: #fff; font-size: 14px; text-align: center; width: 68px; height: 38px;display:table; }
.hoticon p{ margin: 0; padding: 0; text-align:center; line-height: 14px;}
.hoticon .mid{vertical-align:middle; display:table-cell; }
/* 国家生猪市场 */
.z_pigSource{padding:0px 20px 6px 20px;;}
.z_pigSource table thead td{text-align:center;border-bottom:1px solid #e8e8e8; height: 57px;}
.z_pigSource thead tr td:first-child{text-align: left;padding-left:50px;}
.z_pigSource table tbody tr{cursor: pointer;}
.z_pigSource table tbody td{text-align:center;/* padding:25px 0px; */ height: 81px;}
.z_pigSource table tbody td:first-child {width:180px;text-align: left;padding-left: 10px;}
.z_pigSource table tbody td:first-child {width:180px;text-align: left;padding-left: 10px;position: relative;}
.z_pigSource tbody tr td.z_vendor{width:130px;padding:25px 10px;}
.z_pigSource tbody td.z_vendor p{width:110px;display: inline-block;}
.z_pigSource tbody tr:nth-child(2n) td{background: #f4f4f4;}
.z_label{display:inline-block;line-height: 20px;padding:0px 3px;margin-left:1px;font-size:14px;}
.z_label_pp{ background: #f2f9fe;color: #6c879e;border:1px solid #82a1bb; }
.z_label_yx{ background: #ebf4fa;color: #008ef1;border:1px solid #008ef1;}
.z_label_f{background: #ffece8;color: #ef6342;border:1px solid #ef6342;}
.z_label_b{background: #f9f1e6;color: #ff9000;border:1px solid #ff9000;}
.z_label_j{background: #e1f5ed;color: #33be85;border:1px solid #33be85;}
.z_labelbox span:first-child{ margin-left: 0; }
.b_red{background:#ff0023;}
.line_h26 { line-height: 26px;}
.b_green4 { background: rgb(53, 182, 150);}
.f14 { font-size: 14px;}
.white { color: rgb(255, 255, 255);}
.w75 { width: 75px;}
.inlineblock {display: inline-block;position: relative;}
.chartdialog{ background: #fff; box-shadow:0 0 10px #959595; width: 190px; white-space:nowrap;}
.closebtn{transform:rotate(45deg);
-ms-transform:rotate(45deg);   /* IE 9 */
-moz-transform:rotate(45deg);  /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg);  display: inline-block; font-size: 30px; color: #aaaaaa; position:absolute;right:3px; top:-3px;}
.q_c_top{padding:10px 20px; border:1px solid #eeeeee;}
.q_d_con{ padding:10px 20px; }
.q_d_con p{ padding: 4px 0; border-bottom :1px solid #eeeeee; font-size: 12px;}
.q_d_con p:last-child{  border-bottom :0;}
.dia_cut{ position: absolute; bottom: -15px; left: 50%; margin-left: -15px; }
.q_chartselect ul{max-height: 300px; overflow: auto;}
.q_chartselect ul li{ padding:10px; cursor: pointer; }
.fa_select{ -webkit-box-shadow:0 0 10px #959595; -moz-box-shadow:0 0 10px #959595; box-shadow:0 0 10px #959595;top:0px; width: 120px; position:absolute; background: #fff;z-index:9}
.q_chartselect ul li.cur{ background: #eee; }
.widthbig{ width: 166px; z-index: 2;}
.advertisement ul li a{ display: inline-block; width: 90px; height: 90px; }
.advertisement ul li a img{ height: 100%; width: 100%; }
/* .icon-interest:before{content:"\e653"}.icon-data:before{content:"\e652"}.icon-examine:before{content:"\e656"}.icon-success:before{content:"\e657"}.icon-sign:before{content:"\e658"}.icon-lines:before{content:"\e64a"}.icon-quick:before{content:"\e650"}.icon-apply:before{content:"\e64b"}.icon-cycle:before{content:"\e65e"}.icon-intellectualization:before{content:"\e65f"}.icon-complete:before{content:"\e660"}.nxd_content{padding:120px 0 180px}.nxd_sroll{width:100%;height:500px;position:relative;overflow:hidden}.nxd_sroll_wp{width:300%;height:100%}.isroll_item{float:left;width:33.33333333%;height:100%;background-position:center center}.nfd_tab{background-image:url(../img/nxd1.jpg)}.nxd_tab{background-image:url(../img/nxd2.jpg)}.yxd_tab{background-image:url(../img/nxd3.jpg)}.nfd_tab .tab_title_wp{margin:auto;width:1075px;padding:195px 0 0 125px;text-indent:10px}.nfb_subtitle{position:relative;top:5px}.nxd_tab .tab_title_wp{margin:auto;width:1040px;padding:185px 0 0 160px}.nxd_subtitle{width:130px;vertical-align:middle;position:relative;top:5px;left:20px}.yxd_tab .tab_title_wp{margin:auto;width:1010px;padding:160px 0 0 190px;position:relative}.yxd_tab .shadow{position:absolute;width:380px;height:100px;background-color:#f6f6f7;opacity:.5;-khtml-opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50)}.nfd_tab .shadow{position:absolute;width:460px;height:100px;background-color:#000;opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;filter:alpha(opacity=30)}.yxd_title{position:relative;left:10px}.yxd_subtitle{left:30px}.nxd_sroll ul{bottom:20px;left:50%;margin-left:-36px}.nxd_sroll li{width:12px;height:12px;background-color:#fff;float:left;margin:0 5px;border-radius:7px;border:1px solid #acb4be}.nxd_sroll li.on{background-color:#4a89dc}.nxd_ascendancy{width:1200px;margin:60px auto}.nxd_ascendancy .tab_cell{width:300px}.border_right{border-right:1px solid #e6e9ed}.font66{font-size:66px}.mg_t13{margin-top:13px}.products{width:1200px;margin:auto;padding-top:30px}.products .tab_cell{width:400px}.products_item{width:240px;display:inline-block}.product_img{background-size:240px 120px;width:240px;height:120px}.product_img1{background-image:url(../img/nfd.jpg)}.product_img2{background-image:url(../img/nyd.jpg)}.product_img3{background-image:url(../img/yxd.jpg)}.t_center{text-align:center}.products_item .t_center{padding:15px 0;border-bottom:5px solid #5d9cec}.active .products_item{background-color:#5d9cec;padding:5px 10px 0}.active .product_img1{background-image:url(../img/nfd_on.jpg)}.active .product_img2{background-image:url(../img/nyd_on.jpg)}.active .product_img3{background-image:url(../img/yxd_on.jpg)}.active .products_item span{color:#fff}.products_details{background-color:#f1f1f1;margin-top:40px}.products_details_wp{width:1200px;margin:auto;display:none}.products_detail{background-color:#5d9cec}.every_products_title{padding:0 15px 10px}.beyond_line{height:10px;top:-10px;width:100%;background-color:#5d9cec}.products_detail ul{padding:15px;margin-bottom:10px}.products_detail ul li{line-height:30px}.every_product{width:960px}.every_product .tab_cell{width:200px;padding-left:40px}.product_title{padding:27px 40px 15px}.every_product_title{line-height:30px;padding:10px 10px}.every_product .tab_cell ul li{width:168px;font-size:14px;line-height:24px;margin:0 0 12px 10px;text-indent:-12px;padding-left:12px}.current_product{display:block}.application_process{width:1030px;margin:auto;padding:30px 85px}.application_title{text-indent:-55px}.application_wp{padding:70px 0 40px}.application_item{width:60px}.application_wp .iconfont{font-size:45px;background-color:#5d9cec;color:#fff;border-radius:35px;padding:6px 3px 7px 9px}.application_item div{text-align:center;margin-top:10px}.process_bar{width:263px;height:8px;margin-top:22px}.past_bar{background-color:#5d9cec}.ongoing_bar{background:-webkit-linear-gradient(left,#5d9cec,#5d9cec,#c6d6ea,#e5e7ea);background:-o-linear-gradient(left,#5d9cec,#5d9cec,#c6d6ea,#e5e7ea);background:-moz-linear-gradient(left,#5d9cec,#5d9cec,#c6d6ea,#e5e7ea);background:-ms-linear-gradient(left,#5d9cec,#5d9cec,#c6d6ea,#e5e7ea);filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#5d9cec, endColorStr=#e5e7ea);background:-webkit-gradient(linear,0 25%,75% 100%,from(#5d9cec),to(#e5e7ea))}.unapplication .iconfont{background-color:#e5e7ea;color:#999}.unapplication .icon-complete,.unapplication .icon-cycle{padding:8px}.unpass_bar{background-color:#e5e7ea}.products_process{display:none}.current_process{display:block}.question{border-top:1px solid #f1f1f1}.question_wp{width:1140px;margin:auto;padding:30px;line-height:30px;display:none}.current_question{display:block}.question_title{margin-bottom:20px}.question_item{margin-bottom:30px}.answer{padding-left:19px;text-indent:-16px}.answer a:hover{text-decoration:underline}.more_question{background-color:#5d9cec;padding:11px}.consulting{background-color:#f1f1f1;height:100px;line-height:100px;margin-top:35px}
 */.current_product {
    display: block;
}
.every_products_title {
    padding: 0 15px 10px;
}
.beyond_line {
    height: 10px;
    top: -10px;
    width: 100%;
    background-color: #5d9cec;
}
.products_detail ul {
    padding: 15px;
    margin-bottom: 10px;
}
.products_detail ul li {
    line-height: 30px;
}
.products_detail {
    width: 240px;
}
.products_detail {
    background-color: #5d9cec;
}
.relative {
    position: relative;
}
.vertical_center {
    vertical-align: middle;
}
.tab_cell {
    display: table-cell;
}
.color_white {
    color: #fff;
}
.earnings {
    width: 100%;
}
.annual_earnings {
    margin-top: 70px;
}
.annual_earnings, .calculation_result, .computations {
    margin-bottom: 30px;
    padding-left: 45px;
}.go_invest {
    width: 180px;
    height: 48px;
    line-height: 48px;
    margin-left: 130px;
    background-color: #333;
    background: -webkit-linear-gradient(left,#f6b15c,#f6b15c,#fcc557,#ffce54);
    background: -o-linear-gradient(left,#f6b15c,#f6b15c,#fcc557,#ffce54);
    background: -moz-linear-gradient(left,#f6b15c,#f6b15c,#fcc557,#ffce54);
    background: -ms-linear-gradient(left,#f6b15c,#f6b15c,#fcc557,#ffce54);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f6b15c, endColorStr=#ffce54);
    background: -webkit-gradient(linear,0 25%,75% 100%,from(#f6b15c),to(#ffce54));
    margin-top: 30px;
}
.inline_block {
    display: inline-block;
}
.computations input {
    width: 230px;
    height: 34px;
    padding-left: 10px;
    font-size: 18px;
    color: #666;
}
.mg_l5 {
    margin-left: 5px;
}
input, select, textarea {
    padding: 0;
    border: 1px solid #ccc;
    font-family: inherit;
    outline: 0;
}
.vertical_bottom {
    vertical-align: text-bottom;
}
.font_lighter {
    font-weight: lighter;
}
.calculation_result {
    text-indent: 80px;
}
.color_ylw {
    color: #f5af5d;
}
.font_bold {
    font-weight: 700;
}
.invest_btn {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    background: -webkit-linear-gradient(left,#4a89dc,#4a89dc,#5a99e9,#5d9cec);
    background: -o-linear-gradient(left,#4a89dc,#4a89dc,#5a99e9,#5d9cec);
    background: -moz-linear-gradient(left,#4a89dc,#4a89dc,#5a99e9,#5d9cec);
    background: -ms-linear-gradient(left,#4a89dc,#4a89dc,#5a99e9,#5d9cec);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#4a89dc, endColorStr=#5d9cec);
    background: -webkit-gradient(linear,0 25%,75% 100%,from(#4a89dc),to(#5d9cec));
}
.invest_amount, .invest_days {
    margin-right: 45px;
}
.jrcontener .button_bgbule{ position: absolute; top:170px; right:200px; }
/* 字数限制 */
.q_chnext p:first-child,.themain,.q_cpcont p:first-child,.q_c_v_cont p:first-child,.z_pigSource tbody td.z_zone p,.q_c_nxcenter .padd_t5l12 p:last-child{overflow: hidden; white-space: nowrap; text-overflow:ellipsis;-o-text-overflow: ellipsis;word-wrap:break-word;overflow: hidden\9;}
.q_chnext p:first-child{ height: 52px; white-space:normal;overflow: hidden;}
.q_coproblemleft .q_cpcont p:first-child{height: 22px!important; }
.q_c_v_cont p:first-child{height: 32px;width: 15em;overflow: hidden;}
.z_pigSource tbody td.z_zone p{width:195px;height: 20px;display: inline-block;overflow: hidden;white-space: nowrap;}
/* .themain{overflow: hidden; white-space: nowrap; text-overflow:ellipsis;-o-text-overflow: ellipsis;word-wrap:break-word;}
.themain{ height: 20px;width: 31em; } */
.q_c_nxcenter .padd_t5l12 p:last-child,.themain{ height: 20px;width: 432px; overflow: hidden;white-space: nowrap; }
.q_coproblem .q_cpcont p:first-child{ height: 45px; white-space: normal; line-height: 22px;white-space: nowrap; overflow: hidden; }
/* 切换内容商城图标 */
.q_chnext .nxsclable{ margin: 0 10px 0 0; }
.q_ccontent{min-height: 515px;}
.star{ width: 98px; height: 16px; background: url("/assets/nykt/images/star-96bd49718bec682cda5fe4cd9b2ec6fb.jpg") 0 0 no-repeat; }
.star1{ background-position: 0 -30px; }
.star2{ background-position: 0 -59px; }
.star3{ background-position: 0 -87px; }
.star4{ background-position: 0 -114px; }
.star5{ background-position: 0 -140px; }
.q_c_pnxr{border-bottom: 0;margin-left:480px;}
.q_c_pnxr li{ width: 240px;  }
.q_coproblem img{ width: 40px; height: 40px; }
.q_coproblemleft .pull-left img{ width: 60px; height: 60px; }
.q_cure .q_coproblem .pull-left.text-center{ width: 85px; overflow: hidden; white-space: nowrap }
/* common.css */
/* body{background: #f9f9f9;}

em{ font-style: normal; }
ul{ padding-left: 0; margin-bottom: 0}
a:hover,a:active{text-decoration: none}
p{ padding:0; margin:0; }
.denote{ position: absolute; bottom: 23px; right: 27px; }
.denote a{ width: 11px; height: 11px;display: inline-block; border-radius: 11px; background-color:#707070; margin-left: 5px; }
.denote .onhere{ background-color:#318dde;border:2px solid  #707070; }
 */
ul li{ list-style: none; }
p,h2{ margin:0; }
.margint_20{ margin-top: 20px }
.margint_22{ margin-top: 22px }
.marginb_10{ margin-bottom:10px; }
.marginl_10{ margin-left: 10px; }
.marginl_20{ margin-left: 20px; }
.banner_m{ width: 1200px; height: 320px; overflow:hidden;}
.banner_m_l{ position:absolute; top:136px; left: 20px; background: url('/assets/nykt/images/banner_l-d79dd04f0553a2c67f3d635c9322d450.png') no-repeat center; display: inline-block;width: 23px; height: 39px; }
.banner_m_r{ position:absolute; top:136px; right: 20px; background: url('/assets/nykt/images/banner_r-f0129ef8b16b1d9650299ff326d80af5.png') no-repeat center; display: inline-block;width: 23px; height: 39px; }
.q_csubjectclass ul li{ margin-bottom: 10px; height:300px;}
.paddb_35{ padding-bottom: 35px;}
.paddb_15{ padding-bottom: 15px; }
.loadmore,.upmore{ padding-top: 35px; }
.upmore a{ display: inline-block;color: #2189ff; font-weight:bold; font-size: 12px; background: url('/assets/nykt/images/upmore-ccf430468d614d4fc831c1d1530a2c78.png') no-repeat right center; padding-right:24px; }
.loadmore a{ display: inline-block;color: #2189ff; font-weight:bold; font-size: 12px; background: url('/assets/nykt/images/loadmore-3e6906f4a8d4111e5974f7d127241662.png') no-repeat right center; padding-right:24px; }
/* 课堂视频 */
.q_classtitle{ font-size: 28px; text-align: center; color: #333; padding:38px 0 6px 0; }
.margin_r20{ margin-right: 20px; }
.margin_r30{ margin-right: 30px; }
.sharepoab{position:absolute; right: 0; top: -5px;}
.shareway ul li{ float: left; padding-left: 7px;}
.classvidbox{ padding:46px 0 15px 0; }
.praise,.praise0,.numob,.numob0,.collection,.collection0{color: #2189ff;display: inline-block;padding:6px 20px 6px 42px;}
.praise:hover,.numob:hover,.collection:hover,.numob0:hover{ padding:5px 19px 5px 41px; border:1px solid #2189ff; border-radius: 2px; color: #fff;}
.praise:hover{ background: #2189ff url('/assets/nykt/images/opl0-45187976090e9ddded0ad4c933aba81c.png') no-repeat 11px center;}
.numob:hover,.numob0:hover{ background: #2189ff url('/assets/nykt/images/opl1-b93c8d4cda8c61db3821981bb6179de6.png') no-repeat 11px center; }
.collection:hover{ background: #2189ff url('/assets/nykt/images/opl2-cf38891e45e20354ae5f1d9ba555c0c5.png') no-repeat 11px center;}
.praise{  background: url('/assets/nykt/images/pl00-de96b160b57cce08079799f0c6dfad67.png') no-repeat 11px center; }
.numob{  background: url('/assets/nykt/images/pl1-0fa30667d147aa8f40c66b954846d974.png') no-repeat 11px center; font-family: "Arial" }
.praise .text,.numob .text,.numob0 .text{display: none;}
.praise:hover .text,.numob:hover .text,.numob0:hover .text{display: inline;}
.praise:hover .num,.numob:hover .num,.numob0:hover .num{display: none;}
.collection{   display: inline-block;background: url('/assets/nykt/images/pl2-ff3a294a9809b6df97a7a026c5d297ce.png') no-repeat 11px center;  }
.praise0{ background: url('/assets/nykt/images/pl0-5a06000944f0b41e38f249d8c3ae0055.png') no-repeat 11px center;  }
.numob0{  background: url('/assets/nykt/images/pl11-f448d2c76653f871b40cad7d9475f7fb.png') no-repeat 11px center;  font-family: "Arial" }
.collection0{  background: url('/assets/nykt/images/pl22-63a9212275e1965319f641289ebdb4bf.png') no-repeat 11px center;  }
.report{ display: inline-block;background: url('/assets/nykt/images/report-34f3082d6e7ea4a126e6bbf082eca9fa.png') no-repeat left center; margin:8px 0 0 30px; padding-left: 20px; font-size: 14px; color: #999 }
.praiseheadline{padding:10px 0;}
.praiseheadline ul li{ float: left;margin:0 15px 15px 0; height: 32px; width: 32px; overflow: hidden; }
.praiseheadline ul li img{ width: 100% }
.lable3{ color: #fff; font-size:12px; background: #7ab8ff; padding:2px 6px; }
.titleoa{padding:36px 0; border-bottom:1px solid #eeeeee;}
.titleoa ul li a{ color: #333; }
.titleoa ul li a:hover{text-decoration: underline;}
.morelineta{ width: 100%; height: 154px; padding:6px; border:0;  border:1px solid #eee;resize:none;}
.morelineta:focus{ outline: 1px solid #2189ff; }
.texta_out{  margin:36px 0 10px 0; }
.texta_out .acont{ position:absolute; right: 12px; font-size:16px;bottom: 12px; font-family: "Arial"; }
.commt{ padding:30px 0;  border-bottom:1px solid #eee;}
.comment{ position:absolute; left: 0;top:30px; width: 32px;height: 32px;overflow: hidden;}
.comment img{width: 100%;}
.comment_er{ padding-left: 42px; }
.comment_er p{ word-break: break-all; }
.co_p0{ display: inline-block; background: url('/assets/nykt/images/p_0-3e33b6516f8c479cf8a8d48e7a75e32a.png') no-repeat left center; padding:0 10px 0 20px; margin-right: 10px; height: 16px; border-right: 1px solid #eee; }
.co_p00{ display: inline-block; background: url('/assets/nykt/images/p_00-d5674b6c896353039219f968fe92972f.png') no-repeat left center; padding:0 10px 0 20px; margin-right: 10px; height: 16px; border-right: 1px solid #eee; }
.co_p0_dis{background-image: url('/assets/nykt/images/p_00-d5674b6c896353039219f968fe92972f.png');}
.co_p1{ display: inline-block; background: url('/assets/nykt/images/p_1-cedc0f8369cdc82d75432f70dc205bf8.png') no-repeat center 10px; padding-right: 20px; height: 16px;}
.co_p2{ display: inline-block; background: url('/assets/nykt/images/p_2-cbde05fab135de3cf01b95de459df75e.png') no-repeat center 10px; padding-right: 20px; height: 16px;}
.commterele .positionre{ padding-bottom: 30px; }
.commterele .comment{ top:0; }
.commterele .co_p0{ border-right: 0; }
.commterele:last-child{ padding-bottom: 0;border: 0; }
.sendcombtn,.sendcombtn1{ color: #fff; padding:5px 15px; border-radius: 2px; }
.sendcombtn{ background: #90c4ff;  border:1px solid #90c4ff; }
.sendcombtn1{ background: #2189ff;  border:1px solid #2189ff;}
.text_ind2{ text-indent: 2em; }
.detailsdoc{padding: 36px 0 44px 0;line-height: 24px; word-break: break-all;  }
.break-all{ word-break: break-all;}
.prasline{ padding-top: 36px; }
.q_curl a:hover{text-decoration: underline;}
.mosehover{ background-color: #fff; position:absolute; top:0;bottom: 0;min-width: 138px; white-space:nowrap; right: 0;text-align:center;line-height: 32px;}
.mosehover a,.mosehover span{ color: #4896e0!important; }
.hoverselect{ -webkit-box-shadow:0 0 5px #959595; -moz-box-shadow:0 0 5px #959595; box-shadow:0 0 5px #959595;  top: 33px;left: 40px; border-top:none;background: #ffffff; padding:20px;position: absolute; z-index: 3; width: 280px; box-sizing: border-box; }
.integral{background: url('/assets/nykt/images/integral-05c428d336bab3c30a1619f2da2426c6.png') no-repeat center; padding-left:  26px; font-size: 12px; width: 70px; color: #fff; display: inline-block;}
.hover_con{ padding:12px 50px 15px 0; border-bottom:1px solid #eee; }
.hover_con p{ padding-top: 12px; }
.hover_con a{ color: #666!important;font-size:14px!important; }
.hover_con:last-child{border-bottom:0;}
.greybtn{ padding:3px 15px; }
.tipredbg{ position:absolute;display: inline-block; background: url('/assets/nykt/images/tipredbg-581960408be88158146fef2584bc19bb.png') no-repeat center; color: #fff; text-align: center; right: -28px; top:-6px; width: 28px; line-height: 16px; height: 16px;}
/* 农业资讯 */
.mousenone{ background-color: #363636;}
.mousenone a,.mousenone span{ color: #a0a5b1 !important;}
.info_detail{border-bottom: 1px solid #eee;padding-top: 36px}
.info_detail .detailsdoc{ padding:0px 0 18px 0; }
.dialogsend{ padding:20px 0 10px 0px; }
.dialogsend input,.dialogsend .editable{ overflow:hidden; border: 1px solid #2189ff;resize:none; line-height: 20px; padding:8px 6px; box-sizing: border-box; width: 656px; }
.dialogsend .editable{ width: 700px; }
.sendtbn_bgbule{ color: #fff; background: #2189ff; border:1px solid #2189ff; border-radius: 2px; padding:8px 32px;}
.pointout0,.pointout1{position: fixed;z-index: 3;right: 10px;z-index: 3}
.pointout0{bottom:54px;}
.pointout1{bottom: 10px;}
.noul .rightbarad{ margin:-30px 0 0 -20px; }
.leftbar{ padding:20px 30px;box-sizing: border-box; float: left; width: 160px; border-right: 1px solid #eee;}
.leftbar ul{ padding-top:15px; }
.leftbar ul li a{ font-size: 16px; display:block; padding:15px 0 15px 32px; }
.leftbar .icon0{ background: url('/assets/nykt/images/li0-10f65d6090f2193ac0d2e588de5d7fab.png') no-repeat left center; }
.leftbar .icon1{ background: url('/assets/nykt/images/li1-51847c4f5b95f492d6cf257953ab7d1a.png') no-repeat left center; }
.leftbar .icon2{ background: url('/assets/nykt/images/li2-763d62da6abbed3a072643fc785d29c9.png') no-repeat left center; }
.leftbar .icon3{ background: url('/assets/nykt/images/li3-50533ab4c24b7830a4a92e34ce3e8b44.png') no-repeat left center; }
.leftbar .icon4{ background: url('/assets/nykt/images/li4-fa91fbe9ed215b2737ef74bc9452c2f6.png') no-repeat left center; }
.leftbar .on .icon0,.leftbar .icon0:hover{ background: url('/assets/nykt/images/lio0-fa8ffa321b10fe590c32c91f2d5935db.png') no-repeat left center;color: #2189ff; }
.leftbar .on .icon1,.leftbar .icon1:hover{ background: url('/assets/nykt/images/lio1-1cc09621c86c0cc52ce6ee9b0b3d9d6d.png') no-repeat left center;color: #2189ff; }
.leftbar .on .icon2,.leftbar .icon2:hover{ background: url('/assets/nykt/images/lio2-d9c453642e359ad1d17b19b6535c81e5.png') no-repeat left center;color: #2189ff; }
.leftbar .on .icon3,.leftbar .icon3:hover{ background: url('/assets/nykt/images/lio3-8dcd7b05e9ffa5ffc620a82410b715bb.png') no-repeat left center;color: #2189ff; }
.leftbar .on .icon4,.leftbar .icon4:hover{ background: url('/assets/nykt/images/lio4-9731c0b53669ff3720b4be57c6743889.png') no-repeat left center;color: #2189ff; }
.info_center{padding:20px 30px 30px 30px; float: left; width: 740px; }
.bgbule{ background: #2189ff; }
.infocon_img{ position: absolute; top: 12px; left: 0; width: 166px; height: 94px; }
.info_font{ padding:29px 0 28px 190px; line-height: 30px; border-bottom:1px solid #eee; }
.info_font span,.moreimg span{display: inline-block; padding-left: 26px;}
.info_f0{ background: url('/assets/nykt/images/info_f0-0e2d100f29c67b31ff884d8b308ac2e9.png') no-repeat left center;  }
.info_f1{ background: url('/assets/nykt/images/info_f1-f2a6a2044c9c247d5a017b4ca91deb56.png') no-repeat left center;  }
.info_f2{ background: url('/assets/nykt/images/info_f2-be69d07ffcf0c7fc5e189c6e1d6c92aa.png') no-repeat left center;  }
.paddl_0{ padding-left: 0 }
.moreimg ul li{float: left; margin-left: 3px;}
.moreimg p,.moreimg ul{ padding-top:10px; }
.moreimg{border-bottom:1px solid #eee; padding-bottom: 10px;}
.trbg0{background:rgba(0,0,0,0.6); position:absolute; width: 166px; left: 0; bottom:16px; top: 9px; text-align: center; padding-top:52px;}
.trbg0 img{ width: 44px; height: 44px;margin-top: -26px; }
.checkdel{ font-size: 12px; color: #2189ff !important; display: block; text-align:center; height: 94px; line-height: 94px; background: #eeeeee; width: 166px; }
.info_center .positionre:first-child .info_font{ padding-top: 16px; }
.info_center .positionre:first-child .infocon_img{ top: 0 }
.info_center .positionre:hover,.rightbar li:hover{ cursor:pointer; }
.info_center .positionre .info_font .font22 a,.info_center .positionre .moreimg a{ color: #333; }
.info_center .positionre:hover .info_font p:first-child a,.info_center .positionre:hover .moreimg p:first-child a{color: #2189ff;}
.rightbar li:hover .rightinfo p{color: #2189ff;}
.class_headimg{  width: 40px; height: 40px;}

/* 字数限制 */
.rightinfo p{ height: 40px; overflow: hidden; text-overflow:ellipsis;display: inline-block; -o-text-overflow: ellipsis; word-wrap:break-word;}
.info_font p:first-child,.moreimg p:first-child{height: 30px; color: #333; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; -o-text-overflow: ellipsis;word-wrap:break-word;}
.moreimg p:first-child{ height: 41px; }
.moreimg ul li a img{width: 166px; height: 94px;}
.leftcon{width: 900px;box-sizing: border-box;padding:12px 50px 48px 50px; float: left; background: #fff;}
.barri{ padding:20px; width: 290px; height:100%; background: #fff; float: right;}
.q_classconzx .leftcon{width: 900px; padding:0;box-sizing: border-box; background: #fff;}
.q_classconzx .leftbar, .q_classconzx .info_center, .q_classconzx .barri{margin-bottom: -10000px;padding-bottom: 10000px;}
.q_classconzx{  overflow: hidden; }
.adressellip{ white-space: nowrap; overflow: hidden;width: 5em; display: inline-block; }
.descriptionarea{white-space: nowrap; overflow: hidden;width: 13em;}
/* 圈子 */
.q_classcon .q_hcsameul ul{padding: 0px 0 10px 0px;}
.q_classcon .q_hcsameul ul li:first-child{padding-left:0;}
.circlebox .circle0{ padding:56px 0 100px 0; }
.w900{ width: 900px; }
.padd20_30{ padding:20px 30px; }
.padd20{ padding:20px; }
.lablejing,.lableding{font-size: 14px;color: #fff;display: inline-block; height: 16px;width: 18px; line-height: 16px;vertical-align:super; margin-right:7px;text-align: center;}
.lablejing{ background: #fa9e00;}
.lableding{ background: #e62e2e;}
.w290{ width: 290px; }
.rank ul li{ padding: 16px 0; border-bottom: 1px solid #eee; }
.rank ul li a{display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; width: 16em;}
.rank ul li em{ display: inline-block; font-size: 14px; color: #fff; background: #e62e2e; width: 18px;text-align: center;height: 16px; line-height: 16px;border-radius: 2px;vertical-align:super; margin-right:5px; }
.rank ul li:last-child{ padding-bottom:0; border-bottom: 0; }
.groupimg{ width: 70px; height: 70px; border-radius: 70px; margin-right: 10px; }
.g0,.g1{display: inline-block; padding-left: 20px; color: #999 }
.g0{ background: url('/assets/nykt/images/g0-39c850777f4462219f7b0b33af78bb4d.png') no-repeat left center;}
.g1{ background: url('/assets/nykt/images/g1-75a20b82f2545404881c59802ba25ed9.png') no-repeat left center;}
.ling_h26{ line-height: 26px; }
.ling_h20{ line-height: 20px; }
.circle1 ul li{ float: left; padding:20px 2px 25px 20px; border:1px solid #fff; width: 280px;height: 125px; }
.lable10{font-size: 12px; color: #fff;background:#2189ff;padding:3px 8px; border-radius: 2px; display: none; }
.circle1 ul li:hover{ border:1px solid #2189ff; width: 277px; height: 125px;  }
.circle1 ul li:hover .lable10{display: inline;}
.circle1 ul li:hover .descriptionarea{display: none;}
.cursor_p{cursor: pointer;}
.w750{ width: 750px; }
.padd50{ padding:50px; }
.info_font_t{border-bottom: 0; line-height: 36px; padding:0;}
.info_font_t p:first-child{ height: auto;white-space: normal; }
.post_t .classvidbox{ padding: 26px 0 15px 0;}
.post_d{background: #fdfdfd;}
.post_d .info_font,.post_t .info_detail{ border-bottom: 0; }
.border_t{ border-top: 1px solid #eee; }
.ov_hidden{ overflow: hidden; }
.floatheight{margin-bottom: -10000px;padding-bottom: 10000px;}
.linebar{ height: 10px; background: #f9f9f9; }
.paddb_10{ padding-bottom: 10px; }
.rec_information table{ width: 100%; margin-top: 30px; }
.rec_information table td{word-break: break-all;}
.v_top{ vertical-align: top; }
.tag{border: 1px solid #78c2fa;padding:0 6px;border-radius: 3px; color: #78c2fa;}
/* .q_wrap{min-height: 100%; margin-bottom: -100px;}
.q_push{ height: 100px; } */
/* 底部固定样式 */
.footbott{ position: absolute; bottom: 0;width: 100%; left: 0;}
/* 发帖 */
.paddl30t8{ padding:8px 0 0 30px; }
.paddt8_l80{ padding: 8px 0 0 80px; }
.q_ftpadd{ padding:10px 20px; }
.prompt span{ font-size: 30px; display: inline-block; margin-bottom: 86px; background:url('/assets/nykt/images/prompt-cf3ce0a353ddf10b1db1ab9bb4cd4aaa.png') no-repeat; line-height:51px; padding-left: 70px;}
.prompt_box{ padding:170px 0 310px 0; }
.postheadcon{ background:rgba(0,0,0,0.3); height: 80px; line-height: 25px; position:absolute; left: 0; width: 100%; bottom: 0;}
.postheadcon img{ height: 80px; width: 80px;position: absolute;top: 10px; border:3px solid #fff; }
.gender0,.gender1{ display: inline-block;padding-right:22px; font-size: 16px; color: #fff; }
.gender0{ background: url('/assets/nykt/images/gender0-a9bebadf1994f15f728a3a855a7e4a03.png') no-repeat right center; }
.gender1{ background: url('/assets/nykt/images/gender1-00fb95868eac236301c5192901c05167.png') no-repeat right center; }
.level{ background: #dbac79; color: #fff; padding:1px 16px; font-family: "Arial"; font-size:14px; border-radius: 16px; }
.fork{ display: inline-block;padding:0px 10px; }
.deletebtn,.collectionbtn{ color: #fff; font-size: 12px; background:#2189ff ;line-height: 22px; margin-top:5px;border-radius: 2px;padding:0px 8px; }
.deletebtn span,.collectionbtn span{ padding:0 14px 0 0;}
.deletebtn span{ background:url('/assets/nykt/images/del1-86185c7cc5007047ecf660ef50bfd066.png') no-repeat right center;background-size: 8px 8px;}
.collectionbtn span{ background:url('/assets/nykt/images/collection1-da72ae14b011a6a0b2bf798f6b266d57.png') no-repeat right center;padding:0 20px 0 0;background-size:14px 14px;}
.moreimg p .deletebtn,.moreimg p .collectionbtn{ margin-top: 0; }
.qz_rightbarul li:hover .lable10{display: inline;}
.qz_rightbarul li:hover .descriptionarea{display: none;}
.mesnews{ width: 100%; }
.mesnews td{  border-bottom: 1px solid #eee;padding:12px 0;  }
.q_mesnews_h{ padding-left: 10px; }
.q_mesnews_h p:first-child{ height: 64px; overflow:hidden; }
.q_mesnews_h img{ width: 166px; height: 94px; }
.mesnews .w606{ margin-top:3px; }
.w606{ width: 606px; }
.marginl_3{ margin-left: 3px; }
.hoveprbtn{ display: inline-block;background:#dddddd;color: #fff; padding:1px 8px; border-radius: 3px; }
.hoveprbtn span{ font-size: 12px; background: url('/assets/nykt/images/pre0-55599038de71f456eb14b2b08d456f2e.png') no-repeat right center;display: inline-block; padding-right: 16px; }
.q_cpcont .gender1,.q_cpcont .gender0{ color: #333; }
.q_post_r .q_coproblemleft .pull-left img{ width:80px; height: 80px; }
.q_post_r .q_coproblemleft{ padding-top: 5px; }
.q_post_r .q_cpcont p{ line-height: 24px; padding-top: 4px; }
.q_post_r .q_coproblem {border-bottom:0;}
.qcheck_o_post{ display: inline-block; padding: 6px 30px; margin:6px 0 14px 0; }
.qsend_post{ padding: 9px 0;}
.qsend_post span{display: inline-block;background: url('/assets/nykt/images/qsend_post-c15a0898a507c409e1f232ed0a9cc41d.png') no-repeat left center; padding-left: 34px;}
.q_consendpage{ padding:12px 30px 100px 30px; }
.sendcategory ul li{ float: left; width: 120px; cursor: pointer; border: 1px solid #f9f9f9; margin:10px 20px 0 0;text-align: center; }
.sendcategory ul{width: 1120px;margin: 0 auto;}
.paddt20b12{ padding:20px 0 12px 0; }
.send_c_name{ height: 46px; font-size: 16px; color: #666; }
.sendcategory ul li.q_active{border: 1px solid #2189ff;}
.q_innerbox{ padding: 40px 0; }
.q_innerbox input,.q_innerbox textarea,.q_innerbox select{ border: 1px solid #eeeeee; }
.q_innerbox select,input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color: #999; }
.q_innerbox textarea.activeborder{border: 1px solid #2189ff;}
.q_inner{ font-size: 14px; padding:10px; }
.w678{ width: 678px; }
.q_innerbox textarea{ width: 100%; height: 498px; }
.upimgbox{ padding: 16px 0 70px 0; }
.q_inner_ulme li a{ font-size: 16px!important; }
.upimgbox ul li{ float: left; margin:0 10px 10px 0;cursor: pointer; position: relative; width: 160px; height: 90px;}
.upimgbox ul li img{ width: 160px; height: 90px; }
.delmask{ background:rgba(0,0,0,0.5);width: 160px; height: 90px; left: 0; top:0;position: absolute;  }
.withdraw{ display: inline-block; width: 48px; height: 22px; background: url('/assets/nykt/images/withdraw-5faf7696b1cd61fde37044fe3f834e19.png') no-repeat center; margin:5px; }
.q_sedbtnbox a{width: 198px;display: inline-block; text-align: center;}
.q_infobox table{ width: 100%; }
.q_infobox table td{ padding:12px 0; }
.q_infobox{ padding-bottom: 0 }
.q_infobox table .q_sedbtnbox{ margin-top: 50px; }
.w218{ width: 218px; }
.w438{ width: 438px; }
.h164{ height: 164px!important; }
.q_sedbtnbox{ margin-top: 20px; }
.choose0,.choose1{ display: inline-block; padding-left: 24px; margin:0 40px 0 10px;}
.choose0{ background: url('/assets/nykt/images/choose0-83ef2aec0ca733d84eb76f8cf8bb5d1e.png') no-repeat left center; }
.choose1{ background: url('/assets/nykt/images/choose1-c9a07f141c20a7716a1cea7d80a9a20c.png') no-repeat left center; }
/* input::-webkit-input-placeholder{ color: #999 } */
.statement{ padding:0 88px 100px 88px;}
.statement h2{ padding:66px 0 38px 0;  font-size: 28px; color: #333; text-align: center; }
.statement p{font-size: 14px; color: #666; line-height: 26px; padding-bottom: 10px;}
.statement .q_stasubtitle{color: #666; font-size: 16px; font-weight: bold; padding:50px 0 20px 0;}
p,td,h2{word-break: break-all;}
.dialogsend_m .editable{ width: 100% ;display: block; margin-bottom: 10px; resize: none;}


/*goods recommend*/
.goods-recommend { padding: 20px 0; }
.g-r-title {font-size: 22px;}
.g-r-block {width:190px;float:left;margin-left:13px;}
.g-r-img{width: 190px;height: 190px;line-height: 190px;overflow: hidden;margin-bottom:20px;vertical-align: middle;text-align: center;}
.g-r-store,.g-r-name{overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.g-r-tag {padding-top: 8px;}
.g-r-tag li{float: left;margin-left: 5px;border:1px solid #318dde;color:#318dde;padding: 0 5px;}
.g-r-block:nth-child(1),.g-r-img li:nth-child(1){margin-left:0;}
.g-r-price {padding-bottom: 5px;}
.g-r-money {padding-left: 5px; text-decoration: line-through;}
.g-r-money-sale em {font-family: Arial;}

.btn-audio{
    width: 309px;
    height: 30px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative;
}
#video_srcVideo {
    width: 309px;
    margin: 0 auto;
    position: relative;
}
#music {
    opacity: .7;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-radius: 15px;
}
#video_main {
    width: 800px;
    margin: 15px 0;
    line-height: 20px;
}
.videoPlay {
    width: 80px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -25px 0 0 -25px;

}
